⬆️ Upgrade(custom): upgrade deps

This commit is contained in:
Kuingsmile
2025-09-05 14:59:58 +08:00
parent c5a6b6575a
commit 555224238f
3 changed files with 1261 additions and 413 deletions

View File

@@ -41,29 +41,29 @@
"upload-dist": "node ./scripts/upload-dist-to-r2.cjs"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.864.0",
"@aws-sdk/lib-storage": "^3.864.0",
"@aws-sdk/s3-request-presigner": "^3.864.0",
"@aws-sdk/client-s3": "^3.882.0",
"@aws-sdk/lib-storage": "^3.882.0",
"@aws-sdk/s3-request-presigner": "^3.882.0",
"@nodelib/fs.walk": "^3.0.1",
"@octokit/rest": "^22.0.0",
"@piclist/i18n": "^2.0.0",
"@piclist/store": "^3.0.0",
"@smithy/node-http-handler": "^4.1.1",
"@smithy/node-http-handler": "^4.2.0",
"ali-oss": "^6.23.0",
"axios": "^1.11.0",
"chalk": "^5.6.0",
"compare-versions": "^6.1.1",
"cos-nodejs-sdk-v5": "^2.15.4",
"dayjs": "^1.11.13",
"dayjs": "^1.11.18",
"electron-updater": "^6.6.2",
"fast-xml-parser": "^5.2.5",
"form-data": "^4.0.4",
"fs-extra": "^11.3.1",
"got": "^14.4.7",
"got": "^14.4.8",
"hpagent": "^1.2.0",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"marked": "^16.2.0",
"marked": "^16.2.1",
"mime": "^4.0.7",
"mitt": "^3.0.1",
"multer": "^2.0.2",
@@ -79,7 +79,7 @@
"uuid": "^11.1.0",
"webdav": "^5.8.0",
"write-file-atomic": "^6.0.0",
"vue": "^3.5.19"
"vue": "^3.5.21"
},
"devDependencies": {
"@headlessui/vue": "^1.7.23",
@@ -87,7 +87,7 @@
"@videojs-player/vue": "^1.0.0",
"dexie": "^3.2.4",
"highlight.js": "^11.11.1",
"lucide-vue-next": "^0.540.0",
"lucide-vue-next": "^0.542.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"qrcode.vue": "^3.6.0",
@@ -95,29 +95,28 @@
"vue-i18n": "^11.1.11",
"vue-router": "^4.5.1",
"vue3-lazyload": "^0.3.8",
"@electron/notarize": "^3.0.2",
"@eslint/js": "^9.33.0",
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@electron/notarize": "^3.1.0",
"@eslint/js": "^9.34.0",
"@intlify/unplugin-vue-i18n": "^11.0.0",
"@types/ali-oss": "^6.16.11",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/multer": "^2.0.0",
"@types/node": "^24.3.0",
"@types/semver": "^7.7.0",
"@types/node": "^24.3.1",
"@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",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-standard": "^9.0.1",
"dotenv": "^17.2.1",
"dotenv": "^17.2.2",
"dpdm": "^3.14.0",
"electron": "^37.3.1",
"electron": "^38.0.0",
"electron-builder": "^26.0.12",
"electron-devtools-installer": "^4.0.0",
"electron-vite": "^4.0.0",
"eslint": "^9.33.0",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
@@ -126,12 +125,12 @@
"globals": "^16.3.0",
"husky": "^9.1.7",
"node-bump-version": "^2.0.0",
"npm-check-updates": "^18.0.2",
"npm-check-updates": "^18.0.3",
"prettier": "^3.6.2",
"stylus": "^0.64.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^7.1.3",
"typescript-eslint": "^8.42.0",
"vite": "^7.1.4",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.6"

View File

@@ -13,7 +13,6 @@ import { uploadChoosedFiles, uploadClipboardFiles } from 'apis/app/uploader/apis
import windowManager from 'apis/app/window/windowManager'
import axios from 'axios'
import { app, dialog, globalShortcut, Notification, protocol, screen, shell } from 'electron'
import installExtension, { VUEJS_DEVTOOLS } from 'electron-devtools-installer'
import updater from 'electron-updater'
import fs from 'fs-extra'
@@ -173,11 +172,6 @@ class LifeCycle {
#onReady() {
const readyFunction = async () => {
if (process.env.NODE_ENV !== 'production') {
installExtension(VUEJS_DEVTOOLS).catch(err => {
logger.error('An error occurred: ', err)
})
}
windowManager.create(IWindowList.TRAY_WINDOW)
windowManager.create(IWindowList.SETTING_WINDOW)
const isAutoListenClipboard = db.get(configPaths.settings.isAutoListenClipboard) || false

1627
yarn.lock

File diff suppressed because it is too large Load Diff