@storybook/html-webpack5 7.2.0-rc.0 → 7.2.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/dist/preset.d.ts +1 -0
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -753,6 +753,7 @@ interface IndexedStory {
753
753
  }
754
754
  interface IndexedCSFFile {
755
755
  meta: {
756
+ id?: string;
756
757
  title?: string;
757
758
  tags?: Tag[];
758
759
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "7.2.0-rc.0",
3
+ "version": "7.2.1",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,11 +47,11 @@
47
47
  "prep": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "7.2.0-rc.0",
51
- "@storybook/core-common": "7.2.0-rc.0",
50
+ "@storybook/builder-webpack5": "7.2.1",
51
+ "@storybook/core-common": "7.2.1",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/html": "7.2.0-rc.0",
54
- "@storybook/preset-html-webpack": "7.2.0-rc.0",
53
+ "@storybook/html": "7.2.1",
54
+ "@storybook/preset-html-webpack": "7.2.1",
55
55
  "@types/node": "^16.0.0"
56
56
  },
57
57
  "devDependencies": {