Skip to content

Commit ba81d1b

Browse files
authored
Merge pull request #286 from bigchaindb/update-dependencies
Update tendermint version && dependencies to latest version
2 parents b37bdcd + 69e9814 commit ba81d1b

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
retries: 3
3434
command: -l DEBUG start
3535
tendermint:
36-
image: tendermint/tendermint:0.22.3
36+
image: tendermint/tendermint:0.22.8
3737
# volumes:
3838
# - ./tmdata:/tendermint
3939
entrypoint: ''

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bigchaindb-driver",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Node.js driver for BigchainDB",
55
"homepage": "https://www.bigchaindb.com/",
66
"bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",
@@ -39,29 +39,30 @@
3939
"devDependencies": {
4040
"ava": "^0.25.0",
4141
"babel-cli": "^6.26.0",
42+
"babel-core": "^6.26.3",
4243
"babel-eslint": "^9.0.0",
43-
"babel-loader": "^8.0.1",
44+
"babel-loader": "^7.1.5",
4445
"babel-plugin-add-module-exports": "^0.3.1",
4546
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
4647
"babel-plugin-transform-export-extensions": "^6.22.0",
4748
"babel-plugin-transform-object-assign": "^6.22.0",
4849
"babel-plugin-transform-object-rest-spread": "^6.26.0",
4950
"babel-plugin-transform-runtime": "^6.23.0",
50-
"babel-preset-env": "^1.6.1",
51+
"babel-preset-env": "^1.7.0",
5152
"babel-preset-es2015-no-commonjs": "0.0.2",
5253
"babel-runtime": "^6.26.0",
5354
"cross-env": "^5.2.0",
54-
"documentation": "^8.0.1",
55+
"documentation": "^10.1.0",
5556
"eslint": "^5.0.1",
5657
"eslint-config-ascribe": "^3.0.5",
5758
"eslint-plugin-import": "^2.13.0",
58-
"husky": "^0.14.3",
59-
"lint-staged": "^7.1.2",
60-
"nyc": "^12.0.1",
61-
"release-it": "^7.4.7",
59+
"husky": "^2.1.0",
60+
"lint-staged": "^8.0.0",
61+
"nyc": "^14.0.0",
62+
"release-it": "^10.4.4",
6263
"rimraf": "^2.6.2",
63-
"sinon": "^6.1.0",
64-
"webpack": "^4.16.1",
64+
"sinon": "^7.3.2",
65+
"webpack": "^4.28.4",
6566
"webpack-cli": "^3.0.8",
6667
"webpack-concat-plugin": "^3.0.0"
6768
},
@@ -70,9 +71,9 @@
7071
"bs58": "^4.0.1",
7172
"buffer": "^5.1.0",
7273
"clone": "^2.1.1",
73-
"core-js": "^2.5.7",
74+
"core-js": "^2.6.5",
7475
"crypto-conditions": "^2.0.1",
75-
"decamelize": "^2.0.0",
76+
"decamelize": "^3.2.0",
7677
"es6-promise": "^4.2.4",
7778
"fetch-ponyfill": "^6.0.1",
7879
"isomorphic-fetch": "^2.2.1",
@@ -83,7 +84,7 @@
8384
"rewire": "^4.0.1",
8485
"sprintf-js": "^1.1.1",
8586
"tweetnacl": "^1.0.0",
86-
"uglifyjs-webpack-plugin": "^1.2.7",
87+
"uglifyjs-webpack-plugin": "^2.1.2",
8788
"webpack-merge": "^4.1.3",
8889
"webpack-sources": "^1.1.0"
8990
},

0 commit comments

Comments
 (0)