Skip to content

Commit

Permalink
add necessary peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Aug 24, 2022
1 parent 78f718e commit 692cd7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -113,7 +113,10 @@
"commander": "^9.0.0",
"global": "^4.4.0",
"jest": "^28.0.0",
"jest-circus": "^28.0.0",
"jest-environment-node": "^28.0.0",
"jest-playwright-preset": "^2.0.0",
"jest-runner": "^28.0.0",
"jest-serializer-html": "^7.1.0",
"jest-watch-typeahead": "^2.0.0",
"node-fetch": "^2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -8372,7 +8372,7 @@ jest-changed-files@^28.1.3:
execa "^5.0.0"
p-limit "^3.1.0"

jest-circus@^28.1.3:
jest-circus@^28.0.0, jest-circus@^28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-28.1.3.tgz#d14bd11cf8ee1a03d69902dc47b6bd4634ee00e4"
integrity sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==
Expand Down Expand Up @@ -8481,7 +8481,7 @@ jest-each@^28.1.3:
jest-util "^28.1.3"
pretty-format "^28.1.3"

jest-environment-node@^28.1.3:
jest-environment-node@^28.0.0, jest-environment-node@^28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-28.1.3.tgz#7e74fe40eb645b9d56c0c4b70ca4357faa349be5"
integrity sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==
Expand Down Expand Up @@ -8698,7 +8698,7 @@ jest-resolve@^28.1.3:
resolve.exports "^1.1.0"
slash "^3.0.0"

jest-runner@^28.1.3:
jest-runner@^28.0.0, jest-runner@^28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-28.1.3.tgz#5eee25febd730b4713a2cdfd76bdd5557840f9a1"
integrity sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==
Expand Down

0 comments on commit 692cd7c

Please sign in to comment.