|
44 | 44 | "author": "Alexander Lichter <[email protected]>",
|
45 | 45 | "license": "MIT",
|
46 | 46 | "devDependencies": {
|
47 |
| - "@commitlint/cli": "^7.2.1", |
48 |
| - "@commitlint/config-conventional": "^7.3.0", |
49 |
| - "@commitlint/travis-cli": "^7.2.1", |
50 |
| - "babel-core": "^6.26.3", |
51 |
| - "babel-eslint": "^10.0.1", |
52 |
| - "babel-jest": "^23.6.0", |
53 |
| - "babel-loader": "^8.0.5", |
54 |
| - "babel-plugin-external-helpers": "^6.22.0", |
55 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
56 |
| - "babel-plugin-transform-runtime": "^6.23.0", |
57 |
| - "babel-preset-env": "^1.7.0", |
58 |
| - "babel-preset-stage-2": "^6.24.1", |
59 |
| - "babel-register": "^6.26.0", |
| 47 | + "@babel/core": "^7.5.5", |
| 48 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
| 49 | + "@babel/preset-env": "^7.5.5", |
| 50 | + "@commitlint/cli": "^8.1.0", |
| 51 | + "@commitlint/config-conventional": "^8.1.0", |
| 52 | + "@commitlint/travis-cli": "^8.1.0", |
| 53 | + "babel-eslint": "^10.0.2", |
| 54 | + "babel-jest": "^24.9.0", |
| 55 | + "babel-loader": "^8.0.6", |
| 56 | + "babel-register": "^6.22.0", |
60 | 57 | "chalk": "^2.4.2",
|
61 |
| - "codecov": "^3.1.0", |
| 58 | + "codecov": "^3.5.0", |
62 | 59 | "cross-spawn": "^6.0.5",
|
63 |
| - "eslint": "^5.12.0", |
64 |
| - "eslint-config-standard": "^11.0.0", |
| 60 | + "eslint": "^6.2.0", |
| 61 | + "eslint-config-standard": "^13.0.1", |
65 | 62 | "eslint-friendly-formatter": "^4.0.1",
|
66 |
| - "eslint-loader": "^2.1.1", |
67 |
| - "eslint-plugin-html": "^5.0.0", |
68 |
| - "eslint-plugin-import": "^2.14.0", |
69 |
| - "eslint-plugin-jest": "^22.1.3", |
70 |
| - "eslint-plugin-node": "^8.0.1", |
71 |
| - "eslint-plugin-promise": "^4.0.1", |
| 63 | + "eslint-loader": "^2.2.1", |
| 64 | + "eslint-plugin-html": "^6.0.0", |
| 65 | + "eslint-plugin-import": "^2.18.2", |
| 66 | + "eslint-plugin-jest": "^22.15.1", |
| 67 | + "eslint-plugin-node": "^9.1.0", |
| 68 | + "eslint-plugin-promise": "^4.2.1", |
72 | 69 | "eslint-plugin-standard": "^4.0.0",
|
73 |
| - "husky": "^1.3.1", |
74 |
| - "jest": "^23.6.0", |
75 |
| - "jest-each": "^23.6.0", |
76 |
| - "jest-environment-node": "^23.4.0", |
77 |
| - "regenerator-runtime": "^0.13.1", |
78 |
| - "rollup": "^1.1.0", |
79 |
| - "rollup-plugin-babel": "^4.3.0", |
80 |
| - "rollup-plugin-commonjs": "^9.2.0", |
81 |
| - "rollup-plugin-node-resolve": "^4.0.0", |
82 |
| - "rollup-plugin-uglify": "^6.0.1" |
| 70 | + "husky": "^3.0.4", |
| 71 | + "jest": "^24.9.0", |
| 72 | + "jest-each": "^24.9.0", |
| 73 | + "jest-environment-node": "^24.9.0", |
| 74 | + "regenerator-runtime": "^0.13.3", |
| 75 | + "rollup": "^1.19.4", |
| 76 | + "rollup-plugin-babel": "^4.3.3", |
| 77 | + "rollup-plugin-commonjs": "^10.0.2", |
| 78 | + "rollup-plugin-node-resolve": "^5.2.0", |
| 79 | + "rollup-plugin-uglify": "^6.0.2" |
83 | 80 | },
|
84 | 81 | "jest": {
|
85 | 82 | "moduleDirectories": [
|
|
0 commit comments