diff --git a/Example/package.json b/Example/package.json index c444c38d..b57be2e4 100644 --- a/Example/package.json +++ b/Example/package.json @@ -14,7 +14,7 @@ "postinstall": "node ../scripts/examples_postinstall.js" }, "dependencies": { - "react": "16.11.0", + "react": "16.14.0", "react-native": "0.62.2", "react-native-config": "../", "react-native-windows": "^0.62.0-0" diff --git a/Example/yarn.lock b/Example/yarn.lock index 326a85ae..7fc93c2c 100644 --- a/Example/yarn.lock +++ b/Example/yarn.lock @@ -8236,7 +8236,7 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6: integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== react-native-config@../: - version "1.4.2" + version "0.0.0" react-native-windows@^0.62.0-0: version "0.62.9" @@ -8309,10 +8309,10 @@ react-test-renderer@16.11.0: react-is "^16.8.6" scheduler "^0.17.0" -react@16.11.0: - version "16.11.0" - resolved "https://registry.yarnpkg.com/react/-/react-16.11.0.tgz#d294545fe62299ccee83363599bf904e4a07fdbb" - integrity sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g== +react@16.14.0: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d" + integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1"