Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: Downgrade jest-mock #23597

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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