diff options
author | 2023-11-28 08:07:52 -0800 | |
---|---|---|
committer | 2023-11-28 10:07:52 -0600 | |
commit | d0d5ff78c9f81bea8678cde443d0f822465fbb4d (patch) | |
tree | 875319302a20dfc352535521e6ab8a4842367a20 /examples/framework-multiple | |
parent | 6e0292a1fa79914ef70759372886b23ca413ece8 (diff) | |
download | astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.tar.gz astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.tar.zst astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.zip |
[ci] release (#9202)astro@3.6.2@astrojs/upgrade@0.1.0@astrojs/node@6.1.0
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 338a28661..1e742614b 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.4", "@astrojs/vue": "^3.0.4", - "astro": "^3.6.1", + "astro": "^3.6.2", "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", |