@storybook/codemod 7.1.0-alpha.36 → 7.1.0-alpha.38

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": "7.1.0-alpha.36",
3
+ "version": "7.1.0-alpha.38",
4
4
  "description": "A collection of codemod scripts written with JSCodeshift",
5
5
  "keywords": [
6
6
  "storybook"
@@ -49,9 +49,9 @@
49
49
  "@babel/preset-env": "^7.22.0",
50
50
  "@babel/types": "^7.22.0",
51
51
  "@storybook/csf": "^0.1.0",
52
- "@storybook/csf-tools": "7.1.0-alpha.36",
53
- "@storybook/node-logger": "7.1.0-alpha.36",
54
- "@storybook/types": "7.1.0-alpha.36",
52
+ "@storybook/csf-tools": "7.1.0-alpha.38",
53
+ "@storybook/node-logger": "7.1.0-alpha.38",
54
+ "@storybook/types": "7.1.0-alpha.38",
55
55
  "@types/cross-spawn": "^6.0.2",
56
56
  "cross-spawn": "^7.0.3",
57
57
  "globby": "^11.0.2",
@@ -68,7 +68,7 @@
68
68
  "mdast-util-mdx-jsx": "^2.1.2",
69
69
  "mdast-util-mdxjs-esm": "^1.3.1",
70
70
  "remark": "^14.0.2",
71
- "remark-mdx": "^2.2.1",
71
+ "remark-mdx": "^2.3.0",
72
72
  "ts-dedent": "^2.2.0",
73
73
  "typescript": "~4.9.3",
74
74
  "unist-util-is": "^5.2.0",
@@ -98,5 +98,5 @@
98
98
  "cjs"
99
99
  ]
100
100
  },
101
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
101
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
102
102
  }