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-multiple | |
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-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index b6102bf74..9099bb551 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -18,7 +18,7 @@ "@astrojs/vue": "^4.5.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.7", + "astro": "^4.16.8", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", |