Skip to content

Commit 79ef37a

Browse files
fix(deps): update dependency @storybook/testing-react to v2
1 parent 5073073 commit 79ef37a

7 files changed

+23
-16
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@storybook/node-logger": "^6.5.16",
5050
"@storybook/preset-create-react-app": "^4.1.2",
5151
"@storybook/react": "^6.5.16",
52-
"@storybook/testing-react": "^1.3.0",
52+
"@storybook/testing-react": "^2.0.1",
5353
"@storybook/theming": "^6.5.16",
5454
"@testing-library/jest-dom": "^5.17.0",
5555
"@testing-library/react": "^14.2.1",

yarn.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3159,7 +3159,7 @@ __metadata:
31593159
"@storybook/node-logger": ^6.5.16
31603160
"@storybook/preset-create-react-app": ^4.1.2
31613161
"@storybook/react": ^6.5.16
3162-
"@storybook/testing-react": ^1.3.0
3162+
"@storybook/testing-react": ^2.0.1
31633163
"@storybook/theming": ^6.5.16
31643164
"@testing-library/jest-dom": ^5.17.0
31653165
"@testing-library/react": ^14.2.1
@@ -4422,12 +4422,12 @@ __metadata:
44224422
languageName: node
44234423
linkType: hard
44244424

4425-
"@storybook/csf@npm:0.0.2--canary.87bc651.0":
4426-
version: 0.0.2--canary.87bc651.0
4427-
resolution: "@storybook/csf@npm:0.0.2--canary.87bc651.0"
4425+
"@storybook/csf@npm:^0.1.0":
4426+
version: 0.1.3
4427+
resolution: "@storybook/csf@npm:0.1.3"
44284428
dependencies:
4429-
lodash: ^4.17.15
4430-
checksum: 1533ff81f7fb59c06fc608f452de3cfcafba5806da68dd2c88813e8284a7aa1c158daee6a58b028b7ccd03d96974b5d3727deaae1d1d38e304b2a7cdcd8a678d
4429+
type-fest: ^2.19.0
4430+
checksum: 10cfff741aff812a0437e5468a9bc0cd13d284fe8178c3b70dda3cddc18809c4e86b1fa1b91f4fc2d8bdfc1ae23bfb1259e42cf64d04274a214d9f00b0f05255
44314431
languageName: node
44324432
linkType: hard
44334433

@@ -4824,18 +4824,18 @@ __metadata:
48244824
languageName: node
48254825
linkType: hard
48264826

4827-
"@storybook/testing-react@npm:^1.3.0":
4828-
version: 1.3.0
4829-
resolution: "@storybook/testing-react@npm:1.3.0"
4827+
"@storybook/testing-react@npm:^2.0.1":
4828+
version: 2.0.1
4829+
resolution: "@storybook/testing-react@npm:2.0.1"
48304830
dependencies:
4831-
"@storybook/csf": 0.0.2--canary.87bc651.0
4831+
"@storybook/csf": ^0.1.0
48324832
peerDependencies:
4833-
"@storybook/addons": ">=6.4.0"
4834-
"@storybook/client-api": ">=6.4.0"
4835-
"@storybook/preview-web": ">=6.4.0"
4836-
"@storybook/react": ">=6.4.0"
4833+
"@storybook/client-logger": ^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0
4834+
"@storybook/preview-api": ^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0
4835+
"@storybook/react": ^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0
4836+
"@storybook/types": ^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0
48374837
react: ^16.8.0 || ^17.0.0 || ^18.0.0
4838-
checksum: f7da948bfc100b7a3d8f3ddf02e8d610da80344904761ecdaa7a575dcc312c921ef4a28663edcc719aee587b14716643147b0e10414fa17abb740056cf9e80b5
4838+
checksum: efc32621c0b606409b622887832a2c86bc94f1d1012957f59c4d804d4b9414146dae7e50c8419bba1c85c0fc08feafbc4a4179a21cbda05fdb3ca4b891892dac
48394839
languageName: node
48404840
linkType: hard
48414841

@@ -21213,6 +21213,13 @@ __metadata:
2121321213
languageName: node
2121421214
linkType: hard
2121521215

21216+
"type-fest@npm:^2.19.0":
21217+
version: 2.19.0
21218+
resolution: "type-fest@npm:2.19.0"
21219+
checksum: a4ef07ece297c9fba78fc1bd6d85dff4472fe043ede98bd4710d2615d15776902b595abf62bd78339ed6278f021235fb28a96361f8be86ed754f778973a0d278
21220+
languageName: node
21221+
linkType: hard
21222+
2121621223
"type-is@npm:~1.6.18":
2121721224
version: 1.6.18
2121821225
resolution: "type-is@npm:1.6.18"

0 commit comments

Comments
 (0)