mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-16 14:59:45 +08:00
chore: up deps
This commit is contained in:
@@ -11,6 +11,8 @@ export default tsEslint.config(
|
||||
plugins: {
|
||||
'unused-imports': unusedImports,
|
||||
},
|
||||
},
|
||||
{
|
||||
rules: {
|
||||
quotes: ['error', 'single', { allowTemplateLiterals: false }],
|
||||
'no-unused-vars': 'off',
|
||||
|
||||
18
package.json
18
package.json
@@ -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"
|
||||
|
||||
571
pnpm-lock.yaml
generated
571
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user