Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Oct 3, 2024
1 parent a57ea2f commit 93d59ae
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 236 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@
"./dist"
],
"dependencies": {
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@commitlint/types": "19.0.3",
"@eslint/js": "9.9.1",
"@gkd-kit/api": "0.4.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/types": "19.5.0",
"@eslint/js": "9.11.1",
"@gkd-kit/api": "0.5.0",
"@gkd-kit/define": "0.0.1",
"@gkd-kit/tools": "0.5.0",
"@types/eslint__js": "8.42.3",
"@types/node": "22.5.3",
"eslint": "9.9.1",
"@types/node": "22.7.4",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-unused-imports": "4.1.3",
"eslint-plugin-unused-imports": "4.1.4",
"json5": "2.2.3",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"simple-git-hooks": "2.11.1",
"tsx": "4.19.0",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"tsx": "4.19.1",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0"
},
"volta": {
"node": "22.8.0",
"pnpm": "9.9.0"
"node": "22.9.0",
"pnpm": "9.12.0"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.0",
"engineStrict": true,
"engines": {
"node": ">=22"
Expand Down
Loading

0 comments on commit 93d59ae

Please sign in to comment.