|
1 | 1 | {
|
2 | 2 | "name": "bigchaindb-driver",
|
3 |
| - "version": "4.1.0", |
| 3 | + "version": "4.1.1", |
4 | 4 | "description": "Node.js driver for BigchainDB",
|
5 | 5 | "homepage": "https://www.bigchaindb.com/",
|
6 | 6 | "bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",
|
|
39 | 39 | "devDependencies": {
|
40 | 40 | "ava": "^0.25.0",
|
41 | 41 | "babel-cli": "^6.26.0",
|
| 42 | + "babel-core": "^6.26.3", |
42 | 43 | "babel-eslint": "^9.0.0",
|
43 |
| - "babel-loader": "^8.0.1", |
| 44 | + "babel-loader": "^7.1.5", |
44 | 45 | "babel-plugin-add-module-exports": "^0.3.1",
|
45 | 46 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
46 | 47 | "babel-plugin-transform-export-extensions": "^6.22.0",
|
47 | 48 | "babel-plugin-transform-object-assign": "^6.22.0",
|
48 | 49 | "babel-plugin-transform-object-rest-spread": "^6.26.0",
|
49 | 50 | "babel-plugin-transform-runtime": "^6.23.0",
|
50 |
| - "babel-preset-env": "^1.6.1", |
| 51 | + "babel-preset-env": "^1.7.0", |
51 | 52 | "babel-preset-es2015-no-commonjs": "0.0.2",
|
52 | 53 | "babel-runtime": "^6.26.0",
|
53 | 54 | "cross-env": "^5.2.0",
|
54 |
| - "documentation": "^8.0.1", |
| 55 | + "documentation": "^10.1.0", |
55 | 56 | "eslint": "^5.0.1",
|
56 | 57 | "eslint-config-ascribe": "^3.0.5",
|
57 | 58 | "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", |
62 | 63 | "rimraf": "^2.6.2",
|
63 |
| - "sinon": "^6.1.0", |
64 |
| - "webpack": "^4.16.1", |
| 64 | + "sinon": "^7.3.2", |
| 65 | + "webpack": "^4.28.4", |
65 | 66 | "webpack-cli": "^3.0.8",
|
66 | 67 | "webpack-concat-plugin": "^3.0.0"
|
67 | 68 | },
|
|
70 | 71 | "bs58": "^4.0.1",
|
71 | 72 | "buffer": "^5.1.0",
|
72 | 73 | "clone": "^2.1.1",
|
73 |
| - "core-js": "^2.5.7", |
| 74 | + "core-js": "^2.6.5", |
74 | 75 | "crypto-conditions": "^2.0.1",
|
75 |
| - "decamelize": "^2.0.0", |
| 76 | + "decamelize": "^3.2.0", |
76 | 77 | "es6-promise": "^4.2.4",
|
77 | 78 | "fetch-ponyfill": "^6.0.1",
|
78 | 79 | "isomorphic-fetch": "^2.2.1",
|
|
83 | 84 | "rewire": "^4.0.1",
|
84 | 85 | "sprintf-js": "^1.1.1",
|
85 | 86 | "tweetnacl": "^1.0.0",
|
86 |
| - "uglifyjs-webpack-plugin": "^1.2.7", |
| 87 | + "uglifyjs-webpack-plugin": "^2.1.2", |
87 | 88 | "webpack-merge": "^4.1.3",
|
88 | 89 | "webpack-sources": "^1.1.0"
|
89 | 90 | },
|
|
0 commit comments