|
63 | 63 | "devDependencies": {
|
64 | 64 | "@ava/babel-preset-stage-4": "^1.0.0",
|
65 | 65 | "ava": "0.23.0",
|
66 |
| - "babel-core": "^6.24.1", |
| 66 | + "babel-core": "^6.26.0", |
67 | 67 | "babel-eslint": "^8.0.1",
|
68 | 68 | "babel-loader": "^7.1.2",
|
69 | 69 | "babel-plugin-add-module-exports": "^0.2.1",
|
70 | 70 | "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
|
71 | 71 | "babel-polyfill": "^6.26.0",
|
72 |
| - "babel-preset-es2015": "^6.24.1", |
73 |
| - "babel-register": "^6.24.1", |
| 72 | + "babel-preset-env": "^1.6.1", |
| 73 | + "babel-register": "^6.26.0", |
74 | 74 | "chalk": "^2.3.0",
|
75 | 75 | "codecov": "^3.0.0",
|
76 | 76 | "commitizen": "^2.9.6",
|
77 |
| - "cz-conventional-changelog": "^2.0.0", |
| 77 | + "cz-conventional-changelog": "^1.2.0", |
78 | 78 | "david": "11.0.0",
|
79 | 79 | "eslint": "^4.10.0",
|
80 |
| - "eslint-loader": "^1.7.1", |
| 80 | + "eslint-loader": "^1.9.0", |
81 | 81 | "fetch-mock": "^5.11.0",
|
82 |
| - "gh-pages": "^1.0.0", |
83 | 82 | "husky": "^0.14.2",
|
84 | 83 | "jsdoc-to-markdown": "^3.0.0",
|
85 | 84 | "json-loader": "^0.5.4",
|
86 | 85 | "node-noop": "^1.0.0",
|
87 | 86 | "nsp": "^2.2.0",
|
88 | 87 | "nyc": "^11.3.0",
|
89 |
| - "semantic-release": "^8.2.0", |
| 88 | + "semantic-release": "^7.0.2", |
90 | 89 | "tap-diff": "0.1.1",
|
91 | 90 | "tap-notify": "1.0.0",
|
92 | 91 | "validate-commit-msg": "^2.12.2",
|
93 | 92 | "webpack": "^3.8.1",
|
94 | 93 | "webpack-merge": "^4.1.0"
|
95 | 94 | },
|
| 95 | + "engines": { |
| 96 | + "node": ">=4" |
| 97 | + }, |
96 | 98 | "config": {
|
97 | 99 | "commitizen": {
|
98 | 100 | "path": "node_modules/cz-conventional-changelog"
|
|
0 commit comments