diff options
author | 2023-11-28 08:07:52 -0800 | |
---|---|---|
committer | 2023-11-28 10:07:52 -0600 | |
commit | d0d5ff78c9f81bea8678cde443d0f822465fbb4d (patch) | |
tree | 875319302a20dfc352535521e6ab8a4842367a20 /examples/framework-react | |
parent | 6e0292a1fa79914ef70759372886b23ca413ece8 (diff) | |
download | astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.tar.gz astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.tar.zst astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.zip |
[ci] release (#9202)astro@3.6.2@astrojs/upgrade@0.1.0@astrojs/node@6.1.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 3b1d69dd1..d029c3e1e 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.0.6", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "astro": "^3.6.1", + "astro": "^3.6.2", "react": "^18.2.0", "react-dom": "^18.2.0" } |