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:
LongYinan
2023-12-20 02:28:58 +00:00
parent 33a589a8ba
commit 30e62bd2c6
4 changed files with 25 additions and 25 deletions

View File

@@ -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:^",