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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.1",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@vitejs/plugin-react": "^1.3.0",
|
||||
"electron": "18.0.3",
|
||||
"@types/react": "^18.0.9",
|
||||
"@types/react-dom": "^18.0.4",
|
||||
"@vitejs/plugin-react": "^1.3.2",
|
||||
"electron": "^18.2.4",
|
||||
"electron-builder": "^23.0.3",
|
||||
"execa": "^6.1.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"sass": "^1.50.0",
|
||||
"typescript": "^4.6.3",
|
||||
"vite": "^2.9.1",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"sass": "^1.51.0",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^2.9.9",
|
||||
"vite-plugin-esmodule": "^1.2.5",
|
||||
"vite-plugin-optimizer": "^1.3.3",
|
||||
"vite-plugin-resolve": "^2.0.4"
|
||||
"vite-plugin-resolve": "^2.1.1"
|
||||
},
|
||||
"env": {
|
||||
"VITE_DEV_SERVER_HOST": "127.0.0.1",
|
||||
|
|
Loading…
Reference in New Issue