mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-12 02:20:46 +08:00
✨ Feature(custom): update core version
This commit is contained in:
52
package.json
52
package.json
@@ -59,16 +59,16 @@
|
||||
"semver": "^7.7.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "3.1016.0",
|
||||
"@aws-sdk/lib-storage": "^3.1016.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.1016.0",
|
||||
"@aws-sdk/client-s3": "3.1042.0",
|
||||
"@aws-sdk/lib-storage": "^3.1042.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.1042.0",
|
||||
"@nodelib/fs.walk": "^3.0.1",
|
||||
"@octokit/rest": "^22.0.1",
|
||||
"@piclist/store": "^3.0.1",
|
||||
"@smithy/node-http-handler": "^4.5.0",
|
||||
"adm-zip": "^0.5.16",
|
||||
"@smithy/node-http-handler": "^4.6.1",
|
||||
"adm-zip": "^0.5.17",
|
||||
"ali-oss": "^6.23.0",
|
||||
"axios": "^1.13.6",
|
||||
"axios": "^1.16.0",
|
||||
"chalk": "^5.6.2",
|
||||
"compare-versions": "^6.1.1",
|
||||
"cos-nodejs-sdk-v5": "^2.15.4",
|
||||
@@ -80,14 +80,14 @@
|
||||
"fs-extra": "^11.3.4",
|
||||
"got": "^14.6.6",
|
||||
"hpagent": "^1.2.0",
|
||||
"i18next": "^25.10.9",
|
||||
"lodash-es": "^4.17.23",
|
||||
"marked": "^17.0.5",
|
||||
"i18next": "^26.0.8",
|
||||
"lodash-es": "^4.18.1",
|
||||
"marked": "^18.0.3",
|
||||
"mime": "^4.1.0",
|
||||
"multer": "^2.1.1",
|
||||
"node-ssh-no-cpu-features": "^2.0.0",
|
||||
"nodejs-file-downloader": "^4.13.0",
|
||||
"piclist": "^2.3.5",
|
||||
"piclist": "^2.4.0",
|
||||
"qiniu": "7.14.0",
|
||||
"semver": "^7.7.4",
|
||||
"shell-path": "3.0.0",
|
||||
@@ -96,7 +96,7 @@
|
||||
"upyun": "^3.4.6",
|
||||
"uuid": "^13.0.0",
|
||||
"vue": "^3.5.30",
|
||||
"webdav": "^5.8.0",
|
||||
"webdav": "^5.10.0",
|
||||
"write-file-atomic": "^7.0.1",
|
||||
"yaml": "^2.8.2"
|
||||
},
|
||||
@@ -113,8 +113,8 @@
|
||||
"@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.2.2",
|
||||
"@intlify/unplugin-vue-i18n": "^11.1.2",
|
||||
"@tailwindcss/vite": "^4.2.4",
|
||||
"@types/adm-zip": "^0.5.8",
|
||||
"@types/ali-oss": "^6.23.3",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
@@ -133,19 +133,19 @@
|
||||
"baseline-browser-mapping": "^2.10.9",
|
||||
"codemirror": "^6.0.2",
|
||||
"dexie": "^3.2.4",
|
||||
"dotenv": "^17.3.1",
|
||||
"dotenv": "^17.4.2",
|
||||
"dpdm": "^4.0.1",
|
||||
"electron": "^39.2.7",
|
||||
"electron-builder": "^26.0.12",
|
||||
"electron-devtools-installer": "^4.0.0",
|
||||
"electron-vite": "^5.0.0",
|
||||
"eslint": "^10.1.0",
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-jsonc": "^3.1.2",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
"eslint-plugin-unicorn": "^63.0.0",
|
||||
"eslint-plugin-vue": "^10.8.0",
|
||||
"eslint-plugin-simple-import-sort": "^13.0.0",
|
||||
"eslint-plugin-unicorn": "^64.0.0",
|
||||
"eslint-plugin-vue": "^10.9.0",
|
||||
"globals": "^17.4.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"husky": "^9.1.7",
|
||||
@@ -157,9 +157,9 @@
|
||||
"pinia-plugin-persistedstate": "^4.7.1",
|
||||
"postcss": "^8.5.8",
|
||||
"postcss-html": "^1.8.1",
|
||||
"prettier": "^3.8.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"qrcode.vue": "^3.8.0",
|
||||
"prettier": "^3.8.3",
|
||||
"prettier-plugin-tailwindcss": "^0.8.0",
|
||||
"qrcode.vue": "^3.9.0",
|
||||
"stylelint": "^17.5.0",
|
||||
"stylelint-config-html": "^1.1.0",
|
||||
"stylelint-config-standard": "^40.0.0",
|
||||
@@ -167,15 +167,15 @@
|
||||
"stylelint-order": "^8.1.1",
|
||||
"stylus": "^0.64.0",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"typescript": "5.9.3",
|
||||
"typescript": "6.0.3",
|
||||
"typescript-eslint": "^8.57.1",
|
||||
"video.js": "^8.23.8",
|
||||
"vite": "^7.3.1",
|
||||
"vitest": "^4.0.16",
|
||||
"vue-eslint-parser": "^10.4.0",
|
||||
"vue-i18n": "^11.3.0",
|
||||
"vue-router": "^5.0.3",
|
||||
"vue-tsc": "^3.2.6",
|
||||
"vue3-lazyload": "^0.3.8"
|
||||
"vue-i18n": "^11.4.0",
|
||||
"vue-router": "^5.0.6",
|
||||
"vue-tsc": "^3.2.8",
|
||||
"vue3-lazyload": "^0.4.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user