Skip to content

Commit

Permalink
update packet
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Jan 13, 2024
1 parent 81d494e commit 4c4de06
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "admin@catni.cn"
},
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"license": "MIT",
"main": "dist-electron/main/index.js",
"scripts": {
Expand All @@ -23,29 +23,31 @@
"electron:prebuild": "vite build"
},
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
"@electron-toolkit/utils": "^2.0.1",
"@electron/remote": "^2.0.10",
"@imengyu/vue3-context-menu": "^1.3.3",
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@electron/remote": "^2.1.1",
"@imengyu/vue3-context-menu": "^1.3.5",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vueuse/core": "10.6.1",
"@vueuse/electron": "^10.6.1",
"@vueuse/core": "10.7.1",
"@vueuse/electron": "^10.7.1",
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.6.2",
"axios": "^1.6.5",
"axios-retry": "^4.0.0",
"cheerio": "^1.0.0-rc.12",
"dexie": "^3.2.4",
"dplayer": "^1.27.1",
"electron-log": "^5.0.1",
"electron-log": "^5.0.3",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.7",
"fast-xml-parser": "^4.3.2",
"flv.js": "^1.6.2",
"hls.js": "^1.4.12",
"iconv-lite": "^0.6.3",
"js-base64": "^3.7.5",
"json5": "^2.2.3",
"less": "^4.2.0",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
"moment": "^2.29.4",
"p-queue": "^7.4.1",
"pinia": "^2.1.7",
Expand All @@ -69,10 +71,10 @@
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"webdav": "^5.3.1",
"xgplayer": "^3.0.10",
"xgplayer-flv": "^3.0.10",
"xgplayer-hls": "^3.0.10",
"xgplayer-mp4": "^3.0.10",
"xgplayer": "^3.0.11",
"xgplayer-flv": "^3.0.11",
"xgplayer-hls": "^3.0.11",
"xgplayer-mp4": "^3.0.11",
"xpath": "^0.0.34"
},
"devDependencies": {
Expand Down

0 comments on commit 4c4de06

Please sign in to comment.