diff options
author | 2023-08-03 07:54:48 -0700 | |
---|---|---|
committer | 2023-08-03 10:54:48 -0400 | |
commit | 39b044e09b0ee4041cc340e465f44d487fd15a4a (patch) | |
tree | f600cb5b8b772376078d794fad298c1a4844ce60 /examples/framework-lit/package.json | |
parent | 1f0ee494a5190356d130282f1f51ba2a5e6ea63f (diff) | |
download | astro-85da068831deb6307bf956f039b93423e84b1122.tar.gz astro-85da068831deb6307bf956f039b93423e84b1122.tar.zst astro-85da068831deb6307bf956f039b93423e84b1122.zip |
[ci] release (#7912)astro@2.10.0@astrojs/vercel@3.8.0@astrojs/node@5.3.2@astrojs/image@0.17.3
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 6991bf716..9fceaa6fd 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^2.1.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^2.9.7", + "astro": "^2.10.0", "lit": "^2.7.5" } } |