Skip to content

Commit

Permalink
update lit
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrjet committed Feb 29, 2024
1 parent b64a59d commit 83a7ca2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 44 deletions.
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/independent-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@astrojs/node": "workspace:*",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "workspace:*",
"lit": "^3.1.0"
"lit": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/lit-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/lit": "workspace:*",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "workspace:*",
"lit": "^3.1.0"
"lit": "^3.1.2"
}
}
9 changes: 6 additions & 3 deletions packages/integrations/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@
"test": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@lit-labs/ssr": "^3.2.0",
"@lit-labs/ssr-client": "^1.1.5",
"@lit-labs/ssr-dom-shim": "^1.1.2",
"@lit-labs/ssr": "^3.2.0",
"@lit/reactive-element": "^2.0.4",
"lit-element": "^4.0.4",
"lit-html": "^3.1.2",
"parse5": "^7.1.2"
},
"overrides": {
Expand All @@ -56,12 +59,12 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"lit": "^3.1.0",
"lit": "^3.1.2",
"sass": "^1.69.5"
},
"peerDependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
"lit": "^3.1.0"
"lit": "^3.1.2"
},
"publishConfig": {
"provenance": true
Expand Down
59 changes: 20 additions & 39 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 83a7ca2

Please sign in to comment.