diff options
author | 2022-09-09 07:56:48 -0700 | |
---|---|---|
committer | 2022-09-09 10:56:48 -0400 | |
commit | b6dd8b595ccbcc3e9984bdd5b685c210867aaaab (patch) | |
tree | dd5ece9280cb41c293dbd437a65fb5262c85bd24 /examples/framework-multiple | |
parent | e5fd0a49469cee406d68be65bc97b8a7f2bb3b88 (diff) | |
download | astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.tar.gz astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.tar.zst astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.zip |
[ci] release (#4680)astro@1.1.8@astrojs/react@1.1.2@astrojs/image@0.6.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 63bff5342..6c936eae1 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.7", + "astro": "^1.1.8", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", @@ -18,7 +18,7 @@ "svelte": "^3.48.0", "vue": "^3.2.37", "@astrojs/preact": "^1.1.0", - "@astrojs/react": "^1.1.0", + "@astrojs/react": "^1.1.2", "@astrojs/solid-js": "^1.1.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.1" |