Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 27, 2022
1 parent d96cf26 commit 619c9a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@
"moon-unit": "0.2.2",
"npm": "8.15.0",
"npm-run-all": "^4.1.5",
"p-timeout": "^5.1.0",
"p-timeout": "^6.0.0",
"phantomjs-prebuilt": "~2.1.16",
"playwright": "^1.24.0",
"playwright": "^1.24.1",
"promises-aplus-tests": "^2.1.2",
"promises-es6-tests": "~0.5.0",
"qunit": "^2.19.1",
"semver": "^7.3.7",
"terser": "^5.14.2",
"test262": "github:tc39/test262",
"test262-harness": "^10.0.0",
"webpack": "^5.73.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"zx": "^7.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/usage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ await Promise.all(Array(Math.ceil(os.cpus().length / 2)).fill().map(async () =>
core: !!window['__core-js_shared__'] || !!window.core || !!window._babelPolyfill,
modern: window['__core-js_shared__']?.versions,
legacy: window.core?.version,
})`), 1e4);
})`), { milliseconds: 1e4 });
const versions = modern ? modern.map(({ version, mode }) => `${ version } (${ mode } mode)`) : legacy ? [legacy] : [];

await page.close();
Expand Down

0 comments on commit 619c9a5

Please sign in to comment.