diff --git a/package.json b/package.json index 58f1473ae..767106a5e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "resolutions": { "@jest-runner/electron/electron": "5.0.11", "adbkit/adbkit-logcat": "2", - "@types/react": "16.9.9", + "@types/react": "16.9.11", "@types/react-dom": "16.9.2" }, "jest": { @@ -70,7 +70,7 @@ "@types/jest": "^24.0.16", "@types/lodash.debounce": "^4.0.6", "@types/lodash.isequal": "^4.5.5", - "@types/react": "16.9.9", + "@types/react": "16.9.11", "@types/react-dom": "^16.9.2", "@types/react-redux": "^7.1.4", "@types/react-virtualized-auto-sizer": "^1.0.0", diff --git a/src/plugins/kaios-ram/package.json b/src/plugins/kaios-ram/package.json index b3d193c42..7741ea9c3 100644 --- a/src/plugins/kaios-ram/package.json +++ b/src/plugins/kaios-ram/package.json @@ -15,5 +15,8 @@ }, "devDependencies": { "@types/recharts": "1.7.1" + }, + "resolutions": { + "@types/react": "16.9.11" } } diff --git a/src/plugins/kaios-ram/yarn.lock b/src/plugins/kaios-ram/yarn.lock index 227dfdac4..8057950f6 100644 --- a/src/plugins/kaios-ram/yarn.lock +++ b/src/plugins/kaios-ram/yarn.lock @@ -26,10 +26,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7" integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== -"@types/react@*": - version "16.9.9" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.9.tgz#a62c6f40f04bc7681be5e20975503a64fe783c3a" - integrity sha512-L+AudFJkDukk+ukInYvpoAPyJK5q1GanFOINOJnM0w6tUgITuWvJ4jyoBPFL7z4/L8hGLd+K/6xR5uUjXu0vVg== +"@types/react@*", "@types/react@16.9.11": + version "16.9.11" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120" + integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ== dependencies: "@types/prop-types" "*" csstype "^2.2.0" diff --git a/yarn.lock b/yarn.lock index 554536240..6539e6ccf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1325,10 +1325,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.9": - version "16.9.9" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.9.tgz#a62c6f40f04bc7681be5e20975503a64fe783c3a" - integrity sha512-L+AudFJkDukk+ukInYvpoAPyJK5q1GanFOINOJnM0w6tUgITuWvJ4jyoBPFL7z4/L8hGLd+K/6xR5uUjXu0vVg== +"@types/react@*", "@types/react@16.9.11": + version "16.9.11" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120" + integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ== dependencies: "@types/prop-types" "*" csstype "^2.2.0"