File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
getTestFiles ,
13
13
} from "@badeball/cypress-configuration" ;
14
14
import { addAlias } from "module-alias" ;
15
- import Table from "cli-table3 " ;
15
+ import Table from "cli-table " ;
16
16
import ancestor from "common-ancestor-path" ;
17
17
import { resolve as resolvePreprocessorConfiguration } from "../preprocessor-configuration" ;
18
18
import { Position } from "../source-map" ;
Original file line number Diff line number Diff line change 55
55
"@cucumber/tag-expressions" : " ^4.1.0" ,
56
56
"base64-js" : " ^1.5.1" ,
57
57
"chalk" : " ^4.1.2" ,
58
- "cli-table3 " : " ^0.6.2 " ,
58
+ "cli-table " : " ^0.3.11 " ,
59
59
"common-ancestor-path" : " ^1.0.1" ,
60
60
"cosmiconfig" : " ^7.0.1" ,
61
61
"debug" : " ^4.2.0" ,
75
75
"@cucumber/pretty-formatter" : " ^1.0.0-alpha.0" ,
76
76
"@cypress/browserify-preprocessor" : " ^3.0.2" ,
77
77
"@cypress/webpack-preprocessor" : " ^5.11.1" ,
78
+ "@types/cli-table" : " ^0.3.1" ,
78
79
"@types/common-ancestor-path" : " ^1.0.0" ,
79
80
"@types/debug" : " ^4.1.7" ,
80
81
"@types/fs-extra" : " ^9.0.13" ,
You can’t perform that action at this time.
0 commit comments