diff options
author | 2023-12-12 20:35:40 +0100 | |
---|---|---|
committer | 2023-12-12 14:35:40 -0500 | |
commit | b0a71946f4320d4e76f31e990fe5821f823f0e12 (patch) | |
tree | feef130a70f3b3abd4f8c7345fe2a3c271140e34 /packages/integrations/lit/src | |
parent | 4137927e3cee5f557267d93ff99e1750169c55c1 (diff) | |
download | astro-b0a71946f4320d4e76f31e990fe5821f823f0e12.tar.gz astro-b0a71946f4320d4e76f31e990fe5821f823f0e12.tar.zst astro-b0a71946f4320d4e76f31e990fe5821f823f0e12.zip |
[@astrojs/lit] lit 3.0 compatibility (#8822)
* updates packages
* [Fix] pnpm-lock
* [Fix] updates
* revert dev dependencies
* Update lockfile
* Update lit version in the e2e tests
* Adding changeset
---------
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Diffstat (limited to 'packages/integrations/lit/src')
-rw-r--r-- | packages/integrations/lit/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/lit/src/index.ts b/packages/integrations/lit/src/index.ts index de6d5b0f9..c2a73e2af 100644 --- a/packages/integrations/lit/src/index.ts +++ b/packages/integrations/lit/src/index.ts @@ -9,7 +9,7 @@ function getViteConfiguration() { '@astrojs/lit/client-shim.js', '@astrojs/lit/hydration-support.js', '@webcomponents/template-shadowroot/template-shadowroot.js', - 'lit/experimental-hydrate-support.js', + "@lit-labs/ssr-client/lit-element-hydrate-support.js", ], exclude: ['@astrojs/lit/server.js'], }, |