|
32 | 32 | "path": "node_modules/cz-conventional-changelog"
|
33 | 33 | }
|
34 | 34 | },
|
35 |
| - "commitlint": { |
36 |
| - "extends": [ |
37 |
| - "@commitlint/config-conventional" |
38 |
| - ] |
39 |
| - }, |
40 | 35 | "repository": {
|
41 | 36 | "type": "git",
|
42 | 37 | "url": "https://github.com/wwayne/react-tooltip"
|
|
65 | 60 | "prop-types": "^15.7.2",
|
66 | 61 | "uuid": "^7.0.3"
|
67 | 62 | },
|
68 |
| - "release": { |
69 |
| - "plugins": [ |
70 |
| - "@semantic-release/commit-analyzer", |
71 |
| - "@semantic-release/release-notes-generator", |
72 |
| - "@semantic-release/changelog", |
73 |
| - "@semantic-release/npm", |
74 |
| - "@semantic-release/git" |
75 |
| - ], |
76 |
| - "branch": "master" |
77 |
| - }, |
78 | 63 | "devDependencies": {
|
79 | 64 | "@babel/cli": "^7.7.4",
|
80 | 65 | "@babel/core": "^7.7.4",
|
|
106 | 91 | "commitizen": "2.9.6",
|
107 | 92 | "concurrently": "^2.1.0",
|
108 | 93 | "cpy-cli": "^3.1.0",
|
109 |
| - "cz-conventional-changelog": "2.1.0", |
| 94 | + "cz-conventional-changelog": "^3.1.0", |
110 | 95 | "enzyme": "^2.3.0",
|
111 | 96 | "enzyme-adapter-react-16": "^1.15.2",
|
112 | 97 | "eslint": "^6.8.0",
|
|
148 | 133 | "rollup-plugin-sass": "^1.2.2",
|
149 | 134 | "rollup-plugin-stylelint": "1.0.0",
|
150 | 135 | "rollup-plugin-url": "^3.0.1",
|
151 |
| - "semantic-release": "15.1.5", |
| 136 | + "semantic-release": "^17.0.4", |
152 | 137 | "snazzy": "^2.0.1",
|
153 | 138 | "standard": "^5.2.2",
|
154 | 139 | "stylelint": "13.2.0",
|
|
159 | 144 | "files": [
|
160 | 145 | "dist"
|
161 | 146 | ],
|
| 147 | + "release": { |
| 148 | + "plugins": [ |
| 149 | + "@semantic-release/commit-analyzer", |
| 150 | + "@semantic-release/release-notes-generator", |
| 151 | + "@semantic-release/changelog", |
| 152 | + "@semantic-release/npm", |
| 153 | + "@semantic-release/git" |
| 154 | + ], |
| 155 | + "branch": "master" |
| 156 | + }, |
| 157 | + "commitlint": { |
| 158 | + "extends": [ |
| 159 | + "@commitlint/config-conventional" |
| 160 | + ] |
| 161 | + }, |
162 | 162 | "lint-staged": {
|
163 | 163 | "*.{js,ts}": "yarn eslint:fix"
|
164 | 164 | },
|
|
0 commit comments