@storybook/codemod 7.1.0-alpha.8 → 7.1.0-alpha.9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
- package/tsconfig.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/codemod",
|
3
|
-
"version": "7.1.0-alpha.
|
3
|
+
"version": "7.1.0-alpha.9",
|
4
4
|
"description": "A collection of codemod scripts written with JSCodeshift",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -49,9 +49,9 @@
|
|
49
49
|
"@babel/preset-env": "~7.21.0",
|
50
50
|
"@babel/types": "~7.21.2",
|
51
51
|
"@storybook/csf": "^0.1.0",
|
52
|
-
"@storybook/csf-tools": "7.1.0-alpha.
|
53
|
-
"@storybook/node-logger": "7.1.0-alpha.
|
54
|
-
"@storybook/types": "7.1.0-alpha.
|
52
|
+
"@storybook/csf-tools": "7.1.0-alpha.9",
|
53
|
+
"@storybook/node-logger": "7.1.0-alpha.9",
|
54
|
+
"@storybook/types": "7.1.0-alpha.9",
|
55
55
|
"cross-spawn": "^7.0.3",
|
56
56
|
"globby": "^11.0.2",
|
57
57
|
"jscodeshift": "^0.14.0",
|
@@ -97,5 +97,5 @@
|
|
97
97
|
"cjs"
|
98
98
|
]
|
99
99
|
},
|
100
|
-
"gitHead": "
|
100
|
+
"gitHead": "ec112401efaae6d3d4996c790a30301177570da9"
|
101
101
|
}
|