@storybook/addon-controls 7.6.2 → 7.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -44,7 +44,7 @@ Addon-knobs is one of Storybook's most popular addons with over 1M weekly downlo
44
44
 
45
45
  Therefore, rather than deprecating addon-knobs immediately, we will continue to release knobs with the Storybook core distribution until 7.0. This will give us time to improve Controls based on user feedback, and also give knobs users ample time to migrate.
46
46
 
47
- If you are somehow tied to knobs or prefer the knobs interface, we are happy to take on maintainers for the knobs project. If this interests you, hop on our [Discord](https://discord.gg/storybook).
47
+ If you are somehow tied to knobs or prefer the knobs interface, we are happy to take on maintainers for the knobs project. If this interests you, please get in touch with us in the [`#contributing`](https://discord.com/channels/486522875931656193/839297503446695956) Discord channel.
48
48
 
49
49
  ### How do I migrate from addon-knobs?
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-controls",
3
- "version": "7.6.2",
3
+ "version": "7.6.4",
4
4
  "description": "Interact with component inputs dynamically in the Storybook UI",
5
5
  "keywords": [
6
6
  "addon",
@@ -51,19 +51,19 @@
51
51
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/addon-bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/blocks": "7.6.2",
54
+ "@storybook/blocks": "7.6.4",
55
55
  "lodash": "^4.17.21",
56
56
  "ts-dedent": "^2.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@storybook/client-logger": "7.6.2",
60
- "@storybook/components": "7.6.2",
61
- "@storybook/core-common": "7.6.2",
62
- "@storybook/manager-api": "7.6.2",
63
- "@storybook/node-logger": "7.6.2",
64
- "@storybook/preview-api": "7.6.2",
65
- "@storybook/theming": "7.6.2",
66
- "@storybook/types": "7.6.2",
59
+ "@storybook/client-logger": "7.6.4",
60
+ "@storybook/components": "7.6.4",
61
+ "@storybook/core-common": "7.6.4",
62
+ "@storybook/manager-api": "7.6.4",
63
+ "@storybook/node-logger": "7.6.4",
64
+ "@storybook/preview-api": "7.6.4",
65
+ "@storybook/theming": "7.6.4",
66
+ "@storybook/types": "7.6.4",
67
67
  "react": "^16.8.0",
68
68
  "react-dom": "^16.8.0"
69
69
  },