@storybook/codemod 7.1.0-alpha.24 → 7.1.0-alpha.26
Sign up to get free protection for your applications and to get access to all the features.
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.26",
|
4
4
|
"description": "A collection of codemod scripts written with JSCodeshift",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -45,13 +45,13 @@
|
|
45
45
|
"prep": "../../../scripts/prepare/bundle.ts"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@babel/core": "
|
49
|
-
"@babel/preset-env": "
|
50
|
-
"@babel/types": "
|
48
|
+
"@babel/core": "^7.22.0",
|
49
|
+
"@babel/preset-env": "^7.22.0",
|
50
|
+
"@babel/types": "^7.22.0",
|
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.26",
|
53
|
+
"@storybook/node-logger": "7.1.0-alpha.26",
|
54
|
+
"@storybook/types": "7.1.0-alpha.26",
|
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": "515abaa55abc8ad20f906e4ce46cde3d3850991e"
|
101
101
|
}
|