diff options
author | 2024-06-08 02:28:34 -0700 | |
---|---|---|
committer | 2024-06-08 11:28:34 +0200 | |
commit | 2da877bfe97144ff5110d011b9bfba270ccfc620 (patch) | |
tree | ba0fd09b90e9f73cf95d7fe10b0902e7a2ce9f41 /examples/framework-multiple | |
parent | 734b98fecf0212cd76be3c935a49f84a9a7dab34 (diff) | |
download | astro-2ba75b2730d5e1109e793c703bbfcb9d4048e29d.tar.gz astro-2ba75b2730d5e1109e793c703bbfcb9d4048e29d.tar.zst astro-2ba75b2730d5e1109e793c703bbfcb9d4048e29d.zip |
[ci] release (#11201)astro@4.10.1@astrojs/node@8.2.6
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 7444cc9db..01aaf7d06 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -18,7 +18,7 @@ "@astrojs/vue": "^4.4.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.10.0", + "astro": "^4.10.1", "preact": "^10.22.0", "react": "^18.3.1", "react-dom": "^18.3.1", |