⬆️ Upgrade(custom): update package.json dependencies

This commit is contained in:
Kuingsmile
2023-11-08 19:20:27 -08:00
parent 5658ce6ead
commit b53c9d495f
2 changed files with 82 additions and 102 deletions

View File

@@ -46,9 +46,9 @@
"@smithy/node-http-handler": "^2.1.6",
"@videojs-player/vue": "^1.0.0",
"ali-oss": "^6.18.1",
"axios": "^1.6.0",
"axios": "^1.6.1",
"compare-versions": "^4.1.3",
"core-js": "^3.33.1",
"core-js": "^3.33.2",
"cos-nodejs-sdk-v5": "^2.12.5",
"dexie": "^3.2.4",
"electron-updater": "^6.1.4",
@@ -62,7 +62,7 @@
"hpagent": "^1.2.0",
"keycode": "^2.2.0",
"lowdb": "^1.0.0",
"marked": "^9.1.4",
"marked": "^9.1.5",
"mime-types": "^2.1.35",
"mitt": "^3.0.1",
"multer": "^1.4.5-lts.1",
@@ -90,21 +90,21 @@
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@electron/notarize": "^2.1.0",
"@types/ali-oss": "^6.16.10",
"@types/electron-devtools-installer": "^2.2.4",
"@types/fs-extra": "^11.0.3",
"@types/ali-oss": "^6.16.11",
"@types/electron-devtools-installer": "^2.2.5",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^6.5.0",
"@types/js-yaml": "^4.0.8",
"@types/lowdb": "^1.0.14",
"@types/mime-types": "^2.1.3",
"@types/js-yaml": "^4.0.9",
"@types/lowdb": "^1.0.15",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.9",
"@types/node": "^16.10.2",
"@types/request-promise-native": "^1.0.20",
"@types/semver": "^7.5.4",
"@types/tunnel": "^0.0.5",
"@types/upyun": "^3.4.2",
"@types/uuid": "^9.0.6",
"@types/write-file-atomic": "^4.0.2",
"@types/request-promise-native": "^1.0.21",
"@types/semver": "^7.5.5",
"@types/tunnel": "^0.0.6",
"@types/upyun": "^3.4.3",
"@types/uuid": "^9.0.7",
"@types/write-file-atomic": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vue/cli-plugin-babel": "^5.0.8",
@@ -114,7 +114,7 @@
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/runtime-dom": "^3.3.7",
"@vue/runtime-dom": "^3.3.8",
"conventional-changelog": "^5.1.0",
"cz-customizable": "^7.0.0",
"dotenv": "^16.3.1",