diff options
author | 2023-03-29 09:43:40 -0700 | |
---|---|---|
committer | 2023-03-29 12:43:40 -0400 | |
commit | 4b077318fbc21c4350cc21c380d96b54d302759c (patch) | |
tree | 445c8da37d52782bea038581aed4cbf14cd50e46 /examples | |
parent | f0b732d326c609208f30485b9805a84a321a870e (diff) | |
download | astro-4b077318fbc21c4350cc21c380d96b54d302759c.tar.gz astro-4b077318fbc21c4350cc21c380d96b54d302759c.tar.zst astro-4b077318fbc21c4350cc21c380d96b54d302759c.zip |
Update lit-ssr dependency (#6681)
* update lit-ssr dependency
* delete unnecessary lit shim checks
* delete another unused lit shim feature
* fix sass build
* bump lit and polyfill versions to match ssr req
* shim HTMLElement in test
* remove lit global shim workarounds
* re-shim Astro's ce.define
* remove fix window test and shim HTML Element
* Update .changeset/gold-windows-fly.md
Co-authored-by: Augustine Kim <ajk830@gmail.com>
* fix window check test
* implement suggestoins
---------
Co-authored-by: Augustine Kim <ajk830@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/framework-lit/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 517d370f9..d6b199098 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "astro": "^2.1.8", - "lit": "^2.2.5", + "lit": "^2.7.0", "@astrojs/lit": "^1.3.0", - "@webcomponents/template-shadowroot": "^0.1.0" + "@webcomponents/template-shadowroot": "^0.2.1" } } |