@storybook/codemod 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.
- package/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
@@ -107,3 +107,5 @@ Basic.decorators = [ ... ];
|
|
107
107
|
```
|
108
108
|
|
109
109
|
The new syntax is slightly more compact, is more ergonomic, and resembles React's `displayName`/`propTypes`/`defaultProps` annotations.
|
110
|
+
|
111
|
+
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/codemod",
|
3
|
-
"version": "9.1.
|
3
|
+
"version": "9.1.3",
|
4
4
|
"description": "A collection of codemod scripts written with JSCodeshift",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"globby": "^14.0.1",
|
54
54
|
"jscodeshift": "^0.15.1",
|
55
55
|
"prettier": "^3.5.3",
|
56
|
-
"storybook": "9.1.
|
56
|
+
"storybook": "9.1.3",
|
57
57
|
"tiny-invariant": "^1.3.1"
|
58
58
|
},
|
59
59
|
"devDependencies": {
|
@@ -77,5 +77,5 @@
|
|
77
77
|
"cjs"
|
78
78
|
]
|
79
79
|
},
|
80
|
-
"gitHead": "
|
80
|
+
"gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684"
|
81
81
|
}
|