diff options
author | 2023-01-30 09:38:31 -0800 | |
---|---|---|
committer | 2023-01-30 12:38:31 -0500 | |
commit | d9787a6ff696fd1198d16226277e0662c3a2cb8c (patch) | |
tree | ca1313ff4646ef3de06125014bb62eef1a076f60 /examples/framework-multiple | |
parent | e779c6242418d1d4102e683ca5b851b764c89688 (diff) | |
download | astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.gz astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.zst astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.zip |
[ci] release (#5995)
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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 765d70574..5f0a6ffcb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,17 +11,17 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.2", + "astro": "^2.0.3", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", "solid-js": "^1.4.3", "svelte": "^3.48.0", "vue": "^3.2.37", - "@astrojs/preact": "^2.0.0", - "@astrojs/react": "^2.0.1", - "@astrojs/solid-js": "^2.0.0", - "@astrojs/svelte": "^2.0.0", - "@astrojs/vue": "^2.0.0" + "@astrojs/preact": "^2.0.1", + "@astrojs/react": "^2.0.2", + "@astrojs/solid-js": "^2.0.1", + "@astrojs/svelte": "^2.0.1", + "@astrojs/vue": "^2.0.1" } } |