mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
feat: upgrade to Vite v5
This commit is contained in:
10
package.json
10
package.json
@ -77,8 +77,8 @@
|
||||
"rpm"
|
||||
]
|
||||
},
|
||||
"rpm":{
|
||||
"depends":[
|
||||
"rpm": {
|
||||
"depends": [
|
||||
"/usr/lib64/libuuid.so.1"
|
||||
]
|
||||
},
|
||||
@ -123,6 +123,7 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"esbuild": "0.18.20",
|
||||
"usocket": "1.0.1",
|
||||
"rollup": "4.9.1",
|
||||
"node-gyp": "10.0.1",
|
||||
@ -187,7 +188,8 @@
|
||||
"electron": "28.0.0",
|
||||
"electron-builder": "24.9.1",
|
||||
"electron-devtools-installer": "3.2.0",
|
||||
"electron-vite": "1.0.29",
|
||||
"electron-vite": "2.0.0-beta.1",
|
||||
"esbuild": "0.18.20",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-import-resolver-exports": "1.0.0-beta.5",
|
||||
"eslint-import-resolver-typescript": "3.6.1",
|
||||
@ -199,7 +201,7 @@
|
||||
"rollup": "4.9.1",
|
||||
"typescript": "5.3.3",
|
||||
"utf-8-validate": "6.0.3",
|
||||
"vite": "4.5.1",
|
||||
"vite": "5.0.10",
|
||||
"vite-plugin-inspect": "0.8.1",
|
||||
"vite-plugin-resolve": "2.5.1",
|
||||
"ws": "8.15.1"
|
||||
|
||||
Reference in New Issue
Block a user