@storybook/preset-react-webpack 8.4.0-alpha.7 → 8.4.0-beta.0
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 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Storybook Webpack preset for React
|
|
2
2
|
|
|
3
|
-
This package is a [preset](https://storybook.js.org/docs/
|
|
3
|
+
This package is a [preset](https://storybook.js.org/docs/addons/writing-presets?renderer=react) that configures Storybook's webpack settings for handling React.
|
|
4
4
|
It's an internal package that's not intended to be used directly by users.
|
|
5
5
|
|
|
6
|
-
- More info on [Storybook for React](https://storybook.js.org/docs/
|
|
6
|
+
- More info on [Storybook for React](https://storybook.js.org/docs/get-started/install?renderer=react)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/preset-react-webpack",
|
|
3
|
-
"version": "8.4.0-
|
|
3
|
+
"version": "8.4.0-beta.0",
|
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@storybook/core-webpack": "8.4.0-
|
|
68
|
-
"@storybook/react": "8.4.0-
|
|
67
|
+
"@storybook/core-webpack": "8.4.0-beta.0",
|
|
68
|
+
"@storybook/react": "8.4.0-beta.0",
|
|
69
69
|
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
|
|
70
70
|
"@types/node": "^22.0.0",
|
|
71
71
|
"@types/semver": "^7.3.4",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
|
85
85
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
|
86
|
-
"storybook": "^8.4.0-
|
|
86
|
+
"storybook": "^8.4.0-beta.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependenciesMeta": {
|
|
89
89
|
"typescript": {
|