|
34 | 34 | "devDependencies": { |
35 | 35 | "@types/enzyme": "^3.1.15", |
36 | 36 | "@types/enzyme-adapter-react-16": "^1.0.3", |
37 | | - "@types/jest": "^23.3.11", |
| 37 | + "@types/jest": "^23.3.12", |
38 | 38 | "@types/lodash.sortby": "^4.7.4", |
39 | 39 | "@types/match-sorter": "^2.2.0", |
40 | 40 | "@types/react": "^16.7.18", |
41 | 41 | "@types/react-dom": "^16.0.11", |
42 | | - "enzyme": "^3.2.0", |
| 42 | + "cz-conventional-changelog": "2.1.0", |
| 43 | + "enzyme": "^3.8.0", |
43 | 44 | "enzyme-adapter-react-16": "^1.7.1", |
44 | 45 | "enzyme-to-json": "^3.3.5", |
45 | | - "eslint": "^4.19.1", |
46 | | - "eslint-config-prettier": "^2.8.0", |
47 | | - "eslint-config-standard": "^11.0.0", |
48 | | - "eslint-plugin-import": "^2.10.0", |
| 46 | + "eslint": "^5.12.0", |
| 47 | + "eslint-config-prettier": "^3.3.0", |
| 48 | + "eslint-config-standard": "^12.0.0", |
| 49 | + "eslint-plugin-import": "^2.14.0", |
49 | 50 | "eslint-plugin-node": "^6.0.1", |
50 | | - "eslint-plugin-promise": "^3.7.0", |
51 | | - "eslint-plugin-react": "^7.7.0", |
52 | | - "eslint-plugin-standard": "^3.0.1", |
53 | | - "jest": "^22.4.3", |
| 51 | + "eslint-plugin-promise": "^4.0.1", |
| 52 | + "eslint-plugin-react": "^7.12.3", |
| 53 | + "eslint-plugin-standard": "^4.0.0", |
| 54 | + "jest": "^23.6.0", |
54 | 55 | "prettier": "^1.11.1", |
55 | | - "react": "^16.3.1", |
56 | | - "react-dom": "^16.3.1", |
57 | | - "rimraf": "^2.6.2", |
58 | | - "rollup": "^0.58.2", |
| 56 | + "react": "^16.7.0", |
| 57 | + "react-dom": "^16.7.0", |
| 58 | + "rimraf": "^2.6.3", |
| 59 | + "rollup": "^1.0.2", |
59 | 60 | "rollup-plugin-typescript2": "^0.18.1", |
60 | | - "semantic-release": "^15.1.5", |
| 61 | + "semantic-release": "^15.13.2", |
61 | 62 | "ts-jest": "^23.10.5", |
62 | 63 | "tslib": "^1.9.3", |
63 | 64 | "typescript": "^3.2.2" |
|
69 | 70 | "dependencies": { |
70 | 71 | "lodash.sortby": "^4.7.0", |
71 | 72 | "match-sorter": "^2.2.1" |
| 73 | + }, |
| 74 | + "config": { |
| 75 | + "commitizen": { |
| 76 | + "path": "./node_modules/cz-conventional-changelog" |
| 77 | + } |
72 | 78 | } |
73 | 79 | } |
0 commit comments