Skip to content

Commit

Permalink
chore: update example deps (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed May 26, 2021
1 parent f83828a commit 7d10eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"eject": "react-scripts eject"
},
"devDependencies": {
"jest-puppeteer": "^4.4.0",
"puppeteer": "^8.0.0"
"jest-puppeteer": "^5.0.3",
"puppeteer": "^9.1.1"
},
"browserslist": {
"development": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"chalk": "^4.1.1",
"cwd": "^0.10.0",
"jest-dev-server": "^5.0.3",
"jest-environment-node": "^26.6.2",
"jest-environment-node": "^27.0.1",
"merge-deep": "^3.0.3"
}
}

0 comments on commit 7d10eb8

Please sign in to comment.