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
+1 -1
View File
@@ -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"