diff options
author | 2024-08-22 13:56:59 -0700 | |
---|---|---|
committer | 2024-08-22 16:56:59 -0400 | |
commit | cf65476b27053333cf5a36f6f9f46b794c98dfa2 (patch) | |
tree | 1656e06d2de0ea927a6348f9bd56854bf90f36ce /examples/framework-react | |
parent | 3f7630afd697809b1d4fbac6edd18153983c70ac (diff) | |
download | astro-cf65476b27053333cf5a36f6f9f46b794c98dfa2.tar.gz astro-cf65476b27053333cf5a36f6f9f46b794c98dfa2.tar.zst astro-cf65476b27053333cf5a36f6f9f46b794c98dfa2.zip |
[ci] release (#11817)astro@4.14.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 c0230185b..6f7b5de79 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.14.4", + "astro": "^4.14.5", "react": "^18.3.1", "react-dom": "^18.3.1" } |