diff options
author | 2024-10-15 14:42:58 +0800 | |
---|---|---|
committer | 2024-10-15 14:42:58 +0800 | |
commit | 5ab2d980aae8c92e71e01a8bd21c8d771e576085 (patch) | |
tree | 1427f61bf23ab3e71d267f8d214659d454268072 /examples/framework-react | |
parent | 79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b (diff) | |
download | astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.gz astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.zst astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.zip |
fix(deps): update all non-major dependencies (#12218)
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 78f617437..fac319851 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/react": "^3.6.2", "@types/react": "^18.3.11", - "@types/react-dom": "^18.3.0", + "@types/react-dom": "^18.3.1", "astro": "^4.16.3", "react": "^18.3.1", "react-dom": "^18.3.1" |