diff options
author | 2024-06-26 06:09:08 -0700 | |
---|---|---|
committer | 2024-06-26 21:09:08 +0800 | |
commit | d7ae91c83cdab310c38a76c98c5c4477ec20e8dc (patch) | |
tree | cf835dd9369260fad793d9e9748b6483ae4f2459 /examples/framework-lit | |
parent | 33bdc5472929f72fa8e39624598bf929c48e60c0 (diff) | |
download | astro-d7ae91c83cdab310c38a76c98c5c4477ec20e8dc.tar.gz astro-d7ae91c83cdab310c38a76c98c5c4477ec20e8dc.tar.zst astro-d7ae91c83cdab310c38a76c98c5c4477ec20e8dc.zip |
[ci] release (#11346)astro@4.11.3
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 21252ec7f..129de636b 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.3.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.11.2", + "astro": "^4.11.3", "lit": "^3.1.4" } } |