diff --git a/src/IEManageSystem.Web/ClientApp/package.json b/src/IEManageSystem.Web/ClientApp/package.json index 15918aa3..c9c1a158 100644 --- a/src/IEManageSystem.Web/ClientApp/package.json +++ b/src/IEManageSystem.Web/ClientApp/package.json @@ -14,7 +14,7 @@ "babel-jest": "^24.9.0", "eslint": "^6.6.0", "jest": "24.9.0", - "react-native": "0.62.2" + "react-native": "0.62.3" }, "scripts": { "start": "set NODE_OPTIONS=--max_old_space_size=4096 && cross-env IEOS=web node src/WebApp/Start/scripts/start.js", diff --git a/src/IEManageSystem.Web/ClientApp/src/RNApp/RNStart/package.json b/src/IEManageSystem.Web/ClientApp/src/RNApp/RNStart/package.json index 18676bea..650de7a7 100644 --- a/src/IEManageSystem.Web/ClientApp/src/RNApp/RNStart/package.json +++ b/src/IEManageSystem.Web/ClientApp/src/RNApp/RNStart/package.json @@ -2,7 +2,7 @@ "name": "RNStart", "version": "1.0.0", "dependencies": { - "react-native": "0.62.2", + "react-native": "0.62.3", "@react-native-community/eslint-config": "0.0.5", "metro-react-native-babel-preset": "0.58.0", diff --git a/src/IEManageSystem.Web/ClientApp/yarn.lock b/src/IEManageSystem.Web/ClientApp/yarn.lock index c0ff39a1..e5374ce8 100644 --- a/src/IEManageSystem.Web/ClientApp/yarn.lock +++ b/src/IEManageSystem.Web/ClientApp/yarn.lock @@ -11698,10 +11698,10 @@ react-native-webview@^10.4.1: escape-string-regexp "2.0.0" invariant "2.2.4" -react-native@0.62.2: - version "0.62.2" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.2.tgz#d831e11a3178705449142df19a70ac2ca16bad10" - integrity sha512-gADZZ3jcm2WFTjh8CCBCbl5wRSbdxqZGd+8UpNwLQFgrkp/uHorwAhLNqcd4+fHmADgPBltNL0uR1Vhv47zcOw== +react-native@0.62.3: + version "0.62.3" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.3.tgz#9a2e96af3dedd0723c8657831eec4ed3c30f3299" + integrity sha512-b2/hDHDlO5Of2Zn1K5ZgvzOoUrvMEvlYU4miS9rcEBp5jK/9cRQn81HZ7NBmf4gzigGl8CxbSx1l10GUj1k8XQ== dependencies: "@babel/runtime" "^7.0.0" "@react-native-community/cli" "^4.5.1"