We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281aad2 commit 29d5fa9Copy full SHA for 29d5fa9
1 file changed
package.json
@@ -19,17 +19,17 @@
19
"e2e": "playwright test"
20
},
21
"devDependencies": {
22
- "@playwright/test": "^1.29.2",
23
- "@types/react": "^18.0.27",
24
- "@types/react-dom": "^18.0.10",
25
- "@vitejs/plugin-react": "^3.0.1",
26
- "electron": "^22.0.3",
+ "@playwright/test": "^1.31.0",
+ "@types/react": "^18.0.28",
+ "@types/react-dom": "^18.0.11",
+ "@vitejs/plugin-react": "^3.1.0",
+ "electron": "^23.1.1",
27
"electron-builder": "^23.6.0",
28
"react": "^18.2.0",
29
"react-dom": "^18.2.0",
30
- "sass": "^1.57.1",
31
- "typescript": "^4.9.4",
32
- "vite": "^4.0.4",
+ "sass": "^1.58.3",
+ "typescript": "^4.9.5",
+ "vite": "^4.1.4",
33
"vite-electron-plugin": "^0.8.2",
34
"vite-plugin-electron": "^0.11.1",
35
"vite-plugin-electron-renderer": "^0.12.1"
0 commit comments