Commit 9dde4b9e5f23bc3b68dae0573e338d6f06c5d96c
dx: update some basic dependencies
Andre Staltz committed on 9/16/2019, 3:17:43 PMParent: 0ad4ed7e2598b31f5c9d1fb11f331cc1a9c06cb9
Files changed
package-lock.json | changed |
package.json | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 704219 bytes New file size: 704219 bytes |
package.json | ||
---|---|---|
@@ -47,24 +47,23 @@ | ||
47 | 47 | "hermes-engine": "0.1.1", |
48 | 48 | "mdast-normalize-react-native": "3.1.x", |
49 | 49 | "nodejs-mobile-react-native": "0.4.3", |
50 | 50 | "promisify-tuple": "1.0.0", |
51 | - "prop-types": "15.6.x", | |
52 | 51 | "pull-flat-list": "2.9.0", |
53 | - "pull-pushable": "2.1.1", | |
54 | - "pull-stream": "3.6.11", | |
52 | + "pull-pushable": "2.2.0", | |
53 | + "pull-stream": "3.6.14", | |
55 | 54 | "pull-thenable": "1.0.0", |
56 | 55 | "react": "16.8.6", |
57 | 56 | "react-human-time": "^1.1.0", |
58 | 57 | "react-markdown": "3.4.0", |
59 | 58 | "react-native": "0.60.5", |
60 | 59 | "react-native-android-local-notification": "3.0.0", |
61 | - "react-native-android-wifi": "0.0.40", | |
60 | + "react-native-android-wifi": "0.0.41", | |
62 | 61 | "react-native-bluetooth-socket-bridge": "1.1.3", |
63 | 62 | "react-native-bluetooth-status": "1.3.0", |
64 | 63 | "react-native-dialogs": "1.0.5", |
65 | 64 | "react-native-fs": "~2.14.1", |
66 | - "react-native-floating-action": "1.14.2", | |
65 | + "react-native-floating-action": "1.19.1", | |
67 | 66 | "react-native-has-internet": "4.0.0", |
68 | 67 | "react-native-image-crop-picker": "~0.25.2", |
69 | 68 | "react-native-image-view": "~2.1.5", |
70 | 69 | "react-native-navigation": "3.2.0", |
@@ -119,5 +118,5 @@ | ||
119 | 118 | }, |
120 | 119 | "react-native": { |
121 | 120 | "os": "react-native-os-staltz" |
122 | 121 | } |
123 | -} | |
122 | +} |
Built with git-ssb-web