@storybook/addon-controls 8.5.0 → 8.6.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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",
3
+ "version": "8.6.0-alpha.1",
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",
58
+ "@storybook/blocks": "8.6.0-alpha.1",
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"
64
+ "storybook": "^8.6.0-alpha.1"
65
65
  },
66
66
  "publishConfig": {
67
67
  "access": "public"