mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00: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:
@@ -10,7 +10,7 @@
|
||||
"tsconfig.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"@endo/static-module-record": "^1.0.0",
|
||||
"@endo/static-module-record": "0.8.2",
|
||||
"@plugxjs/vite-plugin": "0.1.0",
|
||||
"@swc/core": "^1.3.93",
|
||||
"@toeverything/infra": "workspace:^",
|
||||
|
||||
Reference in New Issue
Block a user