Skip to content

Commit

Permalink
pin cli-table for avoid a broken version
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 17, 2021
1 parent 1aaa9b1 commit 88402dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"babel-loader": "^8.2.3",
"babel-plugin-transform-es2015-modules-simple-commonjs": "~0.3.0",
"babel-plugin-transform-for-of-as-array": "^1.1.1",
"cli-table": "0.3.6",
"confusing-browser-globals": "^1.0.10",
"core-js": "file:./packages/core-js",
"core-js-builder": "file:./packages/core-js-builder",
Expand Down
1 change: 1 addition & 0 deletions scripts/check-dependencies.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const { eq, coerce, minVersion } = semver;
const getDependencies = promisify(david.getDependencies);

const ignoreEverywhere = new Set([
'cli-table',
'moon-unit',
]);

Expand Down

0 comments on commit 88402dc

Please sign in to comment.