chore: bump deps

This commit is contained in:
草鞋没号 2022-11-25 09:00:04 +08:00
parent 1b29cac508
commit 45f9205eac
1 changed files with 8 additions and 8 deletions

View File

@ -16,16 +16,16 @@
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"electron": "^21.1.0",
"electron-builder": "^23.3.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"electron": "^21.3.1",
"electron-builder": "^23.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.55.0",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vite-electron-plugin": "^0.5.2",
"vite-plugin-electron-renderer": "^0.11.3"
},