Skip to content

Commit

Permalink
chore: update jsdoccomment and devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Feb 6, 2024
1 parent f2aef87 commit 207bc74
Show file tree
Hide file tree
Showing 2 changed files with 556 additions and 436 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "http://gajus.com"
},
"dependencies": {
"@es-joy/jsdoccomment": "~0.41.0",
"@es-joy/jsdoccomment": "~0.42.0",
"are-docs-informative": "^0.0.2",
"comment-parser": "1.4.1",
"debug": "^4.3.4",
Expand All @@ -17,13 +17,13 @@
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/node": "^7.22.19",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/node": "^7.23.9",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@es-joy/escodegen": "^3.5.1",
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
"@hkdobrev/run-if-changed": "^0.3.1",
Expand All @@ -38,10 +38,10 @@
"@types/json-schema": "^7.0.15",
"@types/lodash.defaultsdeep": "^4.6.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.6",
"@types/node": "^20.11.16",
"@types/semver": "^7.5.6",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/parser": "^6.20.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"c8": "^9.1.0",
Expand All @@ -51,14 +51,14 @@
"decamelize": "^5.0.1",
"eslint": "9.0.0-alpha.0",
"eslint-config-canonical": "~42.8.1",
"espree": "^9.6.1",
"espree": "^10.0.0",
"gitdown": "^3.1.5",
"glob": "^10.3.10",
"globals": "^13.24.0",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jsdoc-type-pratt-parser": "^4.0.0",
"json-schema": "^0.4.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.2.0",
"open-editor": "^3.0.0",
Expand Down
Loading

0 comments on commit 207bc74

Please sign in to comment.