@storybook/codemod 8.4.0-alpha.8 → 8.4.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/codemod",
|
3
|
-
"version": "8.4.0-
|
3
|
+
"version": "8.4.0-beta.0",
|
4
4
|
"description": "A collection of codemod scripts written with JSCodeshift",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -57,11 +57,11 @@
|
|
57
57
|
"@babel/core": "^7.24.4",
|
58
58
|
"@babel/preset-env": "^7.24.4",
|
59
59
|
"@babel/types": "^7.24.0",
|
60
|
-
"@storybook/core": "8.4.0-
|
60
|
+
"@storybook/core": "8.4.0-beta.0",
|
61
61
|
"@storybook/csf": "^0.1.11",
|
62
62
|
"@types/cross-spawn": "^6.0.2",
|
63
63
|
"cross-spawn": "^7.0.3",
|
64
|
-
"es-toolkit": "^1.
|
64
|
+
"es-toolkit": "^1.22.0",
|
65
65
|
"globby": "^14.0.1",
|
66
66
|
"jscodeshift": "^0.15.1",
|
67
67
|
"prettier": "^3.1.1",
|