@storybook/addon-controls 8.5.0-beta.7 → 8.5.0-beta.8
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/addon-controls",
|
3
|
-
"version": "8.5.0-beta.
|
3
|
+
"version": "8.5.0-beta.8",
|
4
4
|
"description": "Interact with component inputs dynamically in the Storybook UI",
|
5
5
|
"keywords": [
|
6
6
|
"addon",
|
@@ -55,13 +55,13 @@
|
|
55
55
|
"ts-dedent": "^2.0.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@storybook/blocks": "8.5.0-beta.
|
58
|
+
"@storybook/blocks": "8.5.0-beta.8",
|
59
59
|
"@storybook/icons": "^1.2.12",
|
60
60
|
"react": "^18.2.0",
|
61
61
|
"react-dom": "^18.2.0"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|
64
|
-
"storybook": "^8.5.0-beta.
|
64
|
+
"storybook": "^8.5.0-beta.8"
|
65
65
|
},
|
66
66
|
"publishConfig": {
|
67
67
|
"access": "public"
|