@storybook/test 8.5.0-alpha.8 → 8.5.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +21 -15
- package/dist/index.mjs +21 -15
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/test",
|
3
|
-
"version": "8.5.0-
|
3
|
+
"version": "8.5.0-beta.0",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -43,9 +43,9 @@
|
|
43
43
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@storybook/csf": "
|
46
|
+
"@storybook/csf": "0.1.12",
|
47
47
|
"@storybook/global": "^5.0.0",
|
48
|
-
"@storybook/instrumenter": "8.5.0-
|
48
|
+
"@storybook/instrumenter": "8.5.0-beta.0",
|
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.5.0-
|
63
|
+
"storybook": "^8.5.0-beta.0"
|
64
64
|
},
|
65
65
|
"publishConfig": {
|
66
66
|
"access": "public"
|