Skip to content

Commit 94fb832

Browse files
author
Hiram
committed
fix build error
1 parent 2f8f76f commit 94fb832

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zyplayer",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "simple and lightweight video client",
55
"main": "./out/main/index.js",
66
"author": {
@@ -27,19 +27,19 @@
2727
"build:linux": "npm run build && electron-builder --linux"
2828
},
2929
"dependencies": {
30-
"@cliqz/adblocker-electron": "^1.26.15",
31-
"@electric-sql/pglite": "^0.0.1-alpha.2",
30+
"@electric-sql/pglite": "^0.0.2",
3231
"@electron-toolkit/preload": "^3.0.0",
3332
"@electron-toolkit/utils": "^3.0.0",
3433
"@electron/remote": "^2.1.2",
3534
"cross-fetch": "^4.0.0",
3635
"electron-log": "^5.1.1",
37-
"electron-store": "^8.1.0",
36+
"electron-store": "^8.2.0",
3837
"electron-updater": "^6.1.8",
39-
"fastify": "^4.26.1",
38+
"fastify": "^4.26.2",
39+
"fastify-logger": "^1.0.1",
4040
"ip": "^2.0.1",
4141
"lodash-id": "^0.14.1",
42-
"puppeteer-core": "^21.11.0",
42+
"puppeteer-core": "^22.4.0",
4343
"puppeteer-in-electron": "^3.0.5"
4444
},
4545
"devDependencies": {
@@ -48,24 +48,24 @@
4848
"@electron-toolkit/tsconfig": "^1.0.1",
4949
"@imengyu/vue3-context-menu": "^1.3.8",
5050
"@rushstack/eslint-patch": "^1.7.2",
51-
"@swc/core": "^1.4.2",
51+
"@swc/core": "^1.4.6",
5252
"@types/lodash": "^4.14.202",
53-
"@types/node": "^20.11.19",
53+
"@types/node": "^20.11.25",
5454
"@vitejs/plugin-vue": "^5.0.4",
5555
"@vitejs/plugin-vue-jsx": "^3.1.0",
5656
"@vue/eslint-config-prettier": "^9.0.0",
57-
"@vue/eslint-config-typescript": "^12.0.0",
58-
"@vueuse/core": "10.8.0",
57+
"@vue/eslint-config-typescript": "^13.0.0",
58+
"@vueuse/core": "10.9.0",
5959
"@xmldom/xmldom": "^0.8.10",
6060
"axios": "^1.6.7",
6161
"axios-retry": "^4.0.0",
6262
"cheerio": "^1.0.0-rc.12",
6363
"crypto-js": "4.2.0",
6464
"dplayer": "^1.27.1",
65-
"electron": "^29.1.0",
66-
"electron-builder": "^24.12.0",
67-
"electron-vite": "^2.0.0",
68-
"eslint": "^8.56.0",
65+
"electron": "^29.1.1",
66+
"electron-builder": "^24.13.3",
67+
"electron-vite": "^2.1.0",
68+
"eslint": "^8.57.0",
6969
"eslint-plugin-vue": "^9.22.0",
7070
"fast-xml-parser": "^4.3.5",
7171
"file-type": "^19.0.0",
@@ -84,25 +84,25 @@
8484
"prettier": "^3.2.5",
8585
"public-ip": "^6.0.1",
8686
"qrcode.vue": "^3.4.1",
87-
"qs": "^6.11.2",
87+
"qs": "^6.12.0",
8888
"tdesign-icons-vue-next": "^0.2.2",
89-
"tdesign-vue-next": "^1.8.1",
90-
"typescript": "^5.3.3",
89+
"tdesign-vue-next": "^1.9.0",
90+
"typescript": "^5.4.2",
9191
"unplugin-auto-import": "^0.17.5",
9292
"unplugin-vue-components": "^0.26.0",
9393
"uuid-by-string": "^4.0.0",
9494
"v3-infinite-loading": "^1.3.1",
95-
"vite": "^5.1.4",
95+
"vite": "^5.1.5",
9696
"vite-svg-loader": "^5.1.0",
9797
"vue": "~3.3.8",
98-
"vue-i18n": "^9.9.1",
98+
"vue-i18n": "^9.10.1",
9999
"vue-router": "^4.3.0",
100-
"vue-tsc": "^1.8.27",
100+
"vue-tsc": "^2.0.6",
101101
"webdav": "^5.4.0",
102-
"xgplayer": "^3.0.13",
103-
"xgplayer-flv": "^3.0.13",
104-
"xgplayer-hls": "^3.0.13",
105-
"xgplayer-mp4": "^3.0.13",
102+
"xgplayer": "^3.0.14",
103+
"xgplayer-flv": "^3.0.14",
104+
"xgplayer-hls": "^3.0.14",
105+
"xgplayer-mp4": "^3.0.14",
106106
"xpath": "^0.0.34"
107107
},
108108
"engines": {

0 commit comments

Comments
 (0)