@storybook/codemod 7.0.0-alpha.42 → 7.0.0-alpha.43

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/codemod",
3
- "version": "7.0.0-alpha.42",
3
+ "version": "7.0.0-alpha.43",
4
4
  "description": "A collection of codemod scripts written with JSCodeshift",
5
5
  "keywords": [
6
6
  "storybook"
@@ -39,8 +39,8 @@
39
39
  "dependencies": {
40
40
  "@babel/types": "^7.12.11",
41
41
  "@storybook/csf": "next",
42
- "@storybook/csf-tools": "7.0.0-alpha.42",
43
- "@storybook/node-logger": "7.0.0-alpha.42",
42
+ "@storybook/csf-tools": "7.0.0-alpha.43",
43
+ "@storybook/node-logger": "7.0.0-alpha.43",
44
44
  "cross-spawn": "^7.0.3",
45
45
  "globby": "^11.0.2",
46
46
  "jscodeshift": "^0.13.1",
@@ -63,5 +63,5 @@
63
63
  "./src/index.js"
64
64
  ]
65
65
  },
66
- "gitHead": "4ed2e832e3accf8e533da92a46a812eacaf5db0b"
66
+ "gitHead": "f801c26f7bdcbfeeeca6706c0854d130bfb2f38b"
67
67
  }