Skip to content

Commit

Permalink
fix: bump jsdoccomment and semver; fixes #1233
Browse files Browse the repository at this point in the history
Also:
- chore: bump devDeps.
  • Loading branch information
brettz9 committed May 29, 2024
1 parent 93a9415 commit fb3e0e6
Show file tree
Hide file tree
Showing 3 changed files with 2,071 additions and 1,282 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,65 +5,65 @@
"url": "http://gajus.com"
},
"dependencies": {
"@es-joy/jsdoccomment": "~0.43.0",
"@es-joy/jsdoccomment": "~0.43.1",
"are-docs-informative": "^0.0.2",
"comment-parser": "1.4.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.5.0",
"semver": "^7.6.1",
"semver": "^7.6.2",
"spdx-expression-parse": "^4.0.0"
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/node": "^7.23.9",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/eslint-parser": "^7.24.6",
"@babel/node": "^7.24.6",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@babel/plugin-transform-flow-strip-types": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@es-joy/escodegen": "^3.5.1",
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
"@hkdobrev/run-if-changed": "^0.3.1",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/github": "^10.0.5",
"@semantic-release/npm": "^12.0.1",
"@types/chai": "^4.3.16",
"@types/debug": "^4.1.12",
"@types/eslint": "^8.56.10",
"@types/esquery": "^1.5.3",
"@types/esquery": "^1.5.4",
"@types/estree": "^1.0.5",
"@types/json-schema": "^7.0.15",
"@types/lodash.defaultsdeep": "^4.6.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/semver": "^7.5.8",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/parser": "^7.11.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"c8": "^9.1.0",
"camelcase": "^6.3.0",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "9.2.0",
"eslint-config-canonical": "~42.8.2",
"eslint": "9.3.0",
"eslint-config-canonical": "~43.0.12",
"espree": "^10.0.1",
"gitdown": "^3.1.5",
"glob": "^10.3.13",
"globals": "^15.2.0",
"glob": "^10.4.1",
"globals": "^15.3.0",
"husky": "^9.0.11",
"jsdoc-type-pratt-parser": "^4.0.0",
"json-schema": "^0.4.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.4.0",
"open-editor": "^3.0.0",
"replace": "^1.2.2",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.8",
"rimraf": "^5.0.7",
"semantic-release": "^23.1.1",
"typescript": "5.3.x"
},
"engines": {
Expand Down
Loading

0 comments on commit fb3e0e6

Please sign in to comment.