diff options
author | 2024-05-13 16:19:23 +0800 | |
---|---|---|
committer | 2024-05-13 16:19:23 +0800 | |
commit | cb2586fa158476b47d03579f4a79af0756005cfb (patch) | |
tree | be2b4eec2fd14320265a715cd7766050df43c3a9 /examples/framework-react | |
parent | 8f3cc76737759fc58082d76cca40dcbb1ed4a647 (diff) | |
download | astro-cb2586fa158476b47d03579f4a79af0756005cfb.tar.gz astro-cb2586fa158476b47d03579f4a79af0756005cfb.tar.zst astro-cb2586fa158476b47d03579f4a79af0756005cfb.zip |
fix(deps): update all non-major dependencies (#11015)
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 32d64b902..8cd3568fa 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/react": "^3.3.4", - "@types/react": "^18.2.37", - "@types/react-dom": "^18.2.15", + "@types/react": "^18.3.2", + "@types/react-dom": "^18.3.0", "astro": "^4.8.2", "react": "^18.3.1", "react-dom": "^18.3.1" |