Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: e2e-boilerplate/puppeteer-commonjs-jest-expect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b9ccda19b4e0e0b903d2fa74ad842b47bdebfd81
Choose a base ref
..
head repository: e2e-boilerplate/puppeteer-commonjs-jest-expect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42a393c56f70e1bcbd3de8499ab3be28bb95116b
Choose a head ref
Showing with 101 additions and 101 deletions.
  1. +100 −100 package-lock.json
  2. +1 −1 package.json
200 changes: 100 additions & 100 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"url": "https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect/issues"
},
"dependencies": {
"jest": "27.4.4",
"jest": "27.4.5",
"puppeteer": "5.5.0"
},
"description": "Puppeteer end-to-end test automation boilerplate. Using Commonjs, Jest and Expect.",