File tree Expand file tree Collapse file tree 4 files changed +316
-192
lines changed
Expand file tree Collapse file tree 4 files changed +316
-192
lines changed Original file line number Diff line number Diff line change 5050 "@shopify/eslint-plugin-cli" : " file:packages/eslint-plugin-cli" ,
5151 "@shopify/generate-docs" : " 0.15.6" ,
5252 "@types/node" : " 18.19.70" ,
53- "@types/tmp" : " ^0.2.3 " ,
53+ "@types/tmp" : " ^0.2.5 " ,
5454 "@typescript-eslint/parser" : " 7.18.0" ,
5555 "@vitest/coverage-istanbul" : " ^3.1.4" ,
5656 "ansi-colors" : " ^4.1.3" ,
7676 "pin-github-action" : " ^3.3.1" ,
7777 "react" : " 17.0.2" ,
7878 "rimraf" : " ^3.0.2" ,
79- "tmp" : " ^0.2.4 " ,
79+ "tmp" : " ^0.2.5 " ,
8080 "ts-node" : " ^10.9.1" ,
8181 "typescript" : " 5.8.3" ,
8282 "vitest" : " ^3.1.4" ,
Original file line number Diff line number Diff line change 2727 }
2828 },
2929 "devDependencies" : {
30- "@cucumber/cucumber" : " ^9.4 .0" ,
31- "@cucumber/messages" : " 22.0 .0" ,
32- "@cucumber/pretty-formatter" : " 1.0.0 " ,
30+ "@cucumber/cucumber" : " ^12.2 .0" ,
31+ "@cucumber/messages" : " 30.1 .0" ,
32+ "@cucumber/pretty-formatter" : " 2.4.1 " ,
3333 "@types/fs-extra" : " ^9.0.13" ,
3434 "@types/rimraf" : " ^3.0.2" ,
3535 "fs-extra" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 33 "include" : [" ./**/*.ts" , " ./**/*.js" ],
44 "exclude" : [" ./dist" ],
55 "compilerOptions" : {
6- "outDir" : " dist"
6+ "outDir" : " dist" ,
7+ "types" : [" node" , " vitest/importMeta" ]
78 },
89 "references" : [
910 {"path" : " ../cli-kit" }
You can’t perform that action at this time.
0 commit comments