Skip to content

Commit

Permalink
update zx
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Aug 10, 2021
1 parent 1f254c6 commit 920121f
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ module.exports = {
chalk: true,
fetch: true,
fs: true,
globby: true,
os: true,
nothrow: true,
question: true,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"eslint-plugin-regexp": "~0.13.2",
"eslint-plugin-sonarjs": "~0.9.1",
"eslint-plugin-unicorn": "^35.0.0",
"globby": "^12.0.0",
"jsonc-eslint-parser": "^1.1.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
Expand All @@ -65,7 +64,7 @@
"terser": "^5.7.1",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2",
"zx": "^2.0.0"
"zx": "^2.1.0"
},
"license": "MIT",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion scripts/build-compat-entries.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { globby } from 'globby';
import konan from 'konan';
import { modules } from 'core-js-compat/src/data.mjs';
import helpers from 'core-js-compat/helpers.js';
Expand Down
1 change: 0 additions & 1 deletion scripts/check-dependencies.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-disable no-console -- output */
import { promisify } from 'util';
import david from 'david';
import { globby } from 'globby';
import semver from 'semver';

const { eq, coerce, minVersion } = semver;
Expand Down
1 change: 0 additions & 1 deletion scripts/check-unused-modules.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable no-console -- output */
import { globby } from 'globby';
import konan from 'konan';
import { modules } from 'core-js-compat/src/data.mjs';

Expand Down
2 changes: 0 additions & 2 deletions scripts/clean-and-copy.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { globby } from 'globby';

const { copy, lstat, pathExists, rm } = fs;
let copied = 0;

Expand Down
1 change: 0 additions & 1 deletion scripts/update-version.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable no-console -- output */
import { globby } from 'globby';
const PREV_VERSION = require('core-js/package').version;
const NEW_VERSION = require('../package').version;

Expand Down
1 change: 0 additions & 1 deletion tests/commonjs-entries-content.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable no-console -- output */
import { deepStrictEqual, ok } from 'assert';
import { globby } from 'globby';
import konan from 'konan';

const allModules = require('core-js-compat/modules');
Expand Down

0 comments on commit 920121f

Please sign in to comment.