|
38 | 38 | }, |
39 | 39 | "homepage": "https://github.com/GertjanReynaert/react-intl-translations-manager#readme", |
40 | 40 | "dependencies": { |
41 | | - "chalk": "^1.1.3", |
42 | | - "glob": "^7.0.3", |
| 41 | + "chalk": "^2.1.0", |
| 42 | + "glob": "^7.1.2", |
43 | 43 | "json-stable-stringify": "^1.0.1", |
44 | 44 | "mkdirp": "^0.5.1" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "babel-cli": "^6.7.5", |
48 | | - "babel-core": "^6.7.6", |
49 | | - "babel-eslint": "^7.1.1", |
50 | | - "babel-preset-es2015": "^6.6.0", |
51 | | - "babel-preset-stage-2": "^6.5.0", |
| 47 | + "babel-cli": "^6.26.0", |
| 48 | + "babel-core": "^6.26.0", |
| 49 | + "babel-eslint": "^8.0.1", |
| 50 | + "babel-jest": "^21.2.0", |
| 51 | + "babel-preset-env": "^1.6.0", |
| 52 | + "babel-preset-stage-3": "^6.24.1", |
52 | 53 | "codecov.io": "^0.1.6", |
53 | | - "cross-env": "^4.0.0", |
| 54 | + "cross-env": "^5.0.5", |
54 | 55 | "cz-conventional-changelog": "^2.0.0", |
55 | | - "eslint": "^3.2.2", |
56 | | - "eslint-config-prettier": "^2.0.0", |
57 | | - "jest": "^20.0.0", |
58 | | - "lint-staged": "^3.4.1", |
| 56 | + "eslint": "^4.7.2", |
| 57 | + "eslint-config-prettier": "^2.6.0", |
| 58 | + "jest": "^21.2.1", |
| 59 | + "lint-staged": "^4.2.3", |
59 | 60 | "precommit": "^1.2.2", |
60 | | - "prettier": "^1.3.1", |
61 | | - "rimraf": "^2.5.4", |
62 | | - "semantic-release": "^6.3.2" |
| 61 | + "prettier": "^1.7.2", |
| 62 | + "rimraf": "^2.6.2", |
| 63 | + "semantic-release": "^8.0.3" |
63 | 64 | }, |
64 | 65 | "jest": { |
65 | 66 | "coverageDirectory": "coverage", |
|
0 commit comments