@storybook/codemod 0.0.0-pr-27423-sha-a431b1dc → 0.0.0-pr-28247-sha-834d31db
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/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/codemod",
|
3
|
-
"version": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-28247-sha-834d31db",
|
4
4
|
"description": "A collection of codemod scripts written with JSCodeshift",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -57,10 +57,10 @@
|
|
57
57
|
"@babel/core": "^7.24.4",
|
58
58
|
"@babel/preset-env": "^7.24.4",
|
59
59
|
"@babel/types": "^7.24.0",
|
60
|
-
"@storybook/csf": "0.1.
|
61
|
-
"@storybook/csf-tools": "0.0.0-pr-
|
62
|
-
"@storybook/node-logger": "0.0.0-pr-
|
63
|
-
"@storybook/types": "0.0.0-pr-
|
60
|
+
"@storybook/csf": "^0.1.8",
|
61
|
+
"@storybook/csf-tools": "0.0.0-pr-28247-sha-834d31db",
|
62
|
+
"@storybook/node-logger": "0.0.0-pr-28247-sha-834d31db",
|
63
|
+
"@storybook/types": "0.0.0-pr-28247-sha-834d31db",
|
64
64
|
"@types/cross-spawn": "^6.0.2",
|
65
65
|
"cross-spawn": "^7.0.3",
|
66
66
|
"globby": "^14.0.1",
|
@@ -108,5 +108,5 @@
|
|
108
108
|
"cjs"
|
109
109
|
]
|
110
110
|
},
|
111
|
-
"gitHead": "
|
111
|
+
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
|
112
112
|
}
|