Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 2, 2024
1 parent 1c3117c commit 9fa79ab
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 208 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@
"./dist"
],
"dependencies": {
"@eslint/js": "9.12.0",
"@gkd-kit/api": "0.5.0",
"@eslint/js": "9.16.0",
"@gkd-kit/api": "0.6.0",
"@gkd-kit/define": "0.0.1",
"@gkd-kit/tools": "0.5.2",
"@types/eslint__js": "8.42.3",
"@types/node": "22.7.6",
"eslint": "9.12.0",
"@types/node": "22.10.1",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-unused-imports": "4.1.4",
"json5": "2.2.3",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier": "3.4.1",
"simple-git-hooks": "2.11.1",
"tsx": "4.19.1",
"typescript": "5.6.3",
"typescript-eslint": "8.9.0"
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0"
},
"volta": {
"node": "22.10.0",
"pnpm": "9.12.2"
"node": "22.11.0",
"pnpm": "9.14.4"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.14.4",
"engines": {
"node": ">=22"
}
Expand Down
Loading

0 comments on commit 9fa79ab

Please sign in to comment.