@storybook/core-webpack 9.1.2 → 9.1.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.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,3 +7,5 @@ This is a lot of code extracted for convenience, not because it made sense.
|
|
|
7
7
|
Supporting multiple version of webpack and this duplicating a large portion of code that was never meant to be generic caused this.
|
|
8
8
|
|
|
9
9
|
At some point we'll refactor this, it's likely a lot of this code is dead or barely used.
|
|
10
|
+
|
|
11
|
+
Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/core-webpack",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.4",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"webpack": "5"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"storybook": "^9.1.
|
|
55
|
+
"storybook": "^9.1.4"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|