Skip to content

Commit

Permalink
[change] update npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Nov 22, 2024
1 parent 64eeb38 commit fad3f39
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 175 deletions.
2 changes: 1 addition & 1 deletion electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default defineConfig(({ mode }: ConfigEnv) => {
artplayer: ['artplayer', 'artplayer-plugin-danmuku'],
dplayer: ['dplayer'],
nplayer: ['nplayer', '@nplayer/danmaku'],
videoDecoder: ['flv.js', 'hls.js', 'shaka-player', 'mpegts.js'],
'video-decoder': ['flv.js', 'hls.js', 'shaka-player', 'mpegts.js'],
tdesign: ['tdesign-vue-next', 'tdesign-icons-vue-next'],
md: ['github-markdown-css', 'markdown-it', 'markdown-it-highlightjs', 'markdown-it-mathjax3'],
crypto: ['crypto-js', 'he', 'pako', 'wxmp-rsa'],
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zyfun",
"version": "3.3.9-beta1121",
"version": "3.3.9-beta1122",
"description": "zyfun video client",
"main": "./out/main/index.js",
"repository": {
Expand Down Expand Up @@ -59,14 +59,14 @@
"@imengyu/vue3-context-menu": "^1.4.3",
"@nplayer/danmaku": "^1.0.12",
"@rushstack/eslint-patch": "^1.10.4",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/cheerio": "^0.22.35",
"@types/electron-localshortcut": "^3.1.3",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.1",
"@types/uuid": "^10.0.0",
"@types/web": "^0.0.181",
"@types/web": "^0.0.182",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue-jsx": "^4.1.0",
"@vueuse/core": "11.3.0",
Expand All @@ -80,7 +80,7 @@
"depcheck": "^1.4.7",
"dplayer": "^1.27.1",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.36.3",
"drizzle-orm": "^0.36.4",
"electron": "^33.2.0",
"electron-builder": "^25.1.8",
"electron-localshortcut": "^3.2.1",
Expand Down Expand Up @@ -118,7 +118,7 @@
"node-json-db": "^2.3.0",
"node-rsa": "^1.1.1",
"nplayer": "^1.0.15",
"npm": "^10.9.0",
"npm": "^10.9.1",
"npm-check-updates": "^17.1.11",
"openai": "^4.73.0",
"ora": "^8.1.1",
Expand Down
Loading

0 comments on commit fad3f39

Please sign in to comment.