diff options
author | 2023-08-23 19:52:13 +0800 | |
---|---|---|
committer | 2023-08-23 19:52:13 +0800 | |
commit | 353dcb23e8035c0fa93f4a1ae83195e371e757f1 (patch) | |
tree | ec6c569cbc7e13e59d077ae6b8c24177ca9dbfc3 /packages/integrations/lit | |
parent | 632579dc2094cc342929261c89e689f0dd358284 (diff) | |
download | astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.gz astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.zst astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.zip |
Update non-major dependencies (#8199)
Diffstat (limited to 'packages/integrations/lit')
-rw-r--r-- | packages/integrations/lit/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index ec66aa013..6ee5bec45 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -42,8 +42,8 @@ "test": "mocha" }, "dependencies": { - "@lit-labs/ssr": "^3.1.4", - "@lit-labs/ssr-client": "^1.1.2", + "@lit-labs/ssr": "^3.1.5", + "@lit-labs/ssr-client": "^1.1.3", "@lit-labs/ssr-dom-shim": "^1.1.1", "parse5": "^7.1.2" }, @@ -52,9 +52,9 @@ "astro-scripts": "workspace:*", "chai": "^4.3.7", "cheerio": "1.0.0-rc.12", - "lit": "^2.7.5", + "lit": "^2.8.0", "mocha": "^9.2.2", - "sass": "^1.63.4" + "sass": "^1.66.1" }, "peerDependencies": { "@webcomponents/template-shadowroot": "^0.2.1", |