bump deps
This commit is contained in:
parent
785189c627
commit
df3732fabd
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
|
@ -18,20 +18,20 @@
|
||||||
"electron-store": "^8.0.1"
|
"electron-store": "^8.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.0.1",
|
"@types/react": "^18.0.9",
|
||||||
"@types/react-dom": "^18.0.0",
|
"@types/react-dom": "^18.0.4",
|
||||||
"@vitejs/plugin-react": "^1.3.0",
|
"@vitejs/plugin-react": "^1.3.2",
|
||||||
"electron": "18.0.3",
|
"electron": "^18.2.4",
|
||||||
"electron-builder": "^23.0.3",
|
"electron-builder": "^23.0.3",
|
||||||
"execa": "^6.1.0",
|
"execa": "^6.1.0",
|
||||||
"react": "^18.0.0",
|
"react": "^18.1.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.1.0",
|
||||||
"sass": "^1.50.0",
|
"sass": "^1.51.0",
|
||||||
"typescript": "^4.6.3",
|
"typescript": "^4.6.4",
|
||||||
"vite": "^2.9.1",
|
"vite": "^2.9.9",
|
||||||
"vite-plugin-esmodule": "^1.2.5",
|
"vite-plugin-esmodule": "^1.2.5",
|
||||||
"vite-plugin-optimizer": "^1.3.3",
|
"vite-plugin-optimizer": "^1.3.3",
|
||||||
"vite-plugin-resolve": "^2.0.4"
|
"vite-plugin-resolve": "^2.1.1"
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"VITE_DEV_SERVER_HOST": "127.0.0.1",
|
"VITE_DEV_SERVER_HOST": "127.0.0.1",
|
||||||
|
|
Loading…
Reference in New Issue