@storybook/codemod 7.1.0-alpha.11 → 7.1.0-alpha.12

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 +9 -9
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@storybook/codemod",
3
- "version": "7.1.0-alpha.11",
3
+ "version": "7.1.0-alpha.12",
4
4
  "description": "A collection of codemod scripts written with JSCodeshift",
5
5
  "keywords": [
6
6
  "storybook"
7
7
  ],
8
- "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/codemod",
8
+ "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/codemod",
9
9
  "bugs": {
10
10
  "url": "https://github.com/storybookjs/storybook/issues"
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/storybookjs/storybook.git",
15
- "directory": "lib/codemod"
15
+ "directory": "code/lib/codemod"
16
16
  },
17
17
  "funding": {
18
18
  "type": "opencollective",
@@ -22,9 +22,9 @@
22
22
  "sideEffects": false,
23
23
  "exports": {
24
24
  ".": {
25
+ "types": "./dist/index.d.ts",
25
26
  "node": "./dist/index.js",
26
- "require": "./dist/index.js",
27
- "types": "./dist/index.d.ts"
27
+ "require": "./dist/index.js"
28
28
  },
29
29
  "./dist/transforms/add-component-parameters.js": "./dist/transforms/add-component-parameters.js",
30
30
  "./dist/transforms/csf-2-to-3.js": "./dist/transforms/csf-2-to-3.js",
@@ -49,9 +49,9 @@
49
49
  "@babel/preset-env": "~7.21.0",
50
50
  "@babel/types": "~7.21.2",
51
51
  "@storybook/csf": "^0.1.0",
52
- "@storybook/csf-tools": "7.1.0-alpha.11",
53
- "@storybook/node-logger": "7.1.0-alpha.11",
54
- "@storybook/types": "7.1.0-alpha.11",
52
+ "@storybook/csf-tools": "7.1.0-alpha.12",
53
+ "@storybook/node-logger": "7.1.0-alpha.12",
54
+ "@storybook/types": "7.1.0-alpha.12",
55
55
  "cross-spawn": "^7.0.3",
56
56
  "globby": "^11.0.2",
57
57
  "jscodeshift": "^0.14.0",
@@ -97,5 +97,5 @@
97
97
  "cjs"
98
98
  ]
99
99
  },
100
- "gitHead": "0797ab602bc569ff71c343a2b1aaba7e49232d95"
100
+ "gitHead": "8de6963fca74d5952f5cb5737e34fb4e1ddfd0f6"
101
101
  }