upgrade multiple desktop deps

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-11-13 09:48:52 +01:00
parent af7341447c
commit 0c6cd948ad
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 543 additions and 165 deletions

View File

@ -22,9 +22,9 @@
"identicon.js": "git+https://github.com/status-im/identicon.js.git#v1.2.1-status",
"metro": "^0.48.1",
"nfc-react-native": "git+https://github.com/status-im/nfc-react-native.git#v0.3.8-status",
"qrcode": "^1.4.1",
"react": "^16.6.1",
"react-dom": "^16.4.2",
"qrcode": "^1.4.4",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-native": "git+https://github.com/status-im/react-native-desktop.git#v0.57.8_11",
"react-native-background-timer": "^2.0.0",
"react-native-camera": "^3.8.0",
@ -34,7 +34,7 @@
"react-native-fs": "git+https://github.com/status-im/react-native-fs.git#v2.9.7-status",
"react-native-gesture-handler": "^1.3.0",
"react-native-image-crop-picker": "^0.26.1",
"react-native-image-resizer": "^1.0.0",
"react-native-image-resizer": "^1.1.0",
"react-native-keychain": "git+https://github.com/status-im/react-native-keychain.git#v.3.0.0-4-status",
"react-native-languages": "git+https://github.com/status-im/react-native-languages.git#v0.1.1-status",
"react-native-navigation-twopane": "git+https://github.com/status-im/react-native-navigation-twopane.git#v0.0.2-status",
@ -46,14 +46,14 @@
"web3-utils": "^1.0.0-beta.36"
},
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/generator": "7.0.0",
"@babel/core": "^7.7.2",
"@babel/generator": "^7.7.2",
"@babel/helper-builder-react-jsx": "7.3.0",
"@babel/plugin-transform-block-scoping": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/register": "7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"babel-preset-react-native": "^5.0.2",
"coveralls": "^3.0.4",
"coveralls": "^3.0.7",
"metro-react-native-babel-preset": "^0.45.6",
"nyc": "^14.1.1",
"patch-package": "^5.1.1",

File diff suppressed because it is too large Load Diff