diff options
author | 2022-09-14 13:06:23 -0700 | |
---|---|---|
committer | 2022-09-14 16:06:23 -0400 | |
commit | 27aa9851d81fec0f418779fb7cad2c1836568be0 (patch) | |
tree | f084d0483c8e05a45d492367c723e364e5acd734 /examples/framework-multiple | |
parent | a74f2463333d67c182ce8c21dab98114cc72b78e (diff) | |
download | astro-27aa9851d81fec0f418779fb7cad2c1836568be0.tar.gz astro-27aa9851d81fec0f418779fb7cad2c1836568be0.tar.zst astro-27aa9851d81fec0f418779fb7cad2c1836568be0.zip |
[ci] release (#4750)astro@1.2.4@astrojs/tailwind@2.0.0@astrojs/react@1.1.3
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 2bf4ede4b..52e47ac2e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.2.3", + "astro": "^1.2.4", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", @@ -19,7 +19,7 @@ "svelte": "^3.48.0", "vue": "^3.2.37", "@astrojs/preact": "^1.1.0", - "@astrojs/react": "^1.1.2", + "@astrojs/react": "^1.1.3", "@astrojs/solid-js": "^1.1.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.2" |