diff options
author | 2024-05-30 17:28:57 +0800 | |
---|---|---|
committer | 2024-05-30 17:28:57 +0800 | |
commit | 464b0a108ecd0b77e6e34829381ccd1335d525ce (patch) | |
tree | 79df87ef844a33bf1412cdfa5d7154b5ea05cd81 /examples/framework-react | |
parent | 6a93b5379a6f81b3cdf2afa515927af1c965ae19 (diff) | |
download | astro-464b0a108ecd0b77e6e34829381ccd1335d525ce.tar.gz astro-464b0a108ecd0b77e6e34829381ccd1335d525ce.tar.zst astro-464b0a108ecd0b77e6e34829381ccd1335d525ce.zip |
fix(deps): update all non-major dependencies (#11151)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 4b082738c..a17f0d1b8 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^3.4.0", - "@types/react": "^18.3.2", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "astro": "^4.9.2", "react": "^18.3.1", |