@storybook/codemod 8.2.0-alpha.6 → 8.2.0-alpha.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/codemod",
3
- "version": "8.2.0-alpha.6",
3
+ "version": "8.2.0-alpha.8",
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.7",
61
- "@storybook/csf-tools": "8.2.0-alpha.6",
62
- "@storybook/node-logger": "8.2.0-alpha.6",
63
- "@storybook/types": "8.2.0-alpha.6",
60
+ "@storybook/csf": "^0.1.8",
61
+ "@storybook/csf-tools": "8.2.0-alpha.8",
62
+ "@storybook/node-logger": "8.2.0-alpha.8",
63
+ "@storybook/types": "8.2.0-alpha.8",
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": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
111
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
112
112
  }