diff options
author | 2023-09-29 01:57:54 +0800 | |
---|---|---|
committer | 2023-09-28 13:57:54 -0400 | |
commit | 2167ffd72f58904f449ffc6e53581a2d8faf7317 (patch) | |
tree | 01abc3c274f7a916c0b2638ace2fe2f1216f2ec7 /examples/framework-multiple | |
parent | 0ba32e4402785fef651462b337baddedcf79b8ff (diff) | |
download | astro-2167ffd72f58904f449ffc6e53581a2d8faf7317.tar.gz astro-2167ffd72f58904f449ffc6e53581a2d8faf7317.tar.zst astro-2167ffd72f58904f449ffc6e53581a2d8faf7317.zip |
Revert "[ci] release (#8671)" (#8696)
This reverts commit eada8ab8fa0d291586f30c010edaa56905351064.
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 508e93a79..53d13207d 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "^3.0.1", "@astrojs/svelte": "^4.0.2", "@astrojs/vue": "^3.0.0", - "astro": "^3.2.0", + "astro": "^3.1.4", "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", |