Skip to content

Commit

Permalink
1.6.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed May 10, 2021
1 parent d9aae28 commit 7b651d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-playwright-preset",
"version": "1.6.0-rc1",
"version": "1.6.0-rc2",
"main": "index.js",
"description": "Running tests using Jest & Playwright.",
"license": "MIT",
Expand Down Expand Up @@ -52,7 +52,10 @@
"uuid": "^8.3.2"
},
"peerDependencies": {
"jest": "^26.6.3"
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest-environment-node": "^26.6.2",
"jest-runner": "^26.6.3"
},
"devDependencies": {
"@types/debug": "4.1.5",
Expand Down

0 comments on commit 7b651d7

Please sign in to comment.