1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +01:00

bump dependencies

This commit is contained in:
Matthias Kretschmann 2018-07-05 12:52:39 +02:00
parent 56166698f1
commit 4a212b29be
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -51,28 +51,28 @@
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"documentation": "^8.0.0", "documentation": "^8.0.0",
"eslint": "^5.0.0", "eslint": "^5.0.1",
"eslint-config-ascribe": "^3.0.5", "eslint-config-ascribe": "^3.0.5",
"eslint-plugin-import": "^2.9.0", "eslint-plugin-import": "^2.13.0",
"husky": "^0.14.3", "husky": "^0.14.3",
"lint-staged": "^7.1.2", "lint-staged": "^7.1.2",
"nyc": "^12.0.1", "nyc": "^12.0.1",
"release-it": "^7.2.1", "release-it": "^7.4.7",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"sinon": "^6.0.0", "sinon": "^6.1.0",
"webpack": "^4.15.0", "webpack": "^4.15.0",
"webpack-cli": "^3.0.4" "webpack-cli": "^3.0.8"
}, },
"dependencies": { "dependencies": {
"browser-resolve": "^1.11.2", "browser-resolve": "^1.11.3",
"bs58": "^4.0.1", "bs58": "^4.0.1",
"buffer": "^5.1.0", "buffer": "^5.1.0",
"clone": "^2.1.1", "clone": "^2.1.1",
"core-js": "^2.5.4", "core-js": "^2.5.7",
"crypto-conditions": "^2.0.1",
"decamelize": "^2.0.0", "decamelize": "^2.0.0",
"es6-promise": "^4.2.4", "es6-promise": "^4.2.4",
"fetch-ponyfill": "^6.0.1", "fetch-ponyfill": "^6.0.1",
"crypto-conditions": "^2.0.1",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"js-sha3": "^0.7.0", "js-sha3": "^0.7.0",
"js-utility-belt": "^1.5.0", "js-utility-belt": "^1.5.0",
@ -106,4 +106,4 @@
], ],
"babel": "inherit" "babel": "inherit"
} }
} }