Skip to content

Commit

Permalink
Replace cli-table3 with cli-table
Browse files Browse the repository at this point in the history
The former was incredibly unperformant [1].

[1] cli-table/cli-table3#68
  • Loading branch information
badeball committed Oct 21, 2022
1 parent f0ec1b7 commit 3def57f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/diagnostics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
getTestFiles,
} from "@badeball/cypress-configuration";
import { addAlias } from "module-alias";
import Table from "cli-table3";
import Table from "cli-table";
import ancestor from "common-ancestor-path";
import { resolve as resolvePreprocessorConfiguration } from "../preprocessor-configuration";
import { Position } from "../source-map";
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@cucumber/tag-expressions": "^4.1.0",
"base64-js": "^1.5.1",
"chalk": "^4.1.2",
"cli-table3": "^0.6.2",
"cli-table": "^0.3.11",
"common-ancestor-path": "^1.0.1",
"cosmiconfig": "^7.0.1",
"debug": "^4.2.0",
Expand All @@ -75,6 +75,7 @@
"@cucumber/pretty-formatter": "^1.0.0-alpha.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"@cypress/webpack-preprocessor": "^5.11.1",
"@types/cli-table": "^0.3.1",
"@types/common-ancestor-path": "^1.0.0",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
Expand Down

0 comments on commit 3def57f

Please sign in to comment.