@storybook/test 8.6.0-alpha.2 → 8.6.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/test",
|
3
|
-
"version": "8.6.0-alpha.
|
3
|
+
"version": "8.6.0-alpha.3",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"dependencies": {
|
46
46
|
"@storybook/csf": "0.1.12",
|
47
47
|
"@storybook/global": "^5.0.0",
|
48
|
-
"@storybook/instrumenter": "8.6.0-alpha.
|
48
|
+
"@storybook/instrumenter": "8.6.0-alpha.3",
|
49
49
|
"@testing-library/dom": "10.4.0",
|
50
50
|
"@testing-library/jest-dom": "6.5.0",
|
51
51
|
"@testing-library/user-event": "14.5.2",
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"typescript": "^5.3.2"
|
61
61
|
},
|
62
62
|
"peerDependencies": {
|
63
|
-
"storybook": "^8.6.0-alpha.
|
63
|
+
"storybook": "^8.6.0-alpha.3"
|
64
64
|
},
|
65
65
|
"publishConfig": {
|
66
66
|
"access": "public"
|