diff --git a/package-lock.json b/package-lock.json index 36a2be4ee..f6042c0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1170,6 +1170,14 @@ "minimist": "^1.2.0" } }, + "@codler/react-native-keyboard-aware-scroll-view": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@codler/react-native-keyboard-aware-scroll-view/-/react-native-keyboard-aware-scroll-view-1.0.0.tgz", + "integrity": "sha512-syLIolsZEe9quJ9RUF+PaswA+TLXCHkbIJVe54E4fuVu3mrL+9B1fjcX0Grq0hbu/s5EE+mVPIXvFY/3cADpqg==", + "requires": { + "react-native-iphone-x-helper": "^1.0.3" + } + }, "@egjs/hammerjs": { "version": "2.0.17", "resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz", @@ -10380,10 +10388,11 @@ } }, "native-base": { - "version": "2.13.8", - "resolved": "https://registry.npmjs.org/native-base/-/native-base-2.13.8.tgz", - "integrity": "sha512-47Wm7bjH5Dc99gBUeVvsURyADU97aiLMLPGX4ewPgR9kW47TD9slS/Y5vGMToBgz1bsku9anXgN2T1rpdQbpFA==", + "version": "2.13.14", + "resolved": "https://registry.npmjs.org/native-base/-/native-base-2.13.14.tgz", + "integrity": "sha512-k9E1FX6kgLjp6Du7jOA/p6viKrmMrG1BelN4ui15hZBObBd+s0ExI5oh8U/Wa9U++hBHuKeHhzDF9OVqOo4t2w==", "requires": { + "@codler/react-native-keyboard-aware-scroll-view": "1.0.0", "blueimp-md5": "^2.5.0", "clamp": "^1.0.1", "color": "~3.1.2", @@ -10398,9 +10407,7 @@ "prop-types": "^15.5.10", "react-native-drawer": "2.5.1", "react-native-easy-grid": "0.2.2", - "react-native-keyboard-aware-scroll-view": "0.9.1", - "react-native-vector-icons": "^6.6.0", - "react-timer-mixin": "^0.13.4", + "react-native-vector-icons": "^7.0.0", "react-tween-state": "^0.1.5", "tween-functions": "^1.0.1" }, @@ -12148,15 +12155,6 @@ "resolved": "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.1.tgz", "integrity": "sha512-/VbpIEp8tSNNHIvstuA3Swx610whci1Zpc9mqNkqn14DkMbw+ORviln2u0XyHG1kPvvwTNGZY6QpeFwxYaSdbQ==" }, - "react-native-keyboard-aware-scroll-view": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/react-native-keyboard-aware-scroll-view/-/react-native-keyboard-aware-scroll-view-0.9.1.tgz", - "integrity": "sha512-tBZ8rmjELN0F6t5UBp5CW3NYmZXgVnJSzVCssv/OqG2t6kiB+OUTqxNvUP24K+HARX4H+XaW0aEJSFQkQCv6KA==", - "requires": { - "prop-types": "^15.6.2", - "react-native-iphone-x-helper": "^1.0.3" - } - }, "react-native-localize": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-1.3.3.tgz", @@ -12201,9 +12199,9 @@ } }, "react-native-vector-icons": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-6.7.0.tgz", - "integrity": "sha512-LKdwqDIGVxV1+4HnmFIPaok9hba3WyTQ7H2Wj5RFv54zIdIjixrAiV9VD/Ej9Mc5/rUhTpmMiIVF3LVmVYD7dg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-7.0.0.tgz", + "integrity": "sha512-Ku8+dTUAnR9pexRPQqsUcQEZlxEpFZsIy8iOFqVL/3mrUyncZJHtqJyx2cUOmltZIC6W2GI4IkD3EYzPerXV5g==", "requires": { "lodash": "^4.17.15", "prop-types": "^15.7.2", diff --git a/package.json b/package.json index 8f41aad39..79fefb243 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "expo-web-browser": "8.2.1", "formik": "2.1.5", "i18n-js": "3.7.1", - "native-base": "2.13.8", + "native-base": "2.13.14", "parse": "2.14.0", "react": "16.9.0", "react-dom": "16.9.0",