Fix devDependencies in package.json
This commit is contained in:
parent
492f2df547
commit
2cccfa998d
|
@ -94,7 +94,6 @@
|
||||||
"react-native-navigation-twopane": "git+https://github.com/status-im/react-native-navigation-twopane.git#v0.0.2-status",
|
"react-native-navigation-twopane": "git+https://github.com/status-im/react-native-navigation-twopane.git#v0.0.2-status",
|
||||||
"react-navigation": "^2.12.1",
|
"react-navigation": "^2.12.1",
|
||||||
"realm": "git+https://github.com/status-im/realm-js.git#v2.20.1",
|
"realm": "git+https://github.com/status-im/realm-js.git#v2.20.1",
|
||||||
"rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#v2.0.2-status",
|
|
||||||
"status-conan": "git+https://github.com/status-im/status-conan.git#v1.0.0",
|
"status-conan": "git+https://github.com/status-im/status-conan.git#v1.0.0",
|
||||||
"string_decoder": "0.10.31",
|
"string_decoder": "0.10.31",
|
||||||
"text-encoding": "^0.6.4",
|
"text-encoding": "^0.6.4",
|
||||||
|
@ -112,7 +111,8 @@
|
||||||
"@babel/register": "7.0.0",
|
"@babel/register": "7.0.0",
|
||||||
"patch-package": "^5.1.1",
|
"patch-package": "^5.1.1",
|
||||||
"coveralls": "^3.0.4",
|
"coveralls": "^3.0.4",
|
||||||
"nyc": "^14.1.1"
|
"nyc": "^14.1.1",
|
||||||
|
"rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#v2.0.2-status"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"appdmg": "^0.5.2"
|
"appdmg": "^0.5.2"
|
||||||
|
|
|
@ -6,11 +6,6 @@
|
||||||
"start": "node node_modules/react-native/local-cli/cli.js start"
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/generator": "7.0.0",
|
|
||||||
"@babel/helper-builder-react-jsx": "7.0.0",
|
|
||||||
"@babel/plugin-transform-block-scoping": "7.0.0",
|
|
||||||
"@babel/preset-env": "7.1.0",
|
|
||||||
"@babel/register": "7.0.0",
|
|
||||||
"@tradle/react-native-http": "2.0.1",
|
"@tradle/react-native-http": "2.0.1",
|
||||||
"assert": "1.4.1",
|
"assert": "1.4.1",
|
||||||
"asyncstorage-down": "4.0.1",
|
"asyncstorage-down": "4.0.1",
|
||||||
|
@ -69,7 +64,6 @@
|
||||||
"react-native-webview-bridge": "git+https://github.com/status-im/react-native-webview-bridge.git#fix/classnames-colision",
|
"react-native-webview-bridge": "git+https://github.com/status-im/react-native-webview-bridge.git#fix/classnames-colision",
|
||||||
"react-navigation": "^3.11.0",
|
"react-navigation": "^3.11.0",
|
||||||
"realm": "2.28.1",
|
"realm": "2.28.1",
|
||||||
"rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#v2.0.2-status",
|
|
||||||
"string_decoder": "0.10.31",
|
"string_decoder": "0.10.31",
|
||||||
"text-encoding": "^0.6.4",
|
"text-encoding": "^0.6.4",
|
||||||
"url": "0.10.3",
|
"url": "0.10.3",
|
||||||
|
@ -77,7 +71,13 @@
|
||||||
"web3-utils": "1.0.0-beta.36"
|
"web3-utils": "1.0.0-beta.36"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@babel/generator": "7.0.0",
|
||||||
|
"@babel/helper-builder-react-jsx": "7.0.0",
|
||||||
|
"@babel/plugin-transform-block-scoping": "7.0.0",
|
||||||
|
"@babel/preset-env": "7.1.0",
|
||||||
|
"@babel/register": "7.0.0",
|
||||||
"coveralls": "^3.0.4",
|
"coveralls": "^3.0.4",
|
||||||
"nyc": "^14.1.1"
|
"nyc": "^14.1.1",
|
||||||
|
"rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#v2.0.2-status"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue