@storybook/html-webpack5 7.1.0-alpha.0 → 7.1.0-alpha.2

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 +6 -6
package/README.md CHANGED
@@ -14,7 +14,7 @@ So you can develop UI components in isolation without worrying about app specifi
14
14
 
15
15
  ```sh
16
16
  cd my-app
17
- npx storybook init -t html
17
+ npx storybook@latest init -t html
18
18
  ```
19
19
 
20
20
  For more information visit: [storybook.js.org](https://storybook.js.org)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "7.1.0-alpha.0",
3
+ "version": "7.1.0-alpha.2",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,11 +48,11 @@
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/builder-webpack5": "7.1.0-alpha.0",
52
- "@storybook/core-common": "7.1.0-alpha.0",
51
+ "@storybook/builder-webpack5": "7.1.0-alpha.2",
52
+ "@storybook/core-common": "7.1.0-alpha.2",
53
53
  "@storybook/global": "^5.0.0",
54
- "@storybook/html": "7.1.0-alpha.0",
55
- "@storybook/preset-html-webpack": "7.1.0-alpha.0",
54
+ "@storybook/html": "7.1.0-alpha.2",
55
+ "@storybook/preset-html-webpack": "7.1.0-alpha.2",
56
56
  "@types/node": "^16.0.0"
57
57
  },
58
58
  "devDependencies": {
@@ -76,5 +76,5 @@
76
76
  ],
77
77
  "platform": "node"
78
78
  },
79
- "gitHead": "8ff2938f8ac0c2d524ae653cd89251e5cd4721a4"
79
+ "gitHead": "3f0c9a6636b9e69006ffb841234cf785598e0572"
80
80
  }