Skip to content

Commit

Permalink
* Update puppeteer to v15.3.2 and remove temporary workaround for per…
Browse files Browse the repository at this point in the history
…formance

- ESM performance fixed by puppeteer team puppeteer/puppeteer#8650
  • Loading branch information
feesler committed Jul 8, 2022
1 parent 1e607a6 commit 4408f94
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 82 deletions.
158 changes: 79 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jezve-test",
"version": "0.20.3",
"version": "0.20.5",
"description": "Testing utility written from scratch",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/feesler/JezveTest#readme",
"dependencies": {
"chalk": "^2.4.2",
"puppeteer": "^15.3.1"
"puppeteer": "^15.3.2"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
Expand Down
2 changes: 1 addition & 1 deletion src/env/NodeEnvironment.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import process from 'process';
import http from 'http';
import https from 'https';
import puppeteer from 'puppeteer/lib/cjs/puppeteer/puppeteer.js';
import puppeteer from 'puppeteer';
import chalk from 'chalk';
import {
formatTime,
Expand Down

0 comments on commit 4408f94

Please sign in to comment.