|
15 | 15 | },
|
16 | 16 | "description": "JSDoc linting rules for ESLint.",
|
17 | 17 | "devDependencies": {
|
18 |
| - "@babel/cli": "^7.10.3", |
19 |
| - "@babel/core": "^7.10.3", |
20 |
| - "@babel/node": "^7.10.3", |
21 |
| - "@babel/plugin-transform-flow-strip-types": "^7.10.1", |
22 |
| - "@babel/preset-env": "^7.10.3", |
23 |
| - "@babel/register": "^7.10.3", |
24 |
| - "@typescript-eslint/parser": "^3.4.0", |
| 18 | + "@babel/cli": "^7.10.4", |
| 19 | + "@babel/core": "^7.10.4", |
| 20 | + "@babel/node": "^7.10.4", |
| 21 | + "@babel/plugin-transform-flow-strip-types": "^7.10.4", |
| 22 | + "@babel/preset-env": "^7.10.4", |
| 23 | + "@babel/register": "^7.10.4", |
| 24 | + "@typescript-eslint/parser": "^3.5.0", |
25 | 25 | "babel-eslint": "^10.1.0",
|
26 | 26 | "babel-plugin-add-module-exports": "^1.0.2",
|
27 | 27 | "babel-plugin-istanbul": "^6.0.0",
|
28 | 28 | "chai": "^4.2.0",
|
29 | 29 | "cross-env": "^7.0.2",
|
30 |
| - "eslint": "7.3.1", |
31 |
| - "eslint-config-canonical": "^20.0.6", |
| 30 | + "eslint": "7.4.0", |
| 31 | + "eslint-config-canonical": "^20.1.0", |
32 | 32 | "gitdown": "^3.1.3",
|
33 | 33 | "glob": "^7.1.6",
|
34 | 34 | "husky": "^4.2.5",
|
35 | 35 | "mocha": "^8.0.1",
|
36 | 36 | "nyc": "^15.1.0",
|
37 | 37 | "rimraf": "^3.0.2",
|
38 | 38 | "semantic-release": "^17.1.1",
|
39 |
| - "typescript": "^3.9.5" |
| 39 | + "typescript": "^3.9.6" |
40 | 40 | },
|
41 | 41 | "engines": {
|
42 | 42 | "node": ">=10"
|
|
0 commit comments