@storybook/codemod 7.6.0-alpha.5 → 7.6.0-alpha.7

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/codemod",
3
- "version": "7.6.0-alpha.5",
3
+ "version": "7.6.0-alpha.7",
4
4
  "description": "A collection of codemod scripts written with JSCodeshift",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,27 +48,27 @@
48
48
  "!src/**/*"
49
49
  ],
50
50
  "scripts": {
51
- "check": "../../../scripts/prepare/check.ts",
52
- "prep": "../../../scripts/prepare/bundle.ts"
51
+ "check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
52
+ "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
53
53
  },
54
54
  "dependencies": {
55
55
  "@babel/core": "^7.23.2",
56
56
  "@babel/preset-env": "^7.23.2",
57
57
  "@babel/types": "^7.23.0",
58
- "@storybook/csf": "^0.1.0",
59
- "@storybook/csf-tools": "7.6.0-alpha.5",
60
- "@storybook/node-logger": "7.6.0-alpha.5",
61
- "@storybook/types": "7.6.0-alpha.5",
58
+ "@storybook/csf": "^0.1.2",
59
+ "@storybook/csf-tools": "7.6.0-alpha.7",
60
+ "@storybook/node-logger": "7.6.0-alpha.7",
61
+ "@storybook/types": "7.6.0-alpha.7",
62
62
  "@types/cross-spawn": "^6.0.2",
63
63
  "cross-spawn": "^7.0.3",
64
64
  "globby": "^11.0.2",
65
- "jscodeshift": "^0.14.0",
65
+ "jscodeshift": "^0.15.1",
66
66
  "lodash": "^4.17.21",
67
67
  "prettier": "^2.8.0",
68
68
  "recast": "^0.23.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@types/jscodeshift": "^0.11.6",
71
+ "@types/jscodeshift": "^0.11.10",
72
72
  "ansi-regex": "^5.0.1",
73
73
  "jest": "^29.7.0",
74
74
  "jest-specific-snapshot": "^8.0.0",