@storybook/react-webpack5 7.0.0-alpha.57 → 7.0.0-alpha.59
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.d.ts +0 -4
- package/package.json +6 -6
package/dist/preset.d.ts
CHANGED
@@ -971,10 +971,6 @@ interface StorybookConfig {
|
|
971
971
|
staticDirs?: (DirectoryMapping | string)[];
|
972
972
|
logLevel?: string;
|
973
973
|
features?: {
|
974
|
-
/**
|
975
|
-
* Allows to disable deprecated implicit PostCSS loader. (will be removed in 7.0)
|
976
|
-
*/
|
977
|
-
postcss?: boolean;
|
978
974
|
/**
|
979
975
|
* Build stories.json automatically on start/build
|
980
976
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "7.0.0-alpha.
|
3
|
+
"version": "7.0.0-alpha.59",
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -51,14 +51,14 @@
|
|
51
51
|
"prep": "../../../scripts/prepare/bundle.ts"
|
52
52
|
},
|
53
53
|
"dependencies": {
|
54
|
-
"@storybook/builder-webpack5": "7.0.0-alpha.
|
55
|
-
"@storybook/preset-react-webpack": "7.0.0-alpha.
|
56
|
-
"@storybook/react": "7.0.0-alpha.
|
54
|
+
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
55
|
+
"@storybook/preset-react-webpack": "7.0.0-alpha.59",
|
56
|
+
"@storybook/react": "7.0.0-alpha.59",
|
57
57
|
"@types/node": "^16.0.0"
|
58
58
|
},
|
59
59
|
"devDependencies": {
|
60
60
|
"jest-specific-snapshot": "^7.0.0",
|
61
|
-
"typescript": "
|
61
|
+
"typescript": "~4.9.3"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|
64
64
|
"@babel/core": "^7.11.5",
|
@@ -86,5 +86,5 @@
|
|
86
86
|
],
|
87
87
|
"platform": "node"
|
88
88
|
},
|
89
|
-
"gitHead": "
|
89
|
+
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
90
90
|
}
|