bump update deps
This commit is contained in:
parent
3e407af2d6
commit
e5967a458b
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
|
@ -18,19 +18,19 @@
|
|||
"electron-store": "^8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.40",
|
||||
"@types/react-dom": "^17.0.13",
|
||||
"@vitejs/plugin-react": "^1.2.0",
|
||||
"electron": "^17.1.2",
|
||||
"electron-builder": "^22.14.13",
|
||||
"@types/react": "^18.0.1",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@vitejs/plugin-react": "^1.3.0",
|
||||
"electron": "18.0.3",
|
||||
"electron-builder": "^23.0.3",
|
||||
"execa": "^6.1.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"sass": "^1.49.9",
|
||||
"typescript": "^4.6.2",
|
||||
"vite": "^2.8.6",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"sass": "^1.50.0",
|
||||
"typescript": "^4.6.3",
|
||||
"vite": "^2.9.1",
|
||||
"vite-plugin-esmodule": "^1.2.5",
|
||||
"vite-plugin-optimizer": "^1.3.2"
|
||||
"vite-plugin-optimizer": "^1.3.3"
|
||||
},
|
||||
"env": {
|
||||
"VITE_DEV_SERVER_HOST": "127.0.0.1",
|
||||
|
|
Loading…
Reference in New Issue