@storybook/addon-highlight 7.6.0-beta.2 → 7.6.1

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 +3 -3
package/README.md CHANGED
@@ -8,7 +8,7 @@ Use it to call attention to particular parts of the story. Or use it to enhance
8
8
 
9
9
  ## Usage
10
10
 
11
- This addon requires Storybook 6.5 or later. Highlight is part of [essentials](https://storybook.js.org/docs/react/essentials/introduction) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run the following command:
11
+ This addon requires Storybook 6.5 or later. Highlight is part of [essentials](https://storybook.js.org/docs/react/essentials) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run the following command:
12
12
 
13
13
  yarn:
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-highlight",
3
- "version": "7.6.0-beta.2",
3
+ "version": "7.6.1",
4
4
  "description": "Highlight DOM nodes within your stories",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -51,8 +51,8 @@
51
51
  "@storybook/global": "^5.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@storybook/core-events": "7.6.0-beta.2",
55
- "@storybook/preview-api": "7.6.0-beta.2",
54
+ "@storybook/core-events": "7.6.1",
55
+ "@storybook/preview-api": "7.6.1",
56
56
  "@types/webpack-env": "^1.16.0",
57
57
  "typescript": "~4.9.3"
58
58
  },