diff --git a/test-app/package.json b/test-app/package.json index a530b856..1828f067 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -62,7 +62,7 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.13", "@types/node": "22.5.5", - "@types/react": "18.3.6", + "@types/react": "18.3.7", "@types/react-dom": "18.3.0", "stylelint-config-recommended": "^14.0.0" }, diff --git a/test-app/yarn.lock b/test-app/yarn.lock index 4fccf7c4..ababb841 100644 --- a/test-app/yarn.lock +++ b/test-app/yarn.lock @@ -2199,10 +2199,10 @@ "@types/prop-types" "*" csstype "^3.0.2" -"@types/react@18.3.6": - version "18.3.6" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.6.tgz#1cb5895c5ea0d99d8bc7d659e42f72713cbd3942" - integrity sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg== +"@types/react@18.3.7": + version "18.3.7" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.7.tgz#6decbfbb01f8d82d56ff5403394121940faa6569" + integrity sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ== dependencies: "@types/prop-types" "*" csstype "^3.0.2"