Skip to content

Commit 3def57f

Browse files
committed
Replace cli-table3 with cli-table
The former was incredibly unperformant [1]. [1] cli-table/cli-table3#68
1 parent f0ec1b7 commit 3def57f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/diagnostics/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
getTestFiles,
1313
} from "@badeball/cypress-configuration";
1414
import { addAlias } from "module-alias";
15-
import Table from "cli-table3";
15+
import Table from "cli-table";
1616
import ancestor from "common-ancestor-path";
1717
import { resolve as resolvePreprocessorConfiguration } from "../preprocessor-configuration";
1818
import { Position } from "../source-map";

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@cucumber/tag-expressions": "^4.1.0",
5656
"base64-js": "^1.5.1",
5757
"chalk": "^4.1.2",
58-
"cli-table3": "^0.6.2",
58+
"cli-table": "^0.3.11",
5959
"common-ancestor-path": "^1.0.1",
6060
"cosmiconfig": "^7.0.1",
6161
"debug": "^4.2.0",
@@ -75,6 +75,7 @@
7575
"@cucumber/pretty-formatter": "^1.0.0-alpha.0",
7676
"@cypress/browserify-preprocessor": "^3.0.2",
7777
"@cypress/webpack-preprocessor": "^5.11.1",
78+
"@types/cli-table": "^0.3.1",
7879
"@types/common-ancestor-path": "^1.0.0",
7980
"@types/debug": "^4.1.7",
8081
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)