|
65 | 65 | "@semantic-release/github"
|
66 | 66 | ]
|
67 | 67 | },
|
68 |
| - "husky": { |
69 |
| - "hooks": { |
70 |
| - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
71 |
| - } |
72 |
| - }, |
73 | 68 | "commitlint": {
|
74 | 69 | "extends": [
|
75 | 70 | "@commitlint/config-conventional"
|
76 | 71 | ]
|
77 | 72 | },
|
78 |
| - "config": { |
79 |
| - "commitizen": { |
80 |
| - "path": "./node_modules/cz-conventional-changelog" |
81 |
| - } |
82 |
| - }, |
83 | 73 | "scripts": {
|
| 74 | + "prepare": "husky install", |
84 | 75 | "prebuild": "yarn clean-dist",
|
85 | 76 | "build": "rollup -c rollup.config.ts",
|
86 | 77 | "prebuild-docs": "yarn clean-docs",
|
|
142 | 133 | "better-docs"
|
143 | 134 | ],
|
144 | 135 | "dependencies": {
|
145 |
| - "@babel/runtime": "7.14.8", |
| 136 | + "@babel/runtime": "7.16.5", |
146 | 137 | "isomorphic-unfetch": "3.1.0"
|
147 | 138 | },
|
148 | 139 | "devDependencies": {
|
149 |
| - "@babel/cli": "7.14.8", |
150 |
| - "@babel/core": "7.14.8", |
151 |
| - "@babel/plugin-transform-runtime": "7.14.5", |
152 |
| - "@babel/preset-env": "7.14.8", |
153 |
| - "@babel/preset-typescript": "7.14.5", |
154 |
| - "@commitlint/cli": "12.1.4", |
155 |
| - "@commitlint/config-conventional": "12.1.4", |
| 140 | + "@babel/cli": "7.16.0", |
| 141 | + "@babel/core": "7.16.5", |
| 142 | + "@babel/plugin-transform-runtime": "7.16.5", |
| 143 | + "@babel/preset-env": "7.16.5", |
| 144 | + "@babel/preset-typescript": "7.16.5", |
| 145 | + "@commitlint/cli": "16.0.0", |
| 146 | + "@commitlint/config-conventional": "16.0.0", |
156 | 147 | "@rollup/plugin-babel": "5.3.0",
|
157 |
| - "@rollup/plugin-commonjs": "19.0.1", |
| 148 | + "@rollup/plugin-commonjs": "21.0.1", |
158 | 149 | "@rollup/plugin-json": "4.1.0",
|
159 |
| - "@rollup/plugin-node-resolve": "13.0.2", |
160 |
| - "@semantic-release/changelog": "5.0.1", |
161 |
| - "@semantic-release/git": "9.0.0", |
162 |
| - "@types/jest": "26.0.24", |
163 |
| - "@types/node": "14.17.5", |
164 |
| - "@types/node-fetch": "2.5.11", |
165 |
| - "@typescript-eslint/eslint-plugin": "4.28.4", |
166 |
| - "@typescript-eslint/parser": "4.28.4", |
| 150 | + "@rollup/plugin-node-resolve": "13.1.1", |
| 151 | + "@semantic-release/changelog": "6.0.1", |
| 152 | + "@semantic-release/git": "10.0.1", |
| 153 | + "@types/jest": "27.0.3", |
| 154 | + "@types/node": "16.11.17", |
| 155 | + "@typescript-eslint/eslint-plugin": "5.8.0", |
| 156 | + "@typescript-eslint/parser": "5.8.0", |
167 | 157 | "better-docs": "2.3.2",
|
168 |
| - "commitizen": "4.2.4", |
169 |
| - "concurrently": "6.2.0", |
| 158 | + "concurrently": "6.5.1", |
170 | 159 | "copyfiles": "2.4.1",
|
171 | 160 | "cross-env": "7.0.3",
|
172 |
| - "cz-conventional-changelog": "3.3.0", |
173 |
| - "eslint": "7.31.0", |
| 161 | + "eslint": "8.5.0", |
174 | 162 | "eslint-config-prettier": "8.3.0",
|
175 |
| - "eslint-plugin-jest": "24.4.0", |
176 |
| - "eslint-plugin-jsdoc": "35.5.0", |
| 163 | + "eslint-plugin-jest": "25.3.0", |
| 164 | + "eslint-plugin-jsdoc": "37.4.0", |
177 | 165 | "eslint-plugin-node": "11.1.0",
|
178 |
| - "eslint-plugin-prettier": "3.4.0", |
| 166 | + "eslint-plugin-prettier": "4.0.0", |
179 | 167 | "form-data": "4.0.0",
|
180 |
| - "husky": "7.0.1", |
181 |
| - "jest": "27.0.6", |
| 168 | + "husky": "7.0.4", |
| 169 | + "jest": "27.4.5", |
182 | 170 | "jest-fetch-mock": "3.0.3",
|
183 | 171 | "jsdoc": "3.6.7",
|
184 | 172 | "jsdoc-babel": "0.5.0",
|
185 | 173 | "jsdoc-plugin-typescript": "2.0.6",
|
186 |
| - "jsdoc-to-markdown": "7.0.1", |
| 174 | + "jsdoc-to-markdown": "7.1.0", |
187 | 175 | "lodash.camelcase": "4.3.0",
|
188 |
| - "nodemon": "2.0.12", |
189 |
| - "prettier": "2.3.2", |
| 176 | + "nodemon": "2.0.15", |
| 177 | + "prettier": "2.5.1", |
190 | 178 | "rimraf": "3.0.2",
|
191 |
| - "rollup": "2.53.3", |
192 |
| - "rollup-plugin-gzip": "2.5.0", |
| 179 | + "rollup": "2.62.0", |
| 180 | + "rollup-plugin-gzip": "3.0.0", |
193 | 181 | "rollup-plugin-terser": "7.0.2",
|
194 |
| - "rollup-plugin-typescript2": "0.30.0", |
| 182 | + "rollup-plugin-typescript2": "0.31.1", |
195 | 183 | "rollup-plugin-visualizer": "5.5.2",
|
196 |
| - "semantic-release": "17.4.4", |
197 |
| - "ts-jest": "27.0.4", |
198 |
| - "ts-node": "10.1.0", |
199 |
| - "typescript": "4.3.5" |
| 184 | + "semantic-release": "18.0.1", |
| 185 | + "ts-jest": "27.1.2", |
| 186 | + "ts-node": "10.4.0", |
| 187 | + "typescript": "4.5.4" |
200 | 188 | }
|
201 | 189 | }
|
0 commit comments