Merge pull request #216 from bigchaindb/feature/package-updates

bump dependencies
This commit is contained in:
Matthias Kretschmann 2018-07-05 13:47:53 +02:00 committed by GitHub
commit 6a637f33e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

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