mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
chore: up deps
This commit is contained in:
@@ -11,6 +11,8 @@ export default tsEslint.config(
|
|||||||
plugins: {
|
plugins: {
|
||||||
'unused-imports': unusedImports,
|
'unused-imports': unusedImports,
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
rules: {
|
rules: {
|
||||||
quotes: ['error', 'single', { allowTemplateLiterals: false }],
|
quotes: ['error', 'single', { allowTemplateLiterals: false }],
|
||||||
'no-unused-vars': 'off',
|
'no-unused-vars': 'off',
|
||||||
|
|||||||
18
package.json
18
package.json
@@ -38,25 +38,25 @@
|
|||||||
"./dist"
|
"./dist"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/cli": "19.5.0",
|
"@commitlint/cli": "19.6.0",
|
||||||
"@commitlint/config-conventional": "19.5.0",
|
"@commitlint/config-conventional": "19.6.0",
|
||||||
"@commitlint/types": "19.5.0",
|
"@commitlint/types": "19.5.0",
|
||||||
"@eslint/js": "9.12.0",
|
"@eslint/js": "9.15.0",
|
||||||
"@gkd-kit/api": "0.6.0",
|
"@gkd-kit/api": "0.6.0",
|
||||||
"@gkd-kit/define": "0.0.1",
|
"@gkd-kit/define": "0.0.1",
|
||||||
"@gkd-kit/tools": "0.5.2",
|
"@gkd-kit/tools": "0.5.2",
|
||||||
"@types/eslint__js": "8.42.3",
|
"@types/eslint__js": "8.42.3",
|
||||||
"@types/node": "22.7.6",
|
"@types/node": "22.10.1",
|
||||||
"eslint": "9.12.0",
|
"eslint": "9.15.0",
|
||||||
"eslint-config-prettier": "9.1.0",
|
"eslint-config-prettier": "9.1.0",
|
||||||
"eslint-plugin-unused-imports": "4.1.4",
|
"eslint-plugin-unused-imports": "4.1.4",
|
||||||
"json5": "2.2.3",
|
"json5": "2.2.3",
|
||||||
"lint-staged": "15.2.10",
|
"lint-staged": "15.2.10",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.4.1",
|
||||||
"simple-git-hooks": "2.11.1",
|
"simple-git-hooks": "2.11.1",
|
||||||
"tsx": "4.19.1",
|
"tsx": "4.19.2",
|
||||||
"typescript": "5.6.3",
|
"typescript": "5.7.2",
|
||||||
"typescript-eslint": "8.10.0"
|
"typescript-eslint": "8.16.0"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "20.13.1"
|
"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