File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
"release" : " npm run upgrade && npm run clean && npm test && npm run bump"
32
32
},
33
33
"engines" : {
34
- "node" : " >=10 "
34
+ "node" : " >=12 "
35
35
},
36
36
"devDependencies" : {
37
37
"@jsdevtools/version-bump-prompt" : " ^6.0.5" ,
38
38
"@types/chai" : " ^4.1.7" ,
39
39
"@types/mocha" : " ^8.0.0" ,
40
40
"@types/node" : " ^14.0.23" ,
41
41
"chai" : " ^4.2.0" ,
42
- "eslint" : " ^7.4 .0" ,
42
+ "eslint" : " ^8.1 .0" ,
43
43
"mocha" : " ^8.0.1" ,
44
44
"npm-check" : " ^5.9.0" ,
45
45
"nyc" : " ^15.0.0" ,
46
46
"shx" : " ^0.3.2" ,
47
47
"source-map-support" : " ^0.5.12" ,
48
- "typescript" : " ^3.5.1 "
48
+ "typescript" : " ^4.0.0 "
49
49
},
50
50
"dependencies" : {
51
- "@typescript-eslint/eslint-plugin" : " ^3.6.1 " ,
52
- "@typescript-eslint/parser" : " ^3.6.1 " ,
51
+ "@typescript-eslint/eslint-plugin" : " ^5.0.0 " ,
52
+ "@typescript-eslint/parser" : " ^5.0.0 " ,
53
53
"eslint-plugin-jsdoc" : " ^30.0.3"
54
54
},
55
55
"peerDependencies" : {
56
- "eslint" : " >=7 "
56
+ "eslint" : " >=8 "
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments