diff options
author | 2024-08-09 14:49:10 -0700 | |
---|---|---|
committer | 2024-08-09 17:49:10 -0400 | |
commit | 8118120e91ba9497f98f6a95511b9d401ffd7299 (patch) | |
tree | e47e4ff78c76b14af0b4b27d919686983d1c79a0 /examples/framework-multiple | |
parent | ee69a065d32edd9f55a167c9056ba89fe19997f1 (diff) | |
download | astro-8118120e91ba9497f98f6a95511b9d401ffd7299.tar.gz astro-8118120e91ba9497f98f6a95511b9d401ffd7299.tar.zst astro-8118120e91ba9497f98f6a95511b9d401ffd7299.zip |
[ci] release (#11654)astro@4.13.3@astrojs/solid-js@4.4.1@astrojs/react@3.6.2
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 4ffef96d1..49e0ce971 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,13 +12,13 @@ }, "dependencies": { "@astrojs/preact": "^3.5.1", - "@astrojs/react": "^3.6.1", - "@astrojs/solid-js": "^4.4.0", + "@astrojs/react": "^3.6.2", + "@astrojs/solid-js": "^4.4.1", "@astrojs/svelte": "^5.7.0", "@astrojs/vue": "^4.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.13.2", + "astro": "^4.13.3", "preact": "^10.23.1", "react": "^18.3.1", "react-dom": "^18.3.1", |