Skip to content

Commit

Permalink
Upgrade puppeteer and playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Jian Liao committed Jun 30, 2022
1 parent 054fc2a commit a0edd05
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"mocha": "^9.1.3",
"mockery": "^2.1.0",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-modal": "^3.12.1",
"react-redux": "^7.2.2",
"react-sticky": "^6.0.3",
Expand All @@ -98,9 +98,9 @@
"open": "^8.0.2",
"os": "^0.1.2",
"p-map": "^4.0.0",
"playwright": "^1.22.0",
"playwright": "^1.23.0",
"portfinder": "^1.0.28",
"puppeteer": "^14.2.1",
"puppeteer": "^15.2.0",
"super-simple-web-server": "^1.1.2",
"temp": "^0.9.4"
}
Expand Down

0 comments on commit a0edd05

Please sign in to comment.