Skip to content

Commit

Permalink
chore: bump devDeps. and pin canonical to minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Apr 7, 2022
1 parent 1c9884d commit e2dbad5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ module.exports = {
'decamelize',
'escape-string-regexp',
'open-editor',

// Todo[engine:node@>=16]: Requires Node 16
'eslint-config-canonical',
],
};
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"escape-string-regexp": "^4.0.0",
"esquery": "^1.4.0",
"regextras": "^0.8.0",
"semver": "^7.3.5",
"semver": "^7.3.6",
"spdx-expression-parse": "^3.0.1"
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/node": "^7.16.8",
"@babel/plugin-syntax-class-properties": "^7.12.13",
Expand All @@ -26,15 +26,15 @@
"@babel/register": "^7.17.7",
"@es-joy/jsdoc-eslint-parser": "^0.8.2",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/parser": "^5.18.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-config-canonical": "^33.0.1",
"eslint-config-canonical": "~33.0.1",
"gitdown": "^3.1.5",
"glob": "^7.2.0",
"husky": "^7.0.4",
Expand Down

0 comments on commit e2dbad5

Please sign in to comment.