chore: bump deps
This commit is contained in:
parent
5e839b2f6d
commit
9c278ffe18
14
package.json
14
package.json
|
@ -16,17 +16,17 @@
|
|||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.17",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@vitejs/plugin-react": "^2.0.1",
|
||||
"electron": "^20.0.2",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"electron": "^21.1.0",
|
||||
"electron-builder": "^23.3.3",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"sass": "^1.54.4",
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^3.0.7",
|
||||
"vite-electron-plugin": "^0.4.1"
|
||||
"sass": "^1.55.0",
|
||||
"typescript": "^4.8.4",
|
||||
"vite": "^3.1.4",
|
||||
"vite-electron-plugin": "^0.4.4"
|
||||
},
|
||||
"debug": {
|
||||
"env": {
|
||||
|
|
Loading…
Reference in New Issue