@storybook/preset-create-react-app 9.1.1 → 9.1.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -117,7 +117,7 @@ config directory. If you have changed the conditions to utilize an `exclude`, th
117
117
  be true (which isn't likely going to work as expected).
118
118
 
119
119
  The steps to remedy this would be to follow the steps for customizing the webpack config within the storybook
120
- side of things. [Details for storybook custom webpack config](https://storybook.js.org/docs/configurations/custom-webpack-config/)
120
+ side of things. [Details for storybook custom webpack config](https://storybook.js.org/docs/configurations/custom-webpack-config/?ref=readme)
121
121
  You'll have access to all of the rules in `config.module.rules`. You'll need to find the offending rule,
122
122
  and customize it how you need it to be to be compatible with your fork.
123
123
 
@@ -128,3 +128,5 @@ concerning the conditions.
128
128
 
129
129
  - [Walkthrough to set up Storybook Docs with CRA & typescript](https://gist.github.com/shilman/bc9cbedb2a7efb5ec6710337cbd20c0c)
130
130
  - [Example projects (used for testing this preset)](https://github.com/storybookjs/presets/tree/master/examples)
131
+
132
+ Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preset-create-react-app",
3
- "version": "9.1.1",
3
+ "version": "9.1.3",
4
4
  "description": "Storybook for Create React App preset",
5
5
  "keywords": [
6
6
  "storybook"
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react-scripts": ">=5.0.0",
64
- "storybook": "^9.1.1"
64
+ "storybook": "^9.1.3"
65
65
  },
66
66
  "publishConfig": {
67
67
  "access": "public"
@@ -74,5 +74,5 @@
74
74
  "cjs"
75
75
  ]
76
76
  },
77
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
77
+ "gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684"
78
78
  }