From 950858f556c1fe6c889e96cda6290462ff0809b9 Mon Sep 17 00:00:00 2001 From: Atticus White Date: Thu, 17 Aug 2017 17:13:11 -0400 Subject: [PATCH] upgrade react-native-compat to avoid PropTypes warnings --- app/react-native/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/react-native/package.json b/app/react-native/package.json index 12a4bdc9710e..6b3271bb938f 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -41,7 +41,7 @@ "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.0", - "babel-preset-minify": "^0.2.0", + "babel-preset-minify": "^0.2.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.23.0", @@ -56,7 +56,7 @@ "json-loader": "^0.5.4", "json5": "^0.5.1", "postcss-loader": "^2.0.5", - "react-native-compat": "0.0.2", + "react-native-compat": "0.0.4", "shelljs": "^0.7.8", "style-loader": "^0.17.0", "url-loader": "^0.5.8",