Skip to content

Commit

Permalink
Update dependency @types/jest to v27.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 23, 2022
1 parent 3e793cf commit 5c4044b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Expand Up @@ -19,7 +19,7 @@
"@storybook/addon-storyshots": "6.4.19",
"@storybook/cli": "6.4.19",
"@storybook/react": "6.4.19",
"@types/jest": "27.4.0",
"@types/jest": "27.4.1",
"@types/react-dom": "17.0.11",
"@types/react-router-dom": "5.3.3",
"@types/storybook-react-router": "1.0.1",
Expand Down
12 changes: 10 additions & 2 deletions frontend/yarn.lock
Expand Up @@ -3472,14 +3472,22 @@
dependencies:
"@types/jest" "*"

"@types/jest@*", "@types/jest@27.4.0":
"@types/jest@*":
version "27.4.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed"
integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==
dependencies:
jest-diff "^27.0.0"
pretty-format "^27.0.0"

"@types/jest@27.4.1":
version "27.4.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
dependencies:
jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0"

"@types/jest@^26.0.16":
version "26.0.24"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
Expand Down Expand Up @@ -9741,7 +9749,7 @@ jest-matcher-utils@^26.6.2:
jest-get-type "^26.3.0"
pretty-format "^26.6.2"

jest-matcher-utils@^27.5.1:
jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
version "27.5.1"
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==
Expand Down

0 comments on commit 5c4044b

Please sign in to comment.