@storybook/codemod 7.0.0-alpha.46 → 7.0.0-alpha.48

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.0.0-alpha.46",
3
+ "version": "7.0.0-alpha.48",
4
4
  "description": "A collection of codemod scripts written with JSCodeshift",
5
5
  "keywords": [
6
6
  "storybook"
@@ -39,14 +39,14 @@
39
39
  "dependencies": {
40
40
  "@babel/types": "^7.12.11",
41
41
  "@storybook/csf": "next",
42
- "@storybook/csf-tools": "7.0.0-alpha.46",
43
- "@storybook/node-logger": "7.0.0-alpha.46",
44
- "@storybook/types": "7.0.0-alpha.46",
42
+ "@storybook/csf-tools": "7.0.0-alpha.48",
43
+ "@storybook/node-logger": "7.0.0-alpha.48",
44
+ "@storybook/types": "7.0.0-alpha.48",
45
45
  "cross-spawn": "^7.0.3",
46
46
  "globby": "^11.0.2",
47
47
  "jscodeshift": "^0.13.1",
48
48
  "lodash": "^4.17.21",
49
- "prettier": ">=2.2.1 <=2.3.0",
49
+ "prettier": ">=2.2.1 <=3.0.0",
50
50
  "recast": "^0.19.0",
51
51
  "util": "^0.12.4"
52
52
  },
@@ -64,5 +64,5 @@
64
64
  "./src/index.js"
65
65
  ]
66
66
  },
67
- "gitHead": "c64b5be851ed2affac56e1daaac3f453fbe6f230"
67
+ "gitHead": "b58a29b785462f8a8b711b6bb2d7223fd6dc17fd"
68
68
  }