summaryrefslogtreecommitdiff
path: root/examples/framework-lit
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-06-17 06:39:57 -0700
committerGravatar GitHub <noreply@github.com> 2024-06-17 15:39:57 +0200
commit83c565b36c7a5bf8fbc6cc37934109b74ed43ba5 (patch)
treea91a1b70869e3fc50a12108523f9499a26cac43f /examples/framework-lit
parent7d597506615fa5a34327304e8321be7b9c4b799d (diff)
downloadastro-83c565b36c7a5bf8fbc6cc37934109b74ed43ba5.tar.gz
astro-83c565b36c7a5bf8fbc6cc37934109b74ed43ba5.tar.zst
astro-83c565b36c7a5bf8fbc6cc37934109b74ed43ba5.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 c465b84ab..81467a629 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/lit": "^4.2.0",
+ "@astrojs/lit": "^4.3.0",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^4.10.2",
+ "astro": "^4.10.3",
"lit": "^3.1.4"
}
}