diff --git a/package.json b/package.json index 2c410b70c..8a3f432e3 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@types/jest": "^29.5.0", "@types/lodash.isequal": "^4.5.6", "@types/node": "^18.15.11", - "@types/react": "18.0.33", + "@types/react": "18.0.35", "@types/react-dom": "18.0.11", "@types/react-router-dom": "5.3.3", "@types/testing-library__jest-dom": "5.14.5", @@ -164,7 +164,7 @@ "*.tsx": "eslint --ext .tsx" }, "resolutions": { - "@types/react": "18.0.33" + "@types/react": "18.0.35" }, "bugs": { "url": "https://github.com/KaotoIO/kaoto-ui/issues" diff --git a/yarn.lock b/yarn.lock index 6e0b235c3..cdda0101a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4491,10 +4491,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@18.0.33", "@types/react@>=16": - version "18.0.33" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.33.tgz#a1575160cb4376787c2f5fe0312302f824baa61e" - integrity sha512-sHxzVxeanvQyQ1lr8NSHaj0kDzcNiGpILEVt69g9S31/7PfMvNCKLKcsHw4lYKjs3cGNJjXSP4mYzX43QlnjNA== +"@types/react@*", "@types/react@18.0.35", "@types/react@>=16": + version "18.0.35" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.35.tgz#192061cb1044fe01f2d3a94272cd35dd50502741" + integrity sha512-6Laome31HpetaIUGFWl1VQ3mdSImwxtFZ39rh059a1MNnKGqBpC88J6NJ8n/Is3Qx7CefDGLgf/KhN/sYCf7ag== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"