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

Update dependency @storybook/testing-library to v0.2.2 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@storybook/blocks": "7.4.5",
"@storybook/nextjs": "7.4.5",
"@storybook/react": "7.4.5",
"@storybook/testing-library": "0.2.0",
"@storybook/testing-library": "0.2.2",
"chromatic": "7.2.0",
"dotenv": "16.3.1",
"eslint-plugin-storybook": "0.6.13",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4445,14 +4445,14 @@ __metadata:
languageName: node
linkType: hard

"@storybook/testing-library@npm:0.2.0":
version: 0.2.0
resolution: "@storybook/testing-library@npm:0.2.0"
"@storybook/testing-library@npm:0.2.2":
version: 0.2.2
resolution: "@storybook/testing-library@npm:0.2.2"
dependencies:
"@testing-library/dom": ^9.0.0
"@testing-library/user-event": ^14.0.0
"@testing-library/user-event": ^14.4.0
ts-dedent: ^2.2.0
checksum: 1c1c16aea6f961de344f5d43bdfd2847bc5f44df1037c2e1383312bb6b842e2c17a805670fc9cfe1a8425f9e48e240fe5d025ab3d4802a198cfe9eb6ed8e7636
checksum: 8ccdc1fbbb3472264c56b0aaf2f1c5d273f1ae9b230a53adf9cf82bf82c1a555550894f0e8869c206fa07b1fe8423da4d56590377756c58de3ec560b35a96c46
languageName: node
linkType: hard

Expand Down Expand Up @@ -4687,12 +4687,12 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/user-event@npm:^14.0.0":
version: 14.4.3
resolution: "@testing-library/user-event@npm:14.4.3"
"@testing-library/user-event@npm:^14.4.0":
version: 14.5.1
resolution: "@testing-library/user-event@npm:14.5.1"
peerDependencies:
"@testing-library/dom": ">=7.21.4"
checksum: 852c48ea6db1c9471b18276617c84fec4320771e466cd58339a732ca3fd73ad35e5a43ae14f51af51a8d0a150dcf60fcaab049ef367871207bea8f92c4b8195e
checksum: 3e6bc9fd53dfe2f3648190193ed2fd4bca2a1bfb47f68810df3b33f05412526e5fd5c4ef9dc5375635e0f4cdf1859916867b597eed22bda1321e04242ea6c519
languageName: node
linkType: hard

Expand Down Expand Up @@ -14677,7 +14677,7 @@ __metadata:
"@storybook/blocks": 7.4.5
"@storybook/nextjs": 7.4.5
"@storybook/react": 7.4.5
"@storybook/testing-library": 0.2.0
"@storybook/testing-library": 0.2.2
"@tanstack/react-query": 4.35.3
"@types/marked": 5.0.1
"@types/node": 18.15.11
Expand Down
Loading