diff options
author | 2024-03-08 01:45:27 +0100 | |
---|---|---|
committer | 2024-03-08 01:45:27 +0100 | |
commit | b6ccaa6dc76027f4230d6e7dfecc75b5d8b97267 (patch) | |
tree | 83f448c854e07321d6c182721c4062b652cf28c4 /examples/framework-react | |
parent | 76c21b19d2dfe8fba570593124cc2989c6179ba4 (diff) | |
download | astro-b6ccaa6dc76027f4230d6e7dfecc75b5d8b97267.tar.gz astro-b6ccaa6dc76027f4230d6e7dfecc75b5d8b97267.tar.zst astro-b6ccaa6dc76027f4230d6e7dfecc75b5d8b97267.zip |
Revert "[ci] release (#10359)" (#10363)
This reverts commit 76c21b19d2dfe8fba570593124cc2989c6179ba4.
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 99e914c14..251697ad1 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.0.10", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.4.15", + "astro": "^4.4.14", "react": "^18.2.0", "react-dom": "^18.2.0" } |