Skip to content

Commit

Permalink
chore(deps): bump dependencies (#20)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump @types/node from 20.14.10 to 22.8.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.10 to 22.8.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump dependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: uiolee <[email protected]>
  • Loading branch information
dependabot[bot] and uiolee authored Jan 10, 2025
1 parent 5e169b0 commit a5cc884
Show file tree
Hide file tree
Showing 2 changed files with 852 additions and 961 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"commander": "^12.0.0",
"execa": "^9.3.0",
"picocolors": "^1.0.0"
"commander": "^12.1.0",
"execa": "^9.5.2",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"esbuild": "^0.23.0",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"esbuild": "^0.24.2",
"esbuild-jest": "^0.5.0",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"typescript": "^5.5.3"
"typescript": "^5.7.3"
},
"engines": {
"node": ">=20"
Expand Down
Loading

0 comments on commit a5cc884

Please sign in to comment.