|
16 | 16 | "license": "MIT", |
17 | 17 | "devDependencies": { |
18 | 18 | "babel-cli": "^6.26.0", |
19 | | - "babel-eslint": "^8.0.3", |
| 19 | + "babel-eslint": "^8.2.1", |
20 | 20 | "babel-loader": "^7.1.2", |
21 | 21 | "babel-plugin-transform-class-properties": "^6.24.1", |
22 | 22 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
23 | 23 | "babel-preset-env": "^1.6.0", |
24 | 24 | "babel-preset-react": "^6.24.1", |
25 | 25 | "codecov": "^3.0.0", |
26 | 26 | "conventional-github-releaser": "^2.0.0", |
27 | | - "eslint": "^4.12.1", |
| 27 | + "eslint": "^4.16.0", |
28 | 28 | "eslint-config-airbnb-base": "^12.0.1", |
29 | 29 | "eslint-config-prettier": "^2.9.0", |
30 | 30 | "eslint-plugin-import": "^2.7.0", |
31 | | - "jest": "^21.2.1", |
| 31 | + "jest": "^22.1.4", |
32 | 32 | "react": "^16.2.0", |
33 | | - "standard-version": "^4.2.0", |
| 33 | + "standard-version": "^4.3.0", |
34 | 34 | "webpack": "^3.10.0" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | 37 | "chalk": "^2.1.0", |
38 | | - "commander": "^2.12.2", |
| 38 | + "commander": "^2.13.0", |
39 | 39 | "glob": "^7.1.2", |
40 | 40 | "h2x-core": "^0.1.9", |
41 | 41 | "h2x-plugin-jsx": "^0.1.9", |
42 | 42 | "loader-utils": "^1.1.0", |
43 | 43 | "lodash": "^4.17.4", |
44 | 44 | "mz": "^2.6.0", |
45 | 45 | "output-file-sync": "^2.0.0", |
46 | | - "prettier": "^1.9.1", |
| 46 | + "prettier": "^1.10.2", |
47 | 47 | "recursive-readdir": "^2.2.1", |
48 | 48 | "svgo": "^1.0.3" |
49 | 49 | }, |
|
0 commit comments