@storybook/codemod 7.0.0-alpha.40 → 7.0.0-alpha.42
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/codemod",
|
3
|
-
"version": "7.0.0-alpha.
|
3
|
+
"version": "7.0.0-alpha.42",
|
4
4
|
"description": "A collection of codemod scripts written with JSCodeshift",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -38,9 +38,9 @@
|
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"@babel/types": "^7.12.11",
|
41
|
-
"@storybook/csf": "
|
42
|
-
"@storybook/csf-tools": "7.0.0-alpha.
|
43
|
-
"@storybook/node-logger": "7.0.0-alpha.
|
41
|
+
"@storybook/csf": "next",
|
42
|
+
"@storybook/csf-tools": "7.0.0-alpha.42",
|
43
|
+
"@storybook/node-logger": "7.0.0-alpha.42",
|
44
44
|
"cross-spawn": "^7.0.3",
|
45
45
|
"globby": "^11.0.2",
|
46
46
|
"jscodeshift": "^0.13.1",
|
@@ -63,5 +63,5 @@
|
|
63
63
|
"./src/index.js"
|
64
64
|
]
|
65
65
|
},
|
66
|
-
"gitHead": "
|
66
|
+
"gitHead": "4ed2e832e3accf8e533da92a46a812eacaf5db0b"
|
67
67
|
}
|