diff options
author | 2024-09-04 18:42:00 -0700 | |
---|---|---|
committer | 2024-09-05 03:42:00 +0200 | |
commit | 65bfefb96bd70bf948022e71b72684259fbd5105 (patch) | |
tree | b4ef3b066228053755cb4233d425d1e609f3409f /examples/framework-react | |
parent | ca54e3f819fad009ac3c3c8b57a26014a2652a73 (diff) | |
download | astro-65bfefb96bd70bf948022e71b72684259fbd5105.tar.gz astro-65bfefb96bd70bf948022e71b72684259fbd5105.tar.zst astro-65bfefb96bd70bf948022e71b72684259fbd5105.zip |
[ci] release (#11909)astro@4.15.3@astrojs/db@0.14.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 8316eb256..dff8d9ea7 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "astro": "^4.15.2", + "astro": "^4.15.3", "react": "^18.3.1", "react-dom": "^18.3.1" } |