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": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@types/react": "^18.0.21", "@types/react": "^18.0.25",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.1.0", "@vitejs/plugin-react": "^2.2.0",
"electron": "^21.1.0", "electron": "^21.3.1",
"electron-builder": "^23.3.3", "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.55.0", "sass": "^1.56.1",
"typescript": "^4.8.4", "typescript": "^4.9.3",
"vite": "^3.2.2", "vite": "^3.2.4",
"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"
}, },