Skip to content

Commit

Permalink
fix: with comment-parser allowing lower version, liberalize `engine…
Browse files Browse the repository at this point in the history
…s`; fixes #774

Also update devDeps.
  • Loading branch information
brettz9 committed Aug 25, 2021
1 parent e7d1f92 commit 63640e0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"url": "http://gajus.com"
},
"dependencies": {
"@es-joy/jsdoccomment": "0.10.7",
"comment-parser": "1.2.3",
"@es-joy/jsdoccomment": "0.10.8",
"comment-parser": "1.2.4",
"debug": "^4.3.2",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "^1.1.1",
Expand All @@ -18,34 +18,34 @@
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@babel/node": "^7.14.7",
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/register": "^7.14.5",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.15.3",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^4.28.5",
"@typescript-eslint/parser": "^4.29.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "7.31.0",
"eslint": "7.32.0",
"eslint-config-canonical": "^26.2.3",
"gitdown": "^3.1.4",
"glob": "^7.1.7",
"husky": "^7.0.1",
"lint-staged": "^11.1.1",
"mocha": "^9.0.3",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"mocha": "^9.1.0",
"nyc": "^15.1.0",
"open-editor": "^3.0.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.4",
"semantic-release": "^17.4.6",
"typescript": "^4.3.5"
},
"engines": {
"node": "^12.20 || ^14.14.0 || ^16"
"node": "^12 || ^14 || ^16"
},
"lint-staged": {
".eslintignore": "npm run lint",
Expand Down

0 comments on commit 63640e0

Please sign in to comment.