diff options
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" } } |