|
1 | 1 | { |
2 | 2 | "name": "AwesomeProject", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "1.0.1", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "start": "node node_modules/react-native/local-cli/cli.js start", |
7 | 7 | "test": "jest" |
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | | - "core-js": "^2.5.3", |
| 10 | + "core-js": "^2.5.5", |
11 | 11 | "immutable": "^3.8.2", |
12 | | - "react": "16.2.0", |
13 | | - "react-native": "^0.54.1", |
| 12 | + "react": "16.3.1", |
| 13 | + "react-native": "0.55.2", |
14 | 14 | "react-native-blur": "^3.2.2", |
15 | 15 | "react-native-code-push": "^5.3.2", |
16 | 16 | "react-native-linear-gradient": "^2.4.0", |
17 | 17 | "react-native-modalbox": "^1.4.2", |
18 | 18 | "react-native-popup-dialog": "^0.11.46", |
19 | | - "react-native-snap-carousel": "^3.6.0", |
| 19 | + "react-native-snap-carousel": "^3.7.0", |
20 | 20 | "react-native-splash-screen": "^3.0.6", |
21 | | - "react-native-vector-icons": "^4.5.0", |
22 | | - "react-navigation": "^1.5.1", |
23 | | - "react-navigation-redux-helpers": "^1.0.3", |
| 21 | + "react-native-vector-icons": "^4.6.0", |
| 22 | + "react-navigation": "^1.5.11", |
| 23 | + "react-navigation-redux-helpers": "^1.0.5", |
24 | 24 | "react-redux": "^5.0.7", |
25 | 25 | "redux": "^3.7.2", |
26 | 26 | "redux-logger": "^3.0.6", |
27 | 27 | "redux-thunk": "^2.2.0", |
28 | | - "teaset": "^0.5.5" |
| 28 | + "teaset": "^0.5.6" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "babel-jest": "22.4.1", |
|
0 commit comments