diff options
author | 2024-06-06 08:02:22 -0700 | |
---|---|---|
committer | 2024-06-06 11:02:22 -0400 | |
commit | 48d53094cdbbcd4363d6c77aac13161c5cde5064 (patch) | |
tree | 5ef23b05dc153f4a2944e4ca8c2536d3f3d6934e /examples/framework-lit | |
parent | 97fbe938a9b07d52d61011da4bd5a8b5ad85a700 (diff) | |
download | astro-@astrojs/mdx@3.1.0.tar.gz astro-@astrojs/mdx@3.1.0.tar.zst astro-@astrojs/mdx@3.1.0.zip |
[ci] release (#11186)astro@4.10.0@astrojs/vue@4.4.0@astrojs/svelte@5.5.0@astrojs/solid-js@4.3.0@astrojs/react@3.5.0@astrojs/preact@3.4.0@astrojs/mdx@3.1.0@astrojs/lit@4.2.0
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 2a3f5de0b..6b3aa5fd7 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/lit": "^4.1.0", + "@astrojs/lit": "^4.2.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.9.3", + "astro": "^4.10.0", "lit": "^3.1.3" } } |