@storybook/web-components-webpack5 7.0.2 → 7.0.3
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.
- package/README.md +1 -1
- 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 web_components
|
|
17
|
+
npx storybook@latest init -t web_components
|
|
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/web-components-webpack5",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3",
|
|
4
4
|
"description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@babel/preset-env": "^7.20.2",
|
|
55
|
-
"@storybook/builder-webpack5": "7.0.
|
|
56
|
-
"@storybook/core-common": "7.0.
|
|
57
|
-
"@storybook/preset-web-components-webpack": "7.0.
|
|
58
|
-
"@storybook/web-components": "7.0.
|
|
55
|
+
"@storybook/builder-webpack5": "7.0.3",
|
|
56
|
+
"@storybook/core-common": "7.0.3",
|
|
57
|
+
"@storybook/preset-web-components-webpack": "7.0.3",
|
|
58
|
+
"@storybook/web-components": "7.0.3",
|
|
59
59
|
"@types/node": "^16.0.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
],
|
|
81
81
|
"platform": "node"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "71877c1f4ba6b2d8829adc200a9c4bb09f7bfc37"
|
|
84
84
|
}
|