diff options
author | 2024-09-30 10:17:49 +0800 | |
---|---|---|
committer | 2024-09-30 10:17:49 +0800 | |
commit | 928dc3111c7e607867048a83dd18fbd5b5041b9f (patch) | |
tree | 60527f8c2b6a87fc1429932a06fbea8919800c84 /examples/framework-react | |
parent | 2594eb088d53a98181ac820243bcb1a765856ecf (diff) | |
download | astro-928dc3111c7e607867048a83dd18fbd5b5041b9f.tar.gz astro-928dc3111c7e607867048a83dd18fbd5b5041b9f.tar.zst astro-928dc3111c7e607867048a83dd18fbd5b5041b9f.zip |
fix(deps): update all non-major dependencies (#12092)
Co-authored-by: renovate[bot] <29139614+renovate[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 4de2d3f12..4c191b9cc 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^3.6.2", - "@types/react": "^18.3.9", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", "react": "^18.3.1", |