Skip to content

Commit 7590be0

Browse files
committed
Example is updated with latest versions of the dependencies & fixed the missing dependency
1 parent 2add832 commit 7590be0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

example/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,25 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@freakycoder/react-native-header-view": "^0.4.8",
14-
"react": "16.9.0",
15-
"react-native": "0.61.2",
16-
"react-native-bottom-search-bar": "0.0.24",
13+
"@freakycoder/react-native-header-view": "^0.4.13",
14+
"@freakycoder/react-native-helpers": "^0.1.0",
15+
"react": "16.12.0",
16+
"react-native": "0.61.5",
17+
"react-native-bottom-search-bar": "0.1.1",
1718
"react-native-bouncy-checkbox": "0.0.3",
1819
"react-native-dynamic-vector-icons": "^0.2.1",
1920
"react-native-iphone-x-helper": "^1.2.1",
2021
"react-native-vector-icons": "^6.6.0"
2122
},
2223
"devDependencies": {
23-
"@babel/core": "^7.6.4",
24-
"@babel/runtime": "^7.6.3",
24+
"@babel/core": "^7.7.5",
25+
"@babel/runtime": "^7.7.6",
2526
"@react-native-community/eslint-config": "^0.0.5",
2627
"babel-jest": "^24.9.0",
27-
"eslint": "^6.5.1",
28+
"eslint": "^6.7.2",
2829
"jest": "^24.9.0",
29-
"metro-react-native-babel-preset": "^0.56.0",
30-
"react-test-renderer": "16.9.0"
30+
"metro-react-native-babel-preset": "^0.57.0",
31+
"react-test-renderer": "16.12.0"
3132
},
3233
"jest": {
3334
"preset": "react-native"

0 commit comments

Comments
 (0)