diff options
author | 2024-10-14 01:55:46 -0700 | |
---|---|---|
committer | 2024-10-14 09:55:46 +0100 | |
commit | a33804110df32a7b5d1ae5b77c5a2e050541de79 (patch) | |
tree | cf6170ffa56a5ab0419a07f45aebca26b6951970 /examples/framework-react | |
parent | 59a2fbc2132f34c4be3b2d80b0fb70e90bd081c4 (diff) | |
download | astro-a33804110df32a7b5d1ae5b77c5a2e050541de79.tar.gz astro-a33804110df32a7b5d1ae5b77c5a2e050541de79.tar.zst astro-a33804110df32a7b5d1ae5b77c5a2e050541de79.zip |
[ci] release (#12221)astro@4.16.3
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 b3d791663..78f617437 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.11", "@types/react-dom": "^18.3.0", - "astro": "^4.16.2", + "astro": "^4.16.3", "react": "^18.3.1", "react-dom": "^18.3.1" } |