diff options
author | 2024-08-02 06:18:47 -0700 | |
---|---|---|
committer | 2024-08-02 09:18:47 -0400 | |
commit | 2abbc281b34b5806577fb18d7b50b21a8ac2af35 (patch) | |
tree | 17becf08444fd33f06acd5568da61c718931ecef /examples/framework-react | |
parent | 19adfaa705d0047537fdc870a9eb6e6f97629c39 (diff) | |
download | astro-2abbc281b34b5806577fb18d7b50b21a8ac2af35.tar.gz astro-2abbc281b34b5806577fb18d7b50b21a8ac2af35.tar.zst astro-2abbc281b34b5806577fb18d7b50b21a8ac2af35.zip |
[ci] release (#11590)astro@4.13.1
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 432cc3390..3d49b5952 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.13.0", + "astro": "^4.13.1", "react": "^18.3.1", "react-dom": "^18.3.1" } |