diff options
author | 2024-10-07 15:52:21 +0200 | |
---|---|---|
committer | 2024-10-07 15:52:21 +0200 | |
commit | b75758f88389ff77072719e8e35604a5d2e9ad70 (patch) | |
tree | 33902612f5f4a2a5bf67195a00e1aeddc678f509 /examples/framework-react | |
parent | dcc1e895abbad1311719803363c933541c0ad984 (diff) | |
parent | 46cbf10c4baf0218f83aa741863e044374ea64d1 (diff) | |
download | astro-b75758f88389ff77072719e8e35604a5d2e9ad70.tar.gz astro-b75758f88389ff77072719e8e35604a5d2e9ad70.tar.zst astro-b75758f88389ff77072719e8e35604a5d2e9ad70.zip |
Merge branch 'main' into next
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 cfbabde90..80c53e4ed 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": "^5.0.0-beta.3", "react": "^18.3.1", |