@makcbrain/storybook-framework-react-esbuild 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
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 `8.x.x`).
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makcbrain/storybook-framework-react-esbuild",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "author": "Maksim Kadochnikov <makс.brain@gmail.com>",
5
5
  "description": "Framework for Storybook with supporting React and esbuild",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "package.json"
34
34
  ],
35
35
  "dependencies": {
36
- "@makcbrain/storybook-builder-esbuild": "1.0.2"
36
+ "@makcbrain/storybook-builder-esbuild": "1.0.3"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@storybook/react": "^9.0.0"