@storybook/codemod 7.0.0-alpha.17 → 7.0.0-alpha.18

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/codemod",
3
- "version": "7.0.0-alpha.17",
3
+ "version": "7.0.0-alpha.18",
4
4
  "description": "A collection of codemod scripts written with JSCodeshift",
5
5
  "keywords": [
6
6
  "storybook"
@@ -44,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@babel/types": "^7.12.11",
46
46
  "@mdx-js/mdx": "^1.6.22",
47
- "@storybook/csf": "0.0.2--canary.4566f4d.1",
48
- "@storybook/csf-tools": "7.0.0-alpha.17",
49
- "@storybook/node-logger": "7.0.0-alpha.17",
47
+ "@storybook/csf": "0.0.2--canary.0899bb7.0",
48
+ "@storybook/csf-tools": "7.0.0-alpha.18",
49
+ "@storybook/node-logger": "7.0.0-alpha.18",
50
50
  "core-js": "^3.8.2",
51
51
  "cross-spawn": "^7.0.3",
52
52
  "globby": "^11.0.2",
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "7d44bfd3e759c6f17b75029ee2e067fab811f27b"
66
+ "gitHead": "bd59f1eef0f644175abdb0d9873ed0553f431f53"
67
67
  }