File tree Expand file tree Collapse file tree 3 files changed +494
-166
lines changed Expand file tree Collapse file tree 3 files changed +494
-166
lines changed Original file line number Diff line number Diff line change 1818 * 6. Review / evaluate
1919 */
2020
21+ /* eslint-disable-next-line node/no-unsupported-features/node-builtins */
2122const inspector = require ( 'inspector' ) ;
2223const path = require ( 'path' ) ;
2324const fs = require ( 'fs' ) ;
Original file line number Diff line number Diff line change 2525 "postversion" : " git push origin master --tags"
2626 },
2727 "dependencies" : {
28- "chalk" : " ^2.4.2 " ,
28+ "chalk" : " ^3.0.0 " ,
2929 "cookie" : " ^0.4.0" ,
3030 "debug" : " ^4.1.1" ,
31- "resolve" : " ^1.12 .0" ,
31+ "resolve" : " ^1.15 .0" ,
3232 "simple-dom" : " ^1.4.0" ,
33- "source-map-support" : " ^0.5.13 "
33+ "source-map-support" : " ^0.5.16 "
3434 },
3535 "devDependencies" : {
3636 "chai" : " ^4.2.0" ,
3737 "chai-as-promised" : " ^7.1.1" ,
38- "eslint" : " ^6.5.1 " ,
39- "eslint-config-prettier" : " ^6.4 .0" ,
40- "eslint-plugin-chai-expect" : " ^2.0.1 " ,
41- "eslint-plugin-mocha" : " ^6.2.0 " ,
42- "eslint-plugin-node" : " ^10 .0.0" ,
43- "eslint-plugin-prettier" : " ^3.1.1 " ,
38+ "eslint" : " ^6.8.0 " ,
39+ "eslint-config-prettier" : " ^6.10 .0" ,
40+ "eslint-plugin-chai-expect" : " ^2.1.0 " ,
41+ "eslint-plugin-mocha" : " ^6.2.2 " ,
42+ "eslint-plugin-node" : " ^11 .0.0" ,
43+ "eslint-plugin-prettier" : " ^3.1.2 " ,
4444 "express" : " ^4.17.1" ,
45- "lerna-changelog" : " ^0.8.2 " ,
46- "mocha" : " ^6.2.2 " ,
47- "prettier" : " ^1.18.2 " ,
48- "release-it" : " ^12.2.1 " ,
45+ "lerna-changelog" : " ^1.0.0 " ,
46+ "mocha" : " ^7.0.1 " ,
47+ "prettier" : " ^1.19.1 " ,
48+ "release-it" : " ^12.4.3 " ,
4949 "release-it-lerna-changelog" : " ^1.0.3" ,
50- "rimraf" : " ^3.0.0 " ,
51- "temp" : " ^0.9.0 "
50+ "rimraf" : " ^3.0.1 " ,
51+ "temp" : " ^0.9.1 "
5252 },
5353 "engines" : {
5454 "node" : " 10.* || >=12"
You can’t perform that action at this time.
0 commit comments