|
9 | 9 | "comment-parser": "1.2.4", |
10 | 10 | "debug": "^4.3.2", |
11 | 11 | "esquery": "^1.4.0", |
12 | | - "jsdoc-type-pratt-parser": "^1.1.1", |
| 12 | + "jsdoc-type-pratt-parser": "^1.2.0", |
13 | 13 | "lodash": "^4.17.21", |
14 | 14 | "regextras": "^0.8.0", |
15 | 15 | "semver": "^7.3.5", |
16 | 16 | "spdx-expression-parse": "^3.0.1" |
17 | 17 | }, |
18 | 18 | "description": "JSDoc linting rules for ESLint.", |
19 | 19 | "devDependencies": { |
20 | | - "@babel/cli": "^7.15.4", |
21 | | - "@babel/core": "^7.15.5", |
22 | | - "@babel/eslint-parser": "^7.15.4", |
23 | | - "@babel/node": "^7.15.4", |
| 20 | + "@babel/cli": "^7.15.7", |
| 21 | + "@babel/core": "^7.15.8", |
| 22 | + "@babel/eslint-parser": "^7.15.8", |
| 23 | + "@babel/node": "^7.15.8", |
24 | 24 | "@babel/plugin-syntax-class-properties": "^7.12.13", |
25 | 25 | "@babel/plugin-transform-flow-strip-types": "^7.14.5", |
26 | | - "@babel/preset-env": "^7.15.4", |
| 26 | + "@babel/preset-env": "^7.15.8", |
27 | 27 | "@babel/register": "^7.15.3", |
28 | 28 | "@hkdobrev/run-if-changed": "^0.3.1", |
29 | | - "@typescript-eslint/parser": "^4.31.0", |
| 29 | + "@typescript-eslint/parser": "^4.33.0", |
30 | 30 | "babel-plugin-add-module-exports": "^1.0.4", |
31 | 31 | "babel-plugin-istanbul": "^6.0.0", |
32 | 32 | "chai": "^4.3.4", |
33 | 33 | "cross-env": "^7.0.3", |
34 | 34 | "eslint": "7.32.0", |
35 | | - "eslint-config-canonical": "^27.0.0", |
| 35 | + "eslint-config-canonical": "^28.0.0", |
36 | 36 | "gitdown": "^3.1.4", |
37 | | - "glob": "^7.1.7", |
| 37 | + "glob": "^7.2.0", |
38 | 38 | "husky": "^7.0.2", |
39 | | - "lint-staged": "^11.1.2", |
40 | | - "mocha": "^9.1.1", |
| 39 | + "lint-staged": "^11.2.1", |
| 40 | + "mocha": "^9.1.2", |
41 | 41 | "nyc": "^15.1.0", |
42 | 42 | "open-editor": "^3.0.0", |
43 | 43 | "rimraf": "^3.0.2", |
44 | | - "semantic-release": "^17.4.7", |
45 | | - "typescript": "^4.4.2" |
| 44 | + "semantic-release": "^18.0.0", |
| 45 | + "typescript": "^4.4.3" |
46 | 46 | }, |
47 | 47 | "engines": { |
48 | 48 | "node": "^12 || ^14 || ^16" |
|
0 commit comments