diff options
author | 2024-10-15 00:37:22 -0700 | |
---|---|---|
committer | 2024-10-15 15:37:22 +0800 | |
commit | 6df5bba870001ccaf7eee5ad7707ba6c90f955c4 (patch) | |
tree | a613ac85f0f2fee2041219ceef488b2090d02999 /examples/framework-react | |
parent | 64bb796c0fee551b8b2349b5246946f60080565b (diff) | |
download | astro-6df5bba870001ccaf7eee5ad7707ba6c90f955c4.tar.gz astro-6df5bba870001ccaf7eee5ad7707ba6c90f955c4.tar.zst astro-6df5bba870001ccaf7eee5ad7707ba6c90f955c4.zip |
[ci] release (#12225)astro@4.16.4@astrojs/sitemap@3.2.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 fac319851..320ece4da 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.1", - "astro": "^4.16.3", + "astro": "^4.16.4", "react": "^18.3.1", "react-dom": "^18.3.1" } |