1111 "postpack" : " rm -f oclif.manifest.json" ,
1212 "prepack" : " pnpm compile && oclif manifest && oclif readme" ,
1313 "version" : " oclif readme && git add README.md" ,
14- "test:report" : " tsc -p test && nyc --reporter=lcov --extension .ts mocha --forbid-only \" test/**/*.test.ts\" " ,
15- "pretest" : " tsc -p test" ,
16- "test" : " nyc --extension .ts mocha --forbid-only \" test/**/*.test.ts\" " ,
17- "posttest" : " npm run lint" ,
18- "lint" : " eslint src/**/*.ts" ,
19- "format" : " eslint src/**/*.ts --fix" ,
20- "test:integration" : " mocha --forbid-only \" test/integration/*.test.ts\" " ,
21- "test:unit" : " mocha --forbid-only \" test/unit/**/*.test.ts\" " ,
22- "test:unit:report" : " nyc --extension .ts mocha --forbid-only \" test/unit/**/*.test.ts\" "
14+ "test" : " mocha \" test/unit/**/*.test.ts\" " ,
15+ "lint" : " eslint src/**/*.ts"
2316 },
2417 "dependencies" : {
2518 "@contentstack/cli-command" : " ~2.0.0-beta.5" ,
2619 "@contentstack/cli-utilities" : " ~2.0.0-beta.5" ,
27- "@oclif/core" : " ^4.3.0 " ,
28- "@oclif/plugin-help" : " ^6.2.28 " ,
20+ "@oclif/core" : " ^4.10.5 " ,
21+ "@oclif/plugin-help" : " ^6.2.44 " ,
2922 "otplib" : " ^12.0.1"
3023 },
24+ "overrides" : {
25+ "@oclif/core" : {
26+ "picomatch" : " ^4.0.4"
27+ }
28+ },
3129 "devDependencies" : {
3230 "@fancy-test/nock" : " ^0.1.1" ,
33- "@oclif/plugin-help" : " ^6.2.28 " ,
34- "@oclif/test" : " ^4.1.13 " ,
31+ "@oclif/plugin-help" : " ^6.2.44 " ,
32+ "@oclif/test" : " ^4.1.18 " ,
3533 "@types/chai" : " ^4.3.20" ,
3634 "@types/mkdirp" : " ^1.0.2" ,
3735 "@types/mocha" : " ^8.2.3" ,
3836 "@types/node" : " ^14.18.63" ,
39- "@types/sinon" : " ^21.0.0 " ,
37+ "@types/sinon" : " ^21.0.1 " ,
4038 "chai" : " ^4.5.0" ,
41- "dotenv" : " ^16.4.7 " ,
39+ "dotenv" : " ^16.6.1 " ,
4240 "eslint" : " ^8.57.1" ,
4341 "eslint-config-oclif" : " ^5.2.2" ,
4442 "eslint-config-oclif-typescript" : " ^3.1.14" ,
4543 "mocha" : " 10.8.2" ,
4644 "nyc" : " ^15.1.0" ,
47- "oclif" : " ^4.17.46 " ,
48- "sinon" : " ^21.0.1 " ,
45+ "oclif" : " ^4.23.0 " ,
46+ "sinon" : " ^21.1.2 " ,
4947 "ts-node" : " ^10.9.2" ,
5048 "typescript" : " ^4.9.5"
5149 },
8179 }
8280 },
8381 "repository" : " contentstack/cli"
84- }
82+ }
0 commit comments