@storybook/codemod 5.2.5 → 5.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,7 @@ function parseIncludeExclude(prop) {
53
53
  return eval(code);
54
54
  }
55
55
  /**
56
- * Convert a compponent's module story file into an MDX file
56
+ * Convert a component's module story file into an MDX file
57
57
  *
58
58
  * For example:
59
59
  *
@@ -18,7 +18,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
18
18
  // import recast from 'recast';
19
19
 
20
20
  /**
21
- * Convert a compponent's MDX file into module story format
21
+ * Convert a component's MDX file into module story format
22
22
  */
23
23
  function transformer(file, api) {
24
24
  const j = api.jscodeshift;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/codemod",
3
- "version": "5.2.5",
3
+ "version": "5.2.6",
4
4
  "description": "A collection of codemod scripts written with JSCodeshift",
5
5
  "keywords": [
6
6
  "storybook"
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@mdx-js/mdx": "^1.0.0",
31
- "@storybook/node-logger": "5.2.5",
32
- "@storybook/router": "5.2.5",
31
+ "@storybook/node-logger": "5.2.6",
32
+ "@storybook/router": "5.2.6",
33
33
  "core-js": "^3.0.1",
34
34
  "cross-spawn": "^6.0.5",
35
35
  "globby": "^10.0.1",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "6e80db697f865f833cf3e250573a7ce36e0ee02a"
45
+ "gitHead": "ec8ef5c144e73ce8f762df03da0ac6c2375c223b"
46
46
  }