fix(electron): downgrade electron version (#7215)

![image](https://github.com/toeverything/AFFiNE/assets/3468483/c13fe4ba-e68e-423c-982b-19fdafd33345)
This commit is contained in:
Brooooooklyn
2024-06-13 09:19:36 +00:00
parent 24cb0d3757
commit 19dd724f50
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/ui": "1.6.0",
"cross-env": "^7.0.3",
"electron": "^31.0.0",
"electron": "^30.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^0.5.0",