@storybook/codemod 7.2.0-alpha.0 → 7.2.0-canary-23572-1690275421-726e1551.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/codemod",
|
3
|
-
"version": "7.2.0-
|
3
|
+
"version": "7.2.0-canary-23572-1690275421-726e1551.0",
|
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": "^7.22.
|
49
|
-
"@babel/preset-env": "^7.22.
|
50
|
-
"@babel/types": "^7.22.
|
48
|
+
"@babel/core": "^7.22.9",
|
49
|
+
"@babel/preset-env": "^7.22.9",
|
50
|
+
"@babel/types": "^7.22.5",
|
51
51
|
"@storybook/csf": "^0.1.0",
|
52
|
-
"@storybook/csf-tools": "7.2.0-
|
53
|
-
"@storybook/node-logger": "7.2.0-
|
54
|
-
"@storybook/types": "7.2.0-
|
52
|
+
"@storybook/csf-tools": "7.2.0-canary-23572-1690275421-726e1551.0",
|
53
|
+
"@storybook/node-logger": "7.2.0-canary-23572-1690275421-726e1551.0",
|
54
|
+
"@storybook/types": "7.2.0-canary-23572-1690275421-726e1551.0",
|
55
55
|
"@types/cross-spawn": "^6.0.2",
|
56
56
|
"cross-spawn": "^7.0.3",
|
57
57
|
"globby": "^11.0.2",
|