diff options
author | 2025-04-28 07:51:58 +0100 | |
---|---|---|
committer | 2025-04-28 07:51:58 +0100 | |
commit | 659904bd999c6abdd62f18230954b7097dcbb7fe (patch) | |
tree | 3377369d700ce5d0532b19c348acefc9c3779e05 /examples/framework-multiple | |
parent | 21ca490252c10aec7d6022a5825e26a90d08c07f (diff) | |
download | astro-659904bd999c6abdd62f18230954b7097dcbb7fe.tar.gz astro-659904bd999c6abdd62f18230954b7097dcbb7fe.tar.zst astro-659904bd999c6abdd62f18230954b7097dcbb7fe.zip |
Revert "[ci] release (#13676)" (#13703)
This reverts commit 34cdd9868f026168667a7fbda3a90045b878c0a6.
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 21c276fcd..e46924c37 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.11", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.7.6", + "astro": "^5.7.5", "preact": "^10.26.5", "react": "^18.3.1", "react-dom": "^18.3.1", |