@storybook/react-webpack5 7.0.0-beta.48 → 7.0.0-beta.49
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.d.ts +1 -1
- package/package.json +5 -5
package/dist/preset.d.ts
CHANGED
@@ -720,7 +720,7 @@ PackageJson$1.NonStandardEntryPoints &
|
|
720
720
|
PackageJson$1.TypeScriptConfiguration &
|
721
721
|
PackageJson$1.YarnConfiguration &
|
722
722
|
PackageJson$1.JSPMConfiguration;
|
723
|
-
|
723
|
+
type Tag = string;
|
724
724
|
interface Parameters {
|
725
725
|
[name: string]: any;
|
726
726
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.49",
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -48,9 +48,9 @@
|
|
48
48
|
"prep": "../../../scripts/prepare/bundle.ts"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@storybook/builder-webpack5": "7.0.0-beta.
|
52
|
-
"@storybook/preset-react-webpack": "7.0.0-beta.
|
53
|
-
"@storybook/react": "7.0.0-beta.
|
51
|
+
"@storybook/builder-webpack5": "7.0.0-beta.49",
|
52
|
+
"@storybook/preset-react-webpack": "7.0.0-beta.49",
|
53
|
+
"@storybook/react": "7.0.0-beta.49",
|
54
54
|
"@types/node": "^16.0.0"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|
@@ -83,5 +83,5 @@
|
|
83
83
|
],
|
84
84
|
"platform": "node"
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "a2b4f0b42ee2b071390794bbdf99d0366fa32472"
|
87
87
|
}
|