diff options
author | 2022-09-30 13:15:38 -0700 | |
---|---|---|
committer | 2022-09-30 20:15:38 +0000 | |
commit | 2ffdafff45be33a2bf5a9e5df2af1bee0d31d62b (patch) | |
tree | 37516836dd30b477aaf111f262c6c132d22d9904 /examples/framework-react | |
parent | 7fdd494236a527057b4ba37b99094d6a733aef4f (diff) | |
download | astro-2ffdafff45be33a2bf5a9e5df2af1bee0d31d62b.tar.gz astro-2ffdafff45be33a2bf5a9e5df2af1bee0d31d62b.tar.zst astro-2ffdafff45be33a2bf5a9e5df2af1bee0d31d62b.zip |
[ci] release (#4921)astro@1.4.1@astrojs/image@0.9.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 5afe78aae..5a4d1a80f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.4.0", + "astro": "^1.4.1", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.1.4", |