Skip to content

Commit

Permalink
fix yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 21, 2023
1 parent 2e5e6fe commit 4257f39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/lib/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@storybook/client-logger": "workspace:^",
"@storybook/core-events": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@storybook/instrumenter": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/user-event": "^14.4.3",
Expand Down
6 changes: 4 additions & 2 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6896,7 +6896,7 @@ __metadata:
languageName: node
linkType: hard

"@storybook/core-events@workspace:*, @storybook/core-events@workspace:lib/core-events":
"@storybook/core-events@workspace:*, @storybook/core-events@workspace:^, @storybook/core-events@workspace:lib/core-events":
version: 0.0.0-use.local
resolution: "@storybook/core-events@workspace:lib/core-events"
dependencies:
Expand Down Expand Up @@ -7664,7 +7664,7 @@ __metadata:
languageName: unknown
linkType: soft

"@storybook/preview-api@workspace:*, @storybook/preview-api@workspace:lib/preview-api":
"@storybook/preview-api@workspace:*, @storybook/preview-api@workspace:^, @storybook/preview-api@workspace:lib/preview-api":
version: 0.0.0-use.local
resolution: "@storybook/preview-api@workspace:lib/preview-api"
dependencies:
Expand Down Expand Up @@ -8200,7 +8200,9 @@ __metadata:
resolution: "@storybook/test@workspace:lib/test"
dependencies:
"@storybook/client-logger": "workspace:^"
"@storybook/core-events": "workspace:^"
"@storybook/instrumenter": "workspace:^"
"@storybook/preview-api": "workspace:^"
"@testing-library/dom": ^9.3.1
"@testing-library/jest-dom": ^6.1.3
"@testing-library/user-event": ^14.4.3
Expand Down

0 comments on commit 4257f39

Please sign in to comment.