Skip to content

Commit

Permalink
feat(): relax puppeteer semver range
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Sep 24, 2019
1 parent d34d0f8 commit f7e08d2
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 @@ -130,12 +130,12 @@
},
"lazyDependencies": {
"@types/jest": "~24.0.13",
"@types/puppeteer": "~1.19.0",
"@types/puppeteer": "^1.19.0",
"jest": "~24.8.0",
"jest-cli": "~24.8.0",
"pixelmatch": "4.0.2",
"puppeteer": "~1.19.0",
"puppeteer-core": "~1.19.0",
"puppeteer": "^1.19.0",
"puppeteer-core": "^1.19.0",
"workbox-build": "~4.3.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/end-to-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/puppeteer": "1.19.1",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"puppeteer": "1.19.0",
"puppeteer": "1.20.0",
"workbox-build": "4.3.1"
},
"jest": {
Expand Down

0 comments on commit f7e08d2

Please sign in to comment.