summaryrefslogtreecommitdiff
path: root/examples/framework-lit/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-31 07:32:28 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-31 16:32:28 +0200
commit07e8a1bab4f1d1442854cec65e8f66b247fc87c7 (patch)
tree23c038cb72deaa977e38a3cdea3573daab697229 /examples/framework-lit/package.json
parentc2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f (diff)
downloadastro@2.1.9.tar.gz
astro@2.1.9.tar.zst
astro@2.1.9.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 d6b199098..bba2e38ec 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.8",
+ "astro": "^2.1.9",
"lit": "^2.7.0",
- "@astrojs/lit": "^1.3.0",
+ "@astrojs/lit": "^2.0.0",
"@webcomponents/template-shadowroot": "^0.2.1"
}
}