diff options
author | 2025-03-18 13:43:11 +0000 | |
---|---|---|
committer | 2025-03-18 13:43:11 +0000 | |
commit | 91c95034e0d0bd450170623fd8aab4b56b5b1366 (patch) | |
tree | 2536d1e0c92af77cd1c17883b4cd555dba370e12 /examples/framework-react | |
parent | c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9 (diff) | |
download | astro-91c95034e0d0bd450170623fd8aab4b56b5b1366.tar.gz astro-91c95034e0d0bd450170623fd8aab4b56b5b1366.tar.zst astro-91c95034e0d0bd450170623fd8aab4b56b5b1366.zip |
Revert "[ci] release (#13427)" (#13448)
This reverts commit c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9.
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 879fab414..bd297802e 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.1", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.6.0", + "astro": "^5.5.2", "react": "^18.3.1", "react-dom": "^18.3.1" } |