diff options
author | 2023-10-16 14:58:33 -0700 | |
---|---|---|
committer | 2023-10-17 03:28:33 +0530 | |
commit | 3468c06f56447ee0aa4115b70f658780e6df75c5 (patch) | |
tree | 04e7156032a61f099462eaa677f79831d6de3180 /examples/framework-multiple | |
parent | 8946f2a256edf1aca6a7bb0db1f6ea9ce9493253 (diff) | |
download | astro-3468c06f56447ee0aa4115b70f658780e6df75c5.tar.gz astro-3468c06f56447ee0aa4115b70f658780e6df75c5.tar.zst astro-3468c06f56447ee0aa4115b70f658780e6df75c5.zip |
[ci] release (#8820)astro@3.3.1@astrojs/lit@3.0.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 2cf883144..a666c9ae7 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "^3.0.2", "@astrojs/svelte": "^4.0.3", "@astrojs/vue": "^3.0.1", - "astro": "^3.3.0", + "astro": "^3.3.1", "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", |