diff options
author | 2022-08-30 09:45:04 -0700 | |
---|---|---|
committer | 2022-08-30 12:45:04 -0400 | |
commit | e905784bf12ef45093078404d3d07f01e32638ca (patch) | |
tree | dbc4ecc155f83b06a0517e6e095e6b45f9bd4e17 /examples/framework-multiple | |
parent | 8504cd79b708e0d3bf1a2bb4ff9b86936bdd692b (diff) | |
download | astro-e905784bf12ef45093078404d3d07f01e32638ca.tar.gz astro-e905784bf12ef45093078404d3d07f01e32638ca.tar.zst astro-e905784bf12ef45093078404d3d07f01e32638ca.zip |
[ci] release (#4520)astro@1.1.2@astrojs/react@1.1.1@astrojs/mdx@0.10.3@astrojs/markdown-remark@1.1.1@astrojs/lit@1.0.1@astrojs/image@0.3.7
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 c839f358f..b6def4f16 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,11 +11,11 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "@astrojs/react": "^1.1.0", + "@astrojs/react": "^1.1.1", "@astrojs/solid-js": "^1.1.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.1.1" + "astro": "^1.1.2" }, "dependencies": { "preact": "^10.7.3", |