diff --git a/package.json b/package.json index 644278eb..7b108484 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@txo/semantic-release": "^1.0.8", "@txo/tsconfig": "^1.1.1", "@types/jest": "^29.5.11", - "@types/react": "^18.2.46", + "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "concurrently": "^8.2.2", "eslint-config-txo-typescript-react": "^2.0.25", @@ -71,6 +71,6 @@ "typescript": "^5.3.3" }, "resolutions": { - "@types/react": "^18.2.46" + "@types/react": "^18.2.47" } } diff --git a/yarn.lock b/yarn.lock index d2b2e1b4..d42dad76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1693,10 +1693,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.2.46": - version "18.2.46" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.46.tgz#f04d6c528f8f136ea66333bc66abcae46e2680df" - integrity sha512-nNCvVBcZlvX4NU1nRRNV/mFl1nNRuTuslAJglQsq+8ldXe5Xv0Wd2f7WTE3jOxhLH2BFfiZGC6GCp+kHQbgG+w== +"@types/react@*", "@types/react@^18.2.47": + version "18.2.47" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.47.tgz#85074b27ab563df01fbc3f68dc64bf7050b0af40" + integrity sha512-xquNkkOirwyCgoClNk85BjP+aqnIS+ckAJ8i37gAbDs14jfW/J23f2GItAf33oiUPQnqNMALiFeoM9Y5mbjpVQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"