@makcbrain/storybook-framework-react-esbuild 1.0.2 → 1.0.3
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 +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ npm install --save-dev @makcbrain/storybook-framework-react-esbuild
|
|
|
22
22
|
npm install --save-dev @storybook/react
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
The versions of `storybook` and `@storybook/react` must match (e.g., both should be `
|
|
25
|
+
The versions of `storybook` and `@storybook/react` must match (e.g., both should be `9.x.x`).
|
|
26
26
|
|
|
27
27
|
## Configuration
|
|
28
28
|
|
|
@@ -151,4 +151,4 @@ MIT
|
|
|
151
151
|
## Links
|
|
152
152
|
|
|
153
153
|
- [Builder Package](https://www.npmjs.com/package/@makcbrain/storybook-builder-esbuild)
|
|
154
|
-
- [Storybook Documentation](https://storybook.js.org)
|
|
154
|
+
- [Storybook Documentation](https://storybook.js.org)
|
package/package.json
CHANGED