Skip to content

Commit e2dbad5

Browse files
committed
chore: bump devDeps. and pin canonical to minor version
1 parent 1c9884d commit e2dbad5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.ncurc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ module.exports = {
1010
'decamelize',
1111
'escape-string-regexp',
1212
'open-editor',
13+
14+
// Todo[engine:node@>=16]: Requires Node 16
15+
'eslint-config-canonical',
1316
],
1417
};

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"escape-string-regexp": "^4.0.0",
1212
"esquery": "^1.4.0",
1313
"regextras": "^0.8.0",
14-
"semver": "^7.3.5",
14+
"semver": "^7.3.6",
1515
"spdx-expression-parse": "^3.0.1"
1616
},
1717
"description": "JSDoc linting rules for ESLint.",
1818
"devDependencies": {
1919
"@babel/cli": "^7.17.6",
20-
"@babel/core": "^7.17.8",
20+
"@babel/core": "^7.17.9",
2121
"@babel/eslint-parser": "^7.17.0",
2222
"@babel/node": "^7.16.8",
2323
"@babel/plugin-syntax-class-properties": "^7.12.13",
@@ -26,15 +26,15 @@
2626
"@babel/register": "^7.17.7",
2727
"@es-joy/jsdoc-eslint-parser": "^0.8.2",
2828
"@hkdobrev/run-if-changed": "^0.3.1",
29-
"@typescript-eslint/parser": "^5.17.0",
29+
"@typescript-eslint/parser": "^5.18.0",
3030
"babel-plugin-add-module-exports": "^1.0.4",
3131
"babel-plugin-istanbul": "^6.1.1",
3232
"camelcase": "^6.3.0",
3333
"chai": "^4.3.6",
3434
"cross-env": "^7.0.3",
3535
"decamelize": "^5.0.1",
3636
"eslint": "^8.12.0",
37-
"eslint-config-canonical": "^33.0.1",
37+
"eslint-config-canonical": "~33.0.1",
3838
"gitdown": "^3.1.5",
3939
"glob": "^7.2.0",
4040
"husky": "^7.0.4",

0 commit comments

Comments
 (0)