summaryrefslogtreecommitdiff
path: root/examples/framework-lit/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-27 05:55:42 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-27 08:55:42 -0500
commit71743aeca723e215c0107ecf2e111fdcc8ec7e45 (patch)
treef47ad6eb9f8d8504677a6da94b42c4f3c6cc9b40 /examples/framework-lit/package.json
parent780c583b0eabdb457a7f90f3d447b5e37e464b2c (diff)
downloadastro-71743aeca723e215c0107ecf2e111fdcc8ec7e45.tar.gz
astro-71743aeca723e215c0107ecf2e111fdcc8ec7e45.tar.zst
astro-71743aeca723e215c0107ecf2e111fdcc8ec7e45.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-lit/package.json')
-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 5c4229856..4c44f40dd 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.15",
+ "astro": "^2.0.16",
"lit": "^2.2.5",
- "@astrojs/lit": "^1.2.0",
+ "@astrojs/lit": "^1.2.1",
"@webcomponents/template-shadowroot": "^0.1.0"
}
}