|
16 | 16 | },
|
17 | 17 | "description": "JSDoc linting rules for ESLint.",
|
18 | 18 | "devDependencies": {
|
19 |
| - "@babel/cli": "^7.16.8", |
20 |
| - "@babel/core": "^7.16.12", |
21 |
| - "@babel/eslint-parser": "^7.16.5", |
| 19 | + "@babel/cli": "^7.17.0", |
| 20 | + "@babel/core": "^7.17.0", |
| 21 | + "@babel/eslint-parser": "^7.17.0", |
22 | 22 | "@babel/node": "^7.16.8",
|
23 | 23 | "@babel/plugin-syntax-class-properties": "^7.12.13",
|
24 | 24 | "@babel/plugin-transform-flow-strip-types": "^7.16.7",
|
25 | 25 | "@babel/preset-env": "^7.16.11",
|
26 |
| - "@babel/register": "^7.16.9", |
| 26 | + "@babel/register": "^7.17.0", |
27 | 27 | "@hkdobrev/run-if-changed": "^0.3.1",
|
28 |
| - "@typescript-eslint/parser": "^5.10.1", |
| 28 | + "@typescript-eslint/parser": "^5.10.2", |
29 | 29 | "babel-plugin-add-module-exports": "^1.0.4",
|
30 | 30 | "babel-plugin-istanbul": "^6.1.1",
|
31 | 31 | "camelcase": "^6.3.0",
|
32 |
| - "chai": "^4.3.5", |
| 32 | + "chai": "^4.3.6", |
33 | 33 | "cross-env": "^7.0.3",
|
34 | 34 | "decamelize": "^5.0.1",
|
35 |
| - "eslint": "^8.7.0", |
| 35 | + "eslint": "^8.8.0", |
36 | 36 | "eslint-config-canonical": "^33.0.1",
|
37 | 37 | "gitdown": "^3.1.4",
|
38 | 38 | "glob": "^7.2.0",
|
39 | 39 | "husky": "^7.0.4",
|
40 |
| - "lint-staged": "^12.3.1", |
| 40 | + "lint-staged": "^12.3.3", |
41 | 41 | "lodash.defaultsdeep": "^4.6.1",
|
42 | 42 | "mocha": "^9.2.0",
|
43 | 43 | "nyc": "^15.1.0",
|
|
0 commit comments