File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 "moon-unit" : " 0.2.2" ,
6363 "npm" : " 8.15.0" ,
6464 "npm-run-all" : " ^4.1.5" ,
65- "p-timeout" : " ^5.1 .0" ,
65+ "p-timeout" : " ^6.0 .0" ,
6666 "phantomjs-prebuilt" : " ~2.1.16" ,
67- "playwright" : " ^1.24.0 " ,
67+ "playwright" : " ^1.24.1 " ,
6868 "promises-aplus-tests" : " ^2.1.2" ,
6969 "promises-es6-tests" : " ~0.5.0" ,
7070 "qunit" : " ^2.19.1" ,
7171 "semver" : " ^7.3.7" ,
7272 "terser" : " ^5.14.2" ,
7373 "test262" : " github:tc39/test262" ,
7474 "test262-harness" : " ^10.0.0" ,
75- "webpack" : " ^5.73 .0" ,
75+ "webpack" : " ^5.74 .0" ,
7676 "webpack-cli" : " ^4.10.0" ,
7777 "zx" : " ^7.0.7"
7878 },
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ await Promise.all(Array(Math.ceil(os.cpus().length / 2)).fill().map(async () =>
3535 core: !!window['__core-js_shared__'] || !!window.core || !!window._babelPolyfill,
3636 modern: window['__core-js_shared__']?.versions,
3737 legacy: window.core?.version,
38- })` ) , 1e4 ) ;
38+ })` ) , { milliseconds : 1e4 } ) ;
3939 const versions = modern ? modern . map ( ( { version, mode } ) => `${ version } (${ mode } mode)` ) : legacy ? [ legacy ] : [ ] ;
4040
4141 await page . close ( ) ;
You can’t perform that action at this time.
0 commit comments