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
@@ -9,6 +9,6 @@
},
"devDependencies": {
"@toeverything/infra": "workspace:*",
"electron": "^31.0.0"
"electron": "^30.1.1"
}
}