diff options
author | 2024-05-09 15:20:13 +0800 | |
---|---|---|
committer | 2024-05-09 15:20:13 +0800 | |
commit | f9b6f4fc2f9405928687e09ec3beebda1aab318f (patch) | |
tree | 6b15405691fe46f6ee12b968f1fe94456e255a3f /examples/framework-react | |
parent | e39ee5662d870a91a75b6b3ac441b9e3ef9e1063 (diff) | |
download | astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.tar.gz astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.tar.zst astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.zip |
chore(deps): update all non-major dependencies (#10958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.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 154d81ff6..9e255a013 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -15,7 +15,7 @@ "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "astro": "^4.7.1", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } |