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

@@ -78,7 +78,7 @@
"react-is": "18.2.0",
"react-router-dom": "^6.16.0",
"rxjs": "^7.8.1",
"ses": "^1.0.0",
"ses": "0.18.8",
"swr": "2.2.4",
"uuid": "^9.0.1",
"valtio": "^1.11.2",