Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 4, 2024
1 parent 9582418 commit a57ea2f
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 352 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,31 @@
"./dist"
],
"dependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@commitlint/types": "19.0.3",
"@eslint/js": "9.8.0",
"@gkd-kit/api": "0.3.3",
"@eslint/js": "9.9.1",
"@gkd-kit/api": "0.4.0",
"@gkd-kit/define": "0.0.1",
"@gkd-kit/tools": "0.5.0",
"@types/eslint__js": "8.42.3",
"@types/node": "22.1.0",
"eslint": "9.8.0",
"@types/node": "22.5.3",
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-unused-imports": "4.0.1",
"eslint-plugin-unused-imports": "4.1.3",
"json5": "2.2.3",
"lint-staged": "15.2.8",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"simple-git-hooks": "2.11.1",
"tsx": "4.16.5",
"tsx": "4.19.0",
"typescript": "5.5.4",
"typescript-eslint": "8.0.1"
"typescript-eslint": "8.4.0"
},
"volta": {
"node": "22.4.0"
"node": "22.8.0",
"pnpm": "9.9.0"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.9.0",
"engineStrict": true,
"engines": {
"node": ">=22"
Expand Down
Loading

0 comments on commit a57ea2f

Please sign in to comment.