Skip to content

Commit

Permalink
update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed May 5, 2024
1 parent 5db2066 commit 2bbf06d
Show file tree
Hide file tree
Showing 2 changed files with 991 additions and 213 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build:linux": "npm run build && electron-builder --linux"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@electron/remote": "^2.1.2",
"electron-localshortcut": "^3.2.1",
Expand All @@ -40,7 +40,7 @@
"fastify-multipart": "^5.4.0",
"fs-extra": "^11.2.0",
"ip": "^2.0.1",
"puppeteer-core": "^22.6.2",
"puppeteer-core": "^22.7.1",
"puppeteer-in-electron": "^3.0.5"
},
"devDependencies": {
Expand All @@ -57,7 +57,7 @@
"@types/cheerio": "^0.22.35",
"@types/electron-localshortcut": "^3.1.3",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/web": "^0.0.143",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
Expand All @@ -69,12 +69,12 @@
"axios-retry": "^4.1.0",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "4.2.0",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"dplayer": "^1.27.1",
"electron": "^19.1.9",
"electron-builder": "^24.13.3",
"electron-vite": "^2.2.0",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-plugin-vue": "^9.25.0",
"fast-xml-parser": "^4.3.6",
"fastify": "^4.26.2",
Expand All @@ -84,14 +84,13 @@
"flv.js": "^1.6.2",
"hls-parser": "^0.13.2",
"hls.js": "^1.5.8",
"js-base64": "^3.7.7",
"json5": "^2.2.3",
"jsonpath": "^1.1.1",
"less": "^4.2.0",
"lodash": "^4.17.21",
"lodash-id": "^0.14.1",
"lowdb": "~1.0.0",
"md-editor-v3": "^4.13.3",
"md-editor-v3": "^4.13.5",
"moment": "^2.30.1",
"monaco-editor": "^0.48.0",
"nanoid": "^5.0.7",
Expand All @@ -106,7 +105,7 @@
"public-ip": "^6.0.2",
"qrcode.vue": "^3.4.1",
"qs": "^6.12.1",
"stylelint": "~16.3.1",
"stylelint": "~16.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"sync-fetch": "^0.5.2",
Expand All @@ -115,21 +114,22 @@
"throttle-debounce": "^5.0.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-components": "^0.27.0",
"url": "^0.11.3",
"v3-infinite-loading": "^1.3.1",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.24",
"vue": "^3.4.26",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-tsc": "^2.0.14",
"webdav": "^5.5.0",
"vue-tsc": "^2.0.15",
"webdav": "^5.6.0",
"webtorrent": "^2.2.1",
"wxmp-rsa": "^2.1.0",
"xgplayer": "^3.0.16",
"xgplayer-flv": "^3.0.16",
"xgplayer-hls": "^3.0.16",
"xgplayer-mp4": "^3.0.16",
"xgplayer": "^3.0.17",
"xgplayer-flv": "^3.0.17",
"xgplayer-hls": "^3.0.17",
"xgplayer-mp4": "^3.0.17",
"xpath": "^0.0.34"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 2bbf06d

Please sign in to comment.