Browse Source

OPS: Versions bump

feesheet
Marcos Rodriguez 6 years ago
committed by Igor Korsakov
parent
commit
d66ecf22f3
  1. 1692
      package-lock.json
  2. 22
      package.json

1692
package-lock.json

File diff suppressed because it is too large

22
package.json

@ -3,14 +3,14 @@
"version": "3.9.2",
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"babel-jest": "^24.7.0",
"eslint": "^5.16.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.3",
"jest": "^24.0.0",
"jest": "^24.7.0",
"metro-react-native-babel-preset": "^0.53.1",
"prettier-eslint-cli": "^4.7.1",
"react-test-renderer": "^16.8.6",
@ -36,8 +36,8 @@
}
},
"dependencies": {
"@babel/preset-env": "7.4.2",
"@react-native-community/slider": "^1.0.4",
"@babel/preset-env": "7.4.3",
"@react-native-community/slider": "1.0.4",
"@remobile/react-native-qrcode-local-image": "1.0.4",
"bignumber.js": "8.1.1",
"bip21": "2.0.2",
@ -46,7 +46,7 @@
"buffer": "5.2.1",
"buffer-reverse": "1.0.1",
"crypto-js": "3.1.9-1",
"dayjs": "1.8.11",
"dayjs": "1.8.12",
"electrum-client": "git+https://github.com/Overtorment/node-electrum-client.git",
"eslint-config-prettier": "4.1.0",
"eslint-config-standard": "12.0.0",
@ -63,8 +63,8 @@
"prop-types": "15.7.2",
"react": "16.8.6",
"react-localization": "1.0.13",
"react-native": "0.59.2",
"react-native-camera": "2.2.0",
"react-native": "0.59.3",
"react-native-camera": "2.2.1",
"react-native-device-info": "1.4.1",
"react-native-elements": "0.19.0",
"react-native-flexi-radio-button": "0.2.2",
@ -91,10 +91,10 @@
"react-native-tcp": "3.3.0",
"react-native-tooltip": "git+https://github.com/marcosrdz/react-native-tooltip.git",
"react-native-vector-icons": "6.4.2",
"react-native-webview": "5.5.0",
"react-navigation": "3.6.0",
"react-native-webview": "5.6.1",
"react-navigation": "3.6.1",
"react-test-render": "1.1.1",
"readable-stream": "3.2.0",
"readable-stream": "3.3.0",
"secure-random": "1.1.1",
"stream-browserify": "2.0.2",
"util": "0.11.1",

Loading…
Cancel
Save