summaryrefslogtreecommitdiff
path: root/examples/framework-lit
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-lit')
-rw-r--r--examples/framework-lit/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 93c4724bf..e68969e5e 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/lit": "^3.0.2",
+ "@astrojs/lit": "^3.0.3",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^3.4.4",
+ "astro": "^3.5.0",
"lit": "^2.8.0"
}
}