diff options
author | 2023-08-11 11:02:47 -0700 | |
---|---|---|
committer | 2023-08-11 14:02:47 -0400 | |
commit | f39a80c583e9966b81bf5f7d3651a0778a5cf566 (patch) | |
tree | 11eeea25980be999c93fbbdab961edc4fc0eb93a /examples/framework-lit | |
parent | 06fa76cec6b775c94971f5e09aedbf09072f2efc (diff) | |
download | astro-f39a80c583e9966b81bf5f7d3651a0778a5cf566.tar.gz astro-f39a80c583e9966b81bf5f7d3651a0778a5cf566.tar.zst astro-f39a80c583e9966b81bf5f7d3651a0778a5cf566.zip |
[ci] release (#8043)astro@2.10.7
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index dbba56220..cb5083e0e 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^2.1.1", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^2.10.6", + "astro": "^2.10.7", "lit": "^2.7.5" } } |