Skip to content

Commit

Permalink
build(deps-dev): bump the development-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [dotenv](https://github.com/motdotla/dotenv) and [tsup](https://github.com/egoist/tsup).


Updates `@types/node` from 20.11.16 to 20.11.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `dotenv` from 16.4.1 to 16.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.1...v16.4.2)

Updates `tsup` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 1e457ac commit 24fd512
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 78 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@commitlint/config-conventional": "^18.6.0",
"@phi.school/eslint-config": "workspace:*",
"@phi.school/prettier-config": "workspace:*",
"@types/node": "^20.11.16",
"dotenv": "^16.4.1",
"@types/node": "^20.11.17",
"dotenv": "^16.4.2",
"eslint": "^8.56.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"turbo": "^1.12.3",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
Expand Down
Loading

0 comments on commit 24fd512

Please sign in to comment.