Merge pull request #89 from cijiugechu/main

chore(deps): bump vite and corresponding react-plugin
This commit is contained in:
草鞋没号 2022-12-12 07:10:29 +08:00 committed by GitHub
commit 2889ab3ac8
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": { "devDependencies": {
"@types/react": "^18.0.25", "@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9", "@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0", "@vitejs/plugin-react": "^3.0.0",
"electron": "^21.3.1", "electron": "^21.3.1",
"electron-builder": "^23.6.0", "electron-builder": "^23.6.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"sass": "^1.56.1", "sass": "^1.56.1",
"typescript": "^4.9.3", "typescript": "^4.9.3",
"vite": "^3.2.4", "vite": "^4.0.0",
"vite-electron-plugin": "^0.5.2", "vite-electron-plugin": "^0.5.2",
"vite-plugin-electron-renderer": "^0.11.3" "vite-plugin-electron-renderer": "^0.11.3"
}, },