Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 89c128f

Browse files
authored
Merge pull request #36 from iacopo87/fix/propTypeError
Fix: add support for react-native 50
2 parents cb2051c + 4058f15 commit 89c128f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
"homepage": "https://github.com/9gag-open-source/react-native-snackbar-dialog#readme",
6262
"dependencies": {
6363
"babel-cli": "^6.18.0",
64-
"babel-plugin-flow-react-proptypes": "^2.2.0",
64+
"babel-plugin-flow-react-proptypes": "^12.1.0",
6565
"babel-preset-es2016": "^6.16.0",
6666
"babel-preset-react-native": "^1.9.1",
67-
"prop-types": "^15.5.10",
67+
"prop-types": "^15.6.0",
6868
"react-mixin": "^3.0.0",
69-
"react-native-root-siblings": "^1.1.2",
69+
"react-native-root-siblings": "^2.2.0",
7070
"react-timer-mixin": "^0.13.3",
7171
"rimraf": "^2.5.4"
7272
},

0 commit comments

Comments
 (0)