@storybook/codemod 7.0.0-alpha.25 → 7.0.0-alpha.28

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.25",
3
+ "version": "7.0.0-alpha.28",
4
4
  "description": "A collection of codemod scripts written with JSCodeshift",
5
5
  "keywords": [
6
6
  "storybook"
@@ -38,8 +38,8 @@
38
38
  "@babel/types": "^7.12.11",
39
39
  "@mdx-js/mdx": "^1.6.22",
40
40
  "@storybook/csf": "0.0.2--canary.0899bb7.0",
41
- "@storybook/csf-tools": "7.0.0-alpha.25",
42
- "@storybook/node-logger": "7.0.0-alpha.25",
41
+ "@storybook/csf-tools": "7.0.0-alpha.28",
42
+ "@storybook/node-logger": "7.0.0-alpha.28",
43
43
  "core-js": "^3.8.2",
44
44
  "cross-spawn": "^7.0.3",
45
45
  "globby": "^11.0.2",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "058af8bac4892d95fdfe755dedfd826cb4508fdc"
59
+ "gitHead": "941b85ce04c2e7c4328edb3568c1dece36dfbcf3"
60
60
  }