|
34 | 34 | "version": "npm run changelog --future-release=$npm_package_version && npm run transpile && git add -A CHANGELOG.md dist"
|
35 | 35 | },
|
36 | 36 | "dependencies": {
|
37 |
| - "@uphold/request-logger": "^1.2.0", |
| 37 | + "@uphold/request-logger": "^2.0.0", |
38 | 38 | "bluebird": "^3.4.1",
|
39 |
| - "debugnyan": "^1.0.0", |
| 39 | + "debugnyan": "^2.0.1", |
40 | 40 | "json-bigint": "^0.2.0",
|
41 | 41 | "lodash": "^4.0.0",
|
42 |
| - "request": "^2.53.0", |
| 42 | + "request": "^2.83.0", |
43 | 43 | "semver": "^5.1.0",
|
44 | 44 | "standard-error": "^1.1.0"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "babel-cli": "^6.4.0", |
48 |
| - "babel-eslint": "^8.0.1", |
49 |
| - "babel-plugin-add-module-exports": "^0.2.1", |
50 |
| - "babel-plugin-istanbul": "^2.0.0", |
51 |
| - "babel-plugin-transform-async-to-module-method": "^6.5.2", |
52 |
| - "babel-preset-es2015-node4": "^2.0.2", |
53 |
| - "babel-register": "^6.3.13", |
54 |
| - "eslint": "^4.4.1", |
| 47 | + "@babel/cli": "^7.0.0-beta.4", |
| 48 | + "@babel/core": "^7.0.0-beta.4", |
| 49 | + "@babel/plugin-transform-async-to-generator": "^7.0.0-beta.4", |
| 50 | + "@babel/polyfill": "^7.0.0-beta.4", |
| 51 | + "@babel/preset-env": "^7.0.0-beta.4", |
| 52 | + "@babel/register": "^7.0.0-beta.4", |
| 53 | + "babel-eslint": "^8.0.0", |
| 54 | + "babel-plugin-istanbul": "^4.1.5", |
| 55 | + "eslint": "^4.10.0", |
55 | 56 | "eslint-config-uphold": "0.0.1",
|
56 |
| - "isparta": "^4.0.0", |
57 |
| - "mocha": "^3.0.2", |
58 |
| - "nock": "^8.0.0", |
59 |
| - "nyc": "^8.1.0", |
| 57 | + "mocha": "^4.0.1", |
| 58 | + "nock": "^9.0.27", |
| 59 | + "nyc": "^11.2.1", |
60 | 60 | "pre-commit": "^1.1.2",
|
61 |
| - "should": "^11.1.0" |
| 61 | + "should": "^13.1.3" |
62 | 62 | },
|
63 | 63 | "engines": {
|
64 | 64 | "node": ">=4"
|
|
72 | 72 | "sourceMap": false
|
73 | 73 | },
|
74 | 74 | "options": {
|
75 |
| - "mocha": "--compilers js:babel-register --timeout 20000 --recursive --require should" |
| 75 | + "mocha": "--compilers js:@babel/register --timeout 20000 --recursive --require should --require @babel/polyfill" |
76 | 76 | },
|
77 | 77 | "pre-commit": [
|
78 | 78 | "lint"
|
|
0 commit comments