mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
fix(core): downgrade ses (#5347)
ses@1 makes [this line](https://github.com/lit/lit/blob/lit-html%403.1.0/packages/reactive-element/src/reactive-element.ts#L406) throw an error: `TypeError: Cannot add property metadata, object is not extensible.`
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"jest-mock": "^29.7.0",
|
||||
"nanoid": "^5.0.3",
|
||||
"serve": "^14.2.1",
|
||||
"ses": "^1.0.0",
|
||||
"ses": "0.18.8",
|
||||
"storybook": "^7.5.3",
|
||||
"storybook-dark-mode": "^3.0.1",
|
||||
"wait-on": "^7.2.0"
|
||||
|
||||
Reference in New Issue
Block a user