⬆️ Upgrade(custom): upgrade deps and fix lint error

This commit is contained in:
Kuingsmile
2026-03-20 11:33:09 +08:00
parent a25b3c6179
commit ae2fa03307
31 changed files with 926 additions and 971 deletions

View File

@@ -54,12 +54,13 @@
}
},
"resolutions": {
"baseline-browser-mapping": "^2.9.13"
"baseline-browser-mapping": "^2.9.13",
"semver": "^7.7.4"
},
"dependencies": {
"@aws-sdk/client-s3": "3.1012.0",
"@aws-sdk/lib-storage": "^3.1012.0",
"@aws-sdk/s3-request-presigner": "^3.1012.0",
"@aws-sdk/client-s3": "3.1013.0",
"@aws-sdk/lib-storage": "^3.1013.0",
"@aws-sdk/s3-request-presigner": "^3.1013.0",
"@nodelib/fs.walk": "^3.0.1",
"@octokit/rest": "^22.0.1",
"@piclist/i18n": "^2.0.0",
@@ -108,27 +109,27 @@
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.40.0",
"@electron/notarize": "^3.1.1",
"@eslint/js": "^9.39.2",
"@eslint/js": "^10.0.1",
"@headlessui/vue": "^1.7.23",
"@highlightjs/vue-plugin": "^2.1.2",
"@intlify/unplugin-vue-i18n": "^11.1.1",
"@tailwindcss/vite": "^4.1.18",
"@tailwindcss/vite": "^4.2.2",
"@types/adm-zip": "^0.5.8",
"@types/ali-oss": "^6.23.3",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/multer": "^2.1.0",
"@types/node": "^25.0.3",
"@types/node": "^25.5.0",
"@types/semver": "^7.7.1",
"@types/tunnel": "^0.0.7",
"@types/upyun": "^3.4.3",
"@types/video.js": "^7.3.58",
"@types/write-file-atomic": "^4.0.3",
"@videojs-player/vue": "^1.0.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue": "^6.0.5",
"@vueuse/core": "^14.2.1",
"baseline-browser-mapping": "^2.10.8",
"baseline-browser-mapping": "^2.10.9",
"codemirror": "^6.0.2",
"dexie": "^3.2.4",
"dotenv": "^17.3.1",
@@ -137,14 +138,14 @@
"electron-builder": "^26.0.12",
"electron-devtools-installer": "^4.0.0",
"electron-vite": "^5.0.0",
"eslint": "^9.39.2",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsonc": "^2.21.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-jsonc": "^3.1.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-vue": "^10.6.2",
"globals": "^16.5.0",
"eslint-plugin-unicorn": "^63.0.0",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
"js-yaml": "^4.1.1",
@@ -155,22 +156,22 @@
"pinia-plugin-persistedstate": "^4.7.1",
"postcss": "^8.5.8",
"postcss-html": "^1.8.1",
"prettier": "^3.7.4",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"qrcode.vue": "^3.6.0",
"stylelint": "^16.26.1",
"qrcode.vue": "^3.8.0",
"stylelint": "^17.5.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^7.0.1",
"stylelint-order": "^8.1.1",
"stylus": "^0.64.0",
"tailwindcss": "^4.2.2",
"typescript": "5.8.2",
"typescript-eslint": "^8.52.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.57.1",
"video.js": "^8.23.8",
"vite": "^7.3.1",
"vitest": "^4.0.16",
"vue-eslint-parser": "^10.2.0",
"vue-eslint-parser": "^10.4.0",
"vue-i18n": "^11.3.0",
"vue-router": "^5.0.3",
"vue-tsc": "^3.2.6",