Skip to content

Commit

Permalink
fix(lit): pin last lit 2.x compatible versions (#8826)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Oct 16, 2023
1 parent 2f9e208 commit 754c40f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-readers-shop.md
@@ -0,0 +1,5 @@
---
'@astrojs/lit': patch
---

Fixed an issue where an incompatible version of lit was installed.
9 changes: 7 additions & 2 deletions packages/integrations/lit/package.json
Expand Up @@ -42,11 +42,16 @@
"test": "mocha"
},
"dependencies": {
"@lit-labs/ssr": "^3.1.5",
"@lit-labs/ssr-client": "^1.1.3",
"@lit-labs/ssr": "3.1.7",
"@lit-labs/ssr-client": "1.1.3",
"@lit-labs/ssr-dom-shim": "^1.1.1",
"parse5": "^7.1.2"
},
"overrides": {
"@lit-labs/ssr": {
"@lit-labs/ssr-client": "1.1.3"
}
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
Expand Down
24 changes: 9 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 754c40f

Please sign in to comment.