diff options
author | 2023-08-18 08:36:25 -0700 | |
---|---|---|
committer | 2023-08-18 10:36:25 -0500 | |
commit | e3c030e5d3bef916bc5319327b0c978a355031e3 (patch) | |
tree | 1ca00ead92919b20894409278ff1f862ac6dc821 /examples/framework-react | |
parent | ae766f31fe71c0a1d6d91225c8a10a9a6f60565a (diff) | |
download | astro-e3c030e5d3bef916bc5319327b0c978a355031e3.tar.gz astro-e3c030e5d3bef916bc5319327b0c978a355031e3.tar.zst astro-e3c030e5d3bef916bc5319327b0c978a355031e3.zip |
[ci] release (#8138)astro@2.10.11@astrojs/react@2.3.1
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index fd4eade55..a6fa6497e 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^2.3.0", + "@astrojs/react": "^2.3.1", "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", - "astro": "^2.10.10", + "astro": "^2.10.11", "react": "^18.2.0", "react-dom": "^18.2.0" } |