|
17 | 17 | },
|
18 | 18 | "description": "JSDoc linting rules for ESLint.",
|
19 | 19 | "devDependencies": {
|
20 |
| - "@babel/cli": "^7.22.9", |
21 |
| - "@babel/core": "^7.22.9", |
22 |
| - "@babel/eslint-parser": "^7.22.9", |
23 |
| - "@babel/node": "^7.22.6", |
| 20 | + "@babel/cli": "^7.22.10", |
| 21 | + "@babel/core": "^7.22.10", |
| 22 | + "@babel/eslint-parser": "^7.22.10", |
| 23 | + "@babel/node": "^7.22.10", |
24 | 24 | "@babel/plugin-syntax-class-properties": "^7.12.13",
|
25 | 25 | "@babel/plugin-transform-flow-strip-types": "^7.22.5",
|
26 |
| - "@babel/preset-env": "^7.22.9", |
| 26 | + "@babel/preset-env": "^7.22.10", |
27 | 27 | "@babel/register": "^7.22.5",
|
28 | 28 | "@es-joy/escodegen": "^3.5.1",
|
29 | 29 | "@es-joy/jsdoc-eslint-parser": "^0.19.0",
|
|
33 | 33 | "@semantic-release/npm": "^10.0.4",
|
34 | 34 | "@types/chai": "^4.3.5",
|
35 | 35 | "@types/debug": "^4.1.8",
|
36 |
| - "@types/eslint": "^8.44.1", |
| 36 | + "@types/eslint": "^8.44.2", |
37 | 37 | "@types/esquery": "^1.5.0",
|
38 | 38 | "@types/estree": "^1.0.1",
|
39 | 39 | "@types/lodash.defaultsdeep": "^4.6.7",
|
40 | 40 | "@types/mocha": "^10.0.1",
|
41 |
| - "@types/node": "^20.4.7", |
| 41 | + "@types/node": "^20.5.0", |
42 | 42 | "@types/semver": "^7.5.0",
|
43 | 43 | "@types/spdx-expression-parse": "^3.0.2",
|
44 |
| - "@typescript-eslint/parser": "^6.2.1", |
| 44 | + "@typescript-eslint/parser": "^6.3.0", |
45 | 45 | "babel-plugin-add-module-exports": "^1.0.4",
|
46 | 46 | "babel-plugin-istanbul": "^6.1.1",
|
47 | 47 | "camelcase": "^6.3.0",
|
48 | 48 | "chai": "^4.3.7",
|
49 | 49 | "cross-env": "^7.0.3",
|
50 | 50 | "decamelize": "^5.0.1",
|
51 |
| - "eslint": "8.46.0", |
| 51 | + "eslint": "8.47.0", |
52 | 52 | "eslint-config-canonical": "~41.1.7",
|
53 | 53 | "espree": "^9.6.1",
|
54 | 54 | "gitdown": "^3.1.5",
|
55 | 55 | "glob": "^10.3.3",
|
56 | 56 | "husky": "^8.0.3",
|
57 | 57 | "jsdoc-type-pratt-parser": "^4.0.0",
|
58 |
| - "lint-staged": "^13.2.3", |
| 58 | + "lint-staged": "^14.0.0", |
59 | 59 | "lodash.defaultsdeep": "^4.6.1",
|
60 | 60 | "mocha": "^10.2.0",
|
61 | 61 | "nyc": "^15.1.0",
|
|
123 | 123 | "scripts": {
|
124 | 124 | "tsc": "tsc",
|
125 | 125 | "tsc-build": "tsc -p tsconfig-prod.json",
|
126 |
| - "build": "rimraf ./dist && cross-env NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps --ignore ./src/bin/*.js --no-copy-ignored && pnpm tsc-build || true", |
| 126 | + "build": "rimraf ./dist && cross-env NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps --ignore ./src/bin/*.js --no-copy-ignored && pnpm tsc-build", |
127 | 127 | "check-docs": "babel-node ./src/bin/generateDocs.js --check",
|
128 | 128 | "create-docs": "npm run create-options && babel-node ./src/bin/generateDocs.js",
|
129 | 129 | "create-rule": "babel-node ./src/bin/generateRule.js",
|
|
0 commit comments