@storybook/react-webpack5 8.2.0-alpha.3 → 8.2.0-alpha.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "8.2.0-alpha.
|
3
|
+
"version": "8.2.0-alpha.4",
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,10 +47,10 @@
|
|
47
47
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@storybook/builder-webpack5": "8.2.0-alpha.
|
51
|
-
"@storybook/preset-react-webpack": "8.2.0-alpha.
|
52
|
-
"@storybook/react": "8.2.0-alpha.
|
53
|
-
"@storybook/types": "8.2.0-alpha.
|
50
|
+
"@storybook/builder-webpack5": "8.2.0-alpha.4",
|
51
|
+
"@storybook/preset-react-webpack": "8.2.0-alpha.4",
|
52
|
+
"@storybook/react": "8.2.0-alpha.4",
|
53
|
+
"@storybook/types": "8.2.0-alpha.4",
|
54
54
|
"@types/node": "^18.0.0"
|
55
55
|
},
|
56
56
|
"peerDependencies": {
|