Skip to content

Commit

Permalink
Merge pull request #23597 from storybookjs/norbert/downgrade-jest-mock
Browse files Browse the repository at this point in the history
Dependencies: Downgrade `jest-mock`
  • Loading branch information
ndelangen committed Jul 25, 2023
2 parents dcbf72a + fde1294 commit 2050097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/addons/interactions/package.json
Expand Up @@ -82,7 +82,7 @@
"@storybook/preview-api": "7.2.0-alpha.0",
"@storybook/theming": "7.2.0-alpha.0",
"@storybook/types": "7.2.0-alpha.0",
"jest-mock": "^29.5.0",
"jest-mock": "^27.0.6",
"polished": "^4.2.2",
"ts-dedent": "^2.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions code/yarn.lock
Expand Up @@ -5761,7 +5761,7 @@ __metadata:
"@storybook/types": 7.2.0-alpha.0
"@types/node": ^16.0.0
formik: ^2.2.9
jest-mock: ^29.5.0
jest-mock: ^27.0.6
polished: ^4.2.2
ts-dedent: ^2.2.0
typescript: ~4.9.3
Expand Down Expand Up @@ -19787,7 +19787,7 @@ __metadata:
languageName: node
linkType: hard

"jest-mock@npm:^27.3.0":
"jest-mock@npm:^27.0.6, jest-mock@npm:^27.3.0":
version: 27.5.1
resolution: "jest-mock@npm:27.5.1"
dependencies:
Expand All @@ -19797,7 +19797,7 @@ __metadata:
languageName: node
linkType: hard

"jest-mock@npm:^29.5.0, jest-mock@npm:^29.6.1":
"jest-mock@npm:^29.6.1":
version: 29.6.1
resolution: "jest-mock@npm:29.6.1"
dependencies:
Expand Down

0 comments on commit 2050097

Please sign in to comment.