diff options
author | 2024-03-11 03:25:30 -0700 | |
---|---|---|
committer | 2024-03-11 10:25:30 +0000 | |
commit | 0e074fb39073909b0e507f79a9bd8d22b28f6036 (patch) | |
tree | 03ef1585831862ae1880634961591d4621035b67 /examples/framework-multiple | |
parent | 41dca1e413c2f1e38f0326bd6241ccbf9b8ee0e4 (diff) | |
download | astro-0e074fb39073909b0e507f79a9bd8d22b28f6036.tar.gz astro-0e074fb39073909b0e507f79a9bd8d22b28f6036.tar.zst astro-0e074fb39073909b0e507f79a9bd8d22b28f6036.zip |
[ci] release (#10365)astro@4.5.0@astrojs/vercel@7.3.6@astrojs/react@3.1.0@astrojs/mdx@2.2.0@astrojs/markdown-remark@4.3.0@astrojs/markdoc@0.9.2@astrojs/internal-helpers@0.3.0@astrojs/db@0.7.1
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f2cbe9501..f207b9c0c 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,11 +12,11 @@ }, "dependencies": { "@astrojs/preact": "^3.1.1", - "@astrojs/react": "^3.0.10", + "@astrojs/react": "^3.1.0", "@astrojs/solid-js": "^4.0.1", "@astrojs/svelte": "^5.2.0", "@astrojs/vue": "^4.0.8", - "astro": "^4.4.15", + "astro": "^4.5.0", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", |