diff options
author | 2022-12-19 07:26:29 -0800 | |
---|---|---|
committer | 2022-12-19 09:26:29 -0600 | |
commit | 783a2a8e1bf3854b384e78fee7808777bfdfb501 (patch) | |
tree | 1ef0a8337c08116909acfc4f3f9681433084a649 /examples/framework-react | |
parent | d5aff85db48ccc9234968071b378829369afba9b (diff) | |
download | astro-783a2a8e1bf3854b384e78fee7808777bfdfb501.tar.gz astro-783a2a8e1bf3854b384e78fee7808777bfdfb501.tar.zst astro-783a2a8e1bf3854b384e78fee7808777bfdfb501.zip |
[ci] release (#5642)astro@1.7.2
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 f2acaaeab..59c14f338 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.7.1", + "astro": "^1.7.2", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.2.2", |