chore(deps): bump vite and react-plugin

This commit is contained in:
阿良仔 2022-12-11 17:43:22 +08:00 committed by GitHub
parent 3953b84329
commit 87cccc51ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-react": "^3.0.0",
"electron": "^21.3.1",
"electron-builder": "^23.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vite": "^4.0.0",
"vite-electron-plugin": "^0.5.2",
"vite-plugin-electron-renderer": "^0.11.3"
},