|
16 | 16 | },
|
17 | 17 | "description": "JSDoc linting rules for ESLint.",
|
18 | 18 | "devDependencies": {
|
19 |
| - "@babel/cli": "^7.16.7", |
20 |
| - "@babel/core": "^7.16.7", |
| 19 | + "@babel/cli": "^7.16.8", |
| 20 | + "@babel/core": "^7.16.10", |
21 | 21 | "@babel/eslint-parser": "^7.16.5",
|
22 |
| - "@babel/node": "^7.16.7", |
| 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 |
| - "@babel/preset-env": "^7.16.7", |
26 |
| - "@babel/register": "^7.16.7", |
| 25 | + "@babel/preset-env": "^7.16.11", |
| 26 | + "@babel/register": "^7.16.9", |
27 | 27 | "@hkdobrev/run-if-changed": "^0.3.1",
|
28 |
| - "@typescript-eslint/parser": "^5.9.0", |
| 28 | + "@typescript-eslint/parser": "^5.10.0", |
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 | 32 | "chai": "^4.3.4",
|
33 | 33 | "cross-env": "^7.0.3",
|
34 | 34 | "decamelize": "^5.0.1",
|
35 |
| - "eslint": "^8.6.0", |
| 35 | + "eslint": "^8.7.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.1.7", |
| 40 | + "lint-staged": "^12.2.2", |
41 | 41 | "lodash.defaultsdeep": "^4.6.1",
|
42 |
| - "mocha": "^9.1.3", |
| 42 | + "mocha": "^9.1.4", |
43 | 43 | "nyc": "^15.1.0",
|
44 | 44 | "open-editor": "^3.0.0",
|
45 | 45 | "rimraf": "^3.0.2",
|
46 |
| - "semantic-release": "^18.0.1", |
47 |
| - "typescript": "^4.5.4" |
| 46 | + "semantic-release": "^19.0.2", |
| 47 | + "typescript": "^4.5.5" |
48 | 48 | },
|
49 | 49 | "engines": {
|
50 | 50 | "node": "^12 || ^14 || ^16 || ^17"
|
|
0 commit comments