|
17 | 17 | },
|
18 | 18 | "description": "JSDoc linting rules for ESLint.",
|
19 | 19 | "devDependencies": {
|
20 |
| - "@babel/cli": "^7.16.0", |
21 |
| - "@babel/core": "^7.16.5", |
| 20 | + "@babel/cli": "^7.16.7", |
| 21 | + "@babel/core": "^7.16.7", |
22 | 22 | "@babel/eslint-parser": "^7.16.5",
|
23 |
| - "@babel/node": "^7.16.5", |
| 23 | + "@babel/node": "^7.16.7", |
24 | 24 | "@babel/plugin-syntax-class-properties": "^7.12.13",
|
25 |
| - "@babel/plugin-transform-flow-strip-types": "^7.16.5", |
26 |
| - "@babel/preset-env": "^7.16.5", |
27 |
| - "@babel/register": "^7.16.5", |
| 25 | + "@babel/plugin-transform-flow-strip-types": "^7.16.7", |
| 26 | + "@babel/preset-env": "^7.16.7", |
| 27 | + "@babel/register": "^7.16.7", |
28 | 28 | "@hkdobrev/run-if-changed": "^0.3.1",
|
29 | 29 | "@typescript-eslint/parser": "^5.8.1",
|
30 | 30 | "babel-plugin-add-module-exports": "^1.0.4",
|
31 | 31 | "babel-plugin-istanbul": "^6.1.1",
|
32 |
| - "camelcase": "^6.2.1", |
| 32 | + "camelcase": "^6.3.0", |
33 | 33 | "chai": "^4.3.4",
|
34 | 34 | "cross-env": "^7.0.3",
|
35 | 35 | "decamelize": "^5.0.1",
|
36 |
| - "eslint": "^8.5.0", |
| 36 | + "eslint": "^8.6.0", |
37 | 37 | "eslint-config-canonical": "^33.0.0",
|
38 | 38 | "gitdown": "^3.1.4",
|
39 | 39 | "glob": "^7.2.0",
|
40 | 40 | "husky": "^7.0.4",
|
41 |
| - "lint-staged": "^12.1.4", |
| 41 | + "lint-staged": "^12.1.5", |
42 | 42 | "lodash.defaultsdeep": "^4.6.1",
|
43 | 43 | "mocha": "^9.1.3",
|
44 | 44 | "nyc": "^15.1.0",
|
|
0 commit comments