Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jan 10, 2025
1 parent 6810302 commit 2285ae8
Show file tree
Hide file tree
Showing 2 changed files with 849 additions and 1,001 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": "^22.8.6",
"@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 2285ae8

Please sign in to comment.