diff options
author | 2024-10-31 00:56:38 -0700 | |
---|---|---|
committer | 2024-10-31 15:56:38 +0800 | |
commit | 5f7bf49d38ab888e65f010e106579c7947a8d5c6 (patch) | |
tree | a58b6cd14078d14efb0ac8bd8b8764302f29a740 /examples/framework-react | |
parent | ffc836bac0cdea684ea91f958ac8298d4ee4b07d (diff) | |
download | astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.gz astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.zst astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.zip |
[ci] release (#12290)astro@4.16.8@astrojs/mdx@3.1.9
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 3116fec84..5a8a4cec8 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.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.7", + "astro": "^4.16.8", "react": "^18.3.1", "react-dom": "^18.3.1" } |