Skip to content

Commit

Permalink
Merge pull request #277 from morfeojs/renovate/jest-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update dependency @types/jest to v28.1.1
  • Loading branch information
mauroerta authored Jun 5, 2022
2 parents 2f10619 + ecae789 commit 0fcbca1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@types/glob": "7.2.0",
"@types/jest": "28.1.0",
"@types/jest": "28.1.1",
"@types/node": "17.0.35",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
Expand Down
2 changes: 1 addition & 1 deletion web-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.2.0",
"@types/jest": "28.1.0",
"@types/jest": "28.1.1",
"@types/node": "16.11.38",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
Expand Down
8 changes: 4 additions & 4 deletions web-extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2417,10 +2417,10 @@
jest-diff "^27.0.0"
pretty-format "^27.0.0"

"@types/[email protected].0":
version "28.1.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.0.tgz#6107d7f8cf46d994e4de23e11f873d61bafe5573"
integrity sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==
"@types/[email protected].1":
version "28.1.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.1.tgz#8c9ba63702a11f8c386ee211280e8b68cb093cd1"
integrity sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==
dependencies:
jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2843,10 +2843,10 @@
jest-diff "^27.0.0"
pretty-format "^27.0.0"

"@types/[email protected].0":
version "28.1.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.0.tgz#6107d7f8cf46d994e4de23e11f873d61bafe5573"
integrity sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==
"@types/[email protected].1":
version "28.1.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.1.tgz#8c9ba63702a11f8c386ee211280e8b68cb093cd1"
integrity sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==
dependencies:
jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0"
Expand Down

0 comments on commit 0fcbca1

Please sign in to comment.