|
15 | 15 | },
|
16 | 16 | "description": "JSDoc linting rules for ESLint.",
|
17 | 17 | "devDependencies": {
|
18 |
| - "@babel/cli": "^7.11.5", |
19 |
| - "@babel/core": "^7.11.5", |
| 18 | + "@babel/cli": "^7.11.6", |
| 19 | + "@babel/core": "^7.11.6", |
20 | 20 | "@babel/node": "^7.10.5",
|
21 | 21 | "@babel/plugin-transform-flow-strip-types": "^7.10.4",
|
22 | 22 | "@babel/preset-env": "^7.11.5",
|
23 | 23 | "@babel/register": "^7.11.5",
|
24 | 24 | "@hkdobrev/run-if-changed": "^0.3.1",
|
25 |
| - "@typescript-eslint/parser": "^4.0.1", |
| 25 | + "@typescript-eslint/parser": "^4.2.0", |
26 | 26 | "babel-eslint": "^10.1.0",
|
27 |
| - "babel-plugin-add-module-exports": "^1.0.2", |
| 27 | + "babel-plugin-add-module-exports": "^1.0.4", |
28 | 28 | "babel-plugin-istanbul": "^6.0.0",
|
29 | 29 | "chai": "^4.2.0",
|
30 | 30 | "cross-env": "^7.0.2",
|
31 |
| - "eslint": "7.8.1", |
32 |
| - "eslint-config-canonical": "^23.0.1", |
| 31 | + "eslint": "7.10.0", |
| 32 | + "eslint-config-canonical": "^24.1.1", |
33 | 33 | "gitdown": "^3.1.3",
|
34 | 34 | "glob": "^7.1.6",
|
35 |
| - "husky": "^4.2.5", |
36 |
| - "lint-staged": "^10.2.13", |
| 35 | + "husky": "^4.3.0", |
| 36 | + "lint-staged": "^10.4.0", |
37 | 37 | "mocha": "^8.1.3",
|
38 | 38 | "nyc": "^15.1.0",
|
39 | 39 | "rimraf": "^3.0.2",
|
40 |
| - "semantic-release": "^17.1.1", |
41 |
| - "typescript": "^4.0.2" |
| 40 | + "semantic-release": "^17.1.2", |
| 41 | + "typescript": "^4.0.3" |
42 | 42 | },
|
43 | 43 | "engines": {
|
44 | 44 | "node": ">=10"
|
|
0 commit comments