Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Nov 28, 2024
1 parent 0cd7c54 commit e00add0
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 305 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export default tsEslint.config(
plugins: {
'unused-imports': unusedImports,
},
},
{
rules: {
quotes: ['error', 'single', { allowTemplateLiterals: false }],
'no-unused-vars': 'off',
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@
"./dist"
],
"dependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@commitlint/types": "19.5.0",
"@eslint/js": "9.12.0",
"@eslint/js": "9.15.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.15.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.10.0"
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0"
},
"volta": {
"node": "20.13.1"
Expand Down
Loading

0 comments on commit e00add0

Please sign in to comment.