diff options
author | 2024-10-07 17:44:43 +0800 | |
---|---|---|
committer | 2024-10-07 17:44:43 +0800 | |
commit | fef0b8cce1a157edd9a57238c024b08aea102f46 (patch) | |
tree | d119f5c366726f306940249f3db0d3dc01c4b0e3 /examples/framework-react | |
parent | de35daa8517555c1b9c72bc7fe9cc955c4997a83 (diff) | |
download | astro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.gz astro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.zst astro-fef0b8cce1a157edd9a57238c024b08aea102f46.zip |
fix(deps): update all non-major dependencies (#12140)
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 7216053ef..c8b05da0c 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.10", + "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "astro": "^4.15.11", "react": "^18.3.1", |