File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,8 @@ module.exports = {
10
10
'decamelize' ,
11
11
'escape-string-regexp' ,
12
12
'open-editor' ,
13
+
14
+ // Todo[engine:node@>=16]: Requires Node 16
15
+ 'eslint-config-canonical' ,
13
16
] ,
14
17
} ;
Original file line number Diff line number Diff line change 11
11
"escape-string-regexp" : " ^4.0.0" ,
12
12
"esquery" : " ^1.4.0" ,
13
13
"regextras" : " ^0.8.0" ,
14
- "semver" : " ^7.3.5 " ,
14
+ "semver" : " ^7.3.6 " ,
15
15
"spdx-expression-parse" : " ^3.0.1"
16
16
},
17
17
"description" : " JSDoc linting rules for ESLint." ,
18
18
"devDependencies" : {
19
19
"@babel/cli" : " ^7.17.6" ,
20
- "@babel/core" : " ^7.17.8 " ,
20
+ "@babel/core" : " ^7.17.9 " ,
21
21
"@babel/eslint-parser" : " ^7.17.0" ,
22
22
"@babel/node" : " ^7.16.8" ,
23
23
"@babel/plugin-syntax-class-properties" : " ^7.12.13" ,
26
26
"@babel/register" : " ^7.17.7" ,
27
27
"@es-joy/jsdoc-eslint-parser" : " ^0.8.2" ,
28
28
"@hkdobrev/run-if-changed" : " ^0.3.1" ,
29
- "@typescript-eslint/parser" : " ^5.17 .0" ,
29
+ "@typescript-eslint/parser" : " ^5.18 .0" ,
30
30
"babel-plugin-add-module-exports" : " ^1.0.4" ,
31
31
"babel-plugin-istanbul" : " ^6.1.1" ,
32
32
"camelcase" : " ^6.3.0" ,
33
33
"chai" : " ^4.3.6" ,
34
34
"cross-env" : " ^7.0.3" ,
35
35
"decamelize" : " ^5.0.1" ,
36
36
"eslint" : " ^8.12.0" ,
37
- "eslint-config-canonical" : " ^ 33.0.1" ,
37
+ "eslint-config-canonical" : " ~ 33.0.1" ,
38
38
"gitdown" : " ^3.1.5" ,
39
39
"glob" : " ^7.2.0" ,
40
40
"husky" : " ^7.0.4" ,
You can’t perform that action at this time.
0 commit comments