Skip to content

Commit

Permalink
chore: update semver; devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Apr 16, 2022
1 parent 041de5f commit 4526b80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.4.0",
"semver": "^7.3.6",
"semver": "^7.3.7",
"spdx-expression-parse": "^3.0.1"
},
"description": "JSDoc linting rules for ESLint.",
Expand All @@ -23,21 +23,21 @@
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7",
"@es-joy/jsdoc-eslint-parser": "^0.8.2",
"@es-joy/jsdoc-eslint-parser": "^0.10.0",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/parser": "^5.19.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"camelcase": "^6.3.0",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-canonical": "~33.0.1",
"gitdown": "^3.1.5",
"glob": "^7.2.0",
"glob": "^8.0.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"lint-staged": "^12.3.8",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/rules/assertions/noRestrictedSyntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export default {
],
},
],
parser: require.resolve('@es-joy/jsdoc-eslint-parser/typescript'),
parser: require.resolve('@es-joy/jsdoc-eslint-parser/typescript.js'),
},
],
valid: [
Expand Down

0 comments on commit 4526b80

Please sign in to comment.