Skip to content

Commit

Permalink
[change] update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Sep 11, 2024
1 parent 9077c85 commit bf07921
Show file tree
Hide file tree
Showing 3 changed files with 1,248 additions and 387 deletions.
45 changes: 22 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@
"@electron/remote": "^2.1.2",
"compare-versions": "^6.1.1",
"electron-localshortcut": "^3.2.1",
"electron-log": "^5.1.7",
"electron-updater": "^6.2.1",
"electron-log": "^5.2.0",
"electron-updater": "^6.3.4",
"fs-extra": "^11.2.0",
"ip": "^2.0.1",
"puppeteer-core": "~21.3.8",
"puppeteer-in-electron": "^3.0.5",
"v8-compile-cache": "^2.4.0"
"puppeteer-in-electron": "^3.0.5"
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
Expand All @@ -64,30 +63,30 @@
"@types/fs-extra": "^11.0.4",
"@types/js-beautify": "^1.14.3",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.1",
"@types/node": "^22.5.4",
"@types/sync-fetch": "^0.4.3",
"@types/web": "^0.0.158",
"@types/web": "^0.0.162",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vueuse/core": "11.0.3",
"@xmldom/xmldom": "^0.9.0",
"@xmldom/xmldom": "^0.9.2",
"artplayer": "^5.1.7",
"artplayer-plugin-danmuku": "^5.1.4",
"axios": "^1.7.5",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"cheerio": "^1.0.0",
"crypto-js": "^4.2.0",
"dashjs": "^4.7.4",
"dayjs": "^1.11.13",
"dplayer": "^1.27.1",
"electron": "~22.3.27",
"electron-builder": "^24.13.3",
"electron-builder": "^25.0.5",
"electron-vite": "^2.3.0",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.27.0",
"fast-xml-parser": "^4.4.1",
"eslint": "^9.10.0",
"eslint-plugin-vue": "^9.28.0",
"fast-xml-parser": "^4.5.0",
"fastify": "^4.28.1",
"fastify-logger": "^1.0.1",
"fix-path": "^4.0.0",
Expand Down Expand Up @@ -116,35 +115,35 @@
"node-json-db": "^2.3.0",
"node-rsa": "^1.1.1",
"nplayer": "^1.0.15",
"openai": "^4.57.0",
"openai": "^4.58.2",
"ora": "^8.1.0",
"p-queue": "^8.0.1",
"pako": "^2.1.0",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.3",
"pinia-plugin-persistedstate": "^4.0.1",
"prettier": "^3.3.3",
"qrcode.vue": "^3.4.1",
"qs": "^6.13.0",
"shaka-player": "^4.10.12",
"shaka-player": "^4.11.1",
"smooth-scrollbar": "^8.8.4",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"sync-fetch": "^0.5.2",
"tdesign-icons-vue-next": "^0.2.6",
"tdesign-vue-next": "^1.9.9",
"typescript": "^5.5.4",
"tdesign-vue-next": "^1.10.0",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"url": "^0.11.4",
"v3-infinite-loading": "^1.3.2",
"vite": "^5.4.2",
"vite-plugin-vue-devtools": "^7.3.9",
"vite": "^5.4.3",
"vite-plugin-vue-devtools": "^7.4.4",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3",
"vue-tsc": "^2.1.2",
"vue": "^3.5.4",
"vue-i18n": "^10.0.0",
"vue-router": "^4.4.4",
"vue-tsc": "^2.1.6",
"webdav": "^5.7.1",
"wxmp-rsa": "^2.1.0",
"xgplayer": "^3.0.20",
Expand Down
1 change: 1 addition & 0 deletions src/renderer/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ declare module 'vue' {
TDropdown: typeof import('tdesign-vue-next')['Dropdown']
TDropdownItem: typeof import('tdesign-vue-next')['DropdownItem']
TDropdownMenu: typeof import('tdesign-vue-next')['DropdownMenu']
TEmpty: typeof import('tdesign-vue-next')['Empty']
TForm: typeof import('tdesign-vue-next')['Form']
TFormItem: typeof import('tdesign-vue-next')['FormItem']
THeader: typeof import('tdesign-vue-next')['Header']
Expand Down
Loading

0 comments on commit bf07921

Please sign in to comment.