diff options
author | 2022-08-05 21:48:35 -0700 | |
---|---|---|
committer | 2022-08-05 21:48:35 -0700 | |
commit | 4e4061f485fb25890c286fcea0158b439ae4045d (patch) | |
tree | 829dc89c824085ad44b47a7bd0b20bcdf506b46f /examples/framework-multiple | |
parent | 9c3b8d06301313012139644d9ca580ca3d1ff18d (diff) | |
download | astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.gz astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.zst astro-4e4061f485fb25890c286fcea0158b439ae4045d.zip |
[ci] release (#4159)create-astro@0.15.0astro@1.0.0-rc.7@astrojs/react@0.4.3@astrojs/mdx@0.7.0@astrojs/markdown-remark@0.14.1@astrojs/image@0.3.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 006a231a7..b8e55d641 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,11 +11,11 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "@astrojs/react": "^0.4.2", + "@astrojs/react": "^0.4.3", "@astrojs/solid-js": "^0.4.1", "@astrojs/svelte": "^0.5.1", "@astrojs/vue": "^0.5.0", - "astro": "^1.0.0-rc.6" + "astro": "^1.0.0-rc.7" }, "dependencies": { "preact": "^10.7.3", |