|
31 | 31 | ], |
32 | 32 | "scripts": { |
33 | 33 | "release": "release-it", |
34 | | - "prepublishOnly": "yarn build", |
35 | | - "postpublish": "yarn clean", |
| 34 | + "prepublishOnly": "pnpm build", |
| 35 | + "postpublish": "pnpm clean", |
36 | 36 | "build": "tsc", |
37 | 37 | "clean": "tsc --build --clean && git checkout test/fixtures", |
38 | 38 | "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
|
42 | 42 | "lint:prettier": "prettier --check .", |
43 | 43 | "lint:prettier:fix": "prettier --write .", |
44 | 44 | "lint:ts": "tsc --noEmit", |
45 | | - "test": "yarn build && codemod-cli test && node ./test/run-test.js && yarn clean", |
| 45 | + "test": "pnpm build && codemod-cli test && node ./test/run-test.js && pnpm clean", |
46 | 46 | "update-docs": "codemod-cli update-docs" |
47 | 47 | }, |
48 | 48 | "dependencies": { |
49 | 49 | "@babel/parser": "^7.21.4", |
50 | 50 | "camelcase": "^6.3.0", |
51 | 51 | "codemod-cli": "^3.2.0", |
52 | | - "cosmiconfig": "^8.1.3", |
| 52 | + "cosmiconfig": "^7.0.0", |
53 | 53 | "deepmerge-ts": "^4.3.0", |
54 | 54 | "ember-codemods-telemetry-helpers": "^3.0.0", |
| 55 | + "jscodeshift": "^0.11.0", |
55 | 56 | "minimatch": "^7.4.6", |
56 | 57 | "winston": "^3.8.2", |
57 | 58 | "zod": "^3.21.4" |
|
63 | 64 | "@jest/globals": "^29.5.0", |
64 | 65 | "@release-it-plugins/lerna-changelog": "^5.0.0", |
65 | 66 | "@tsconfig/node12": "^1.0.11", |
| 67 | + "@types/babel__core": "^7.20.5", |
66 | 68 | "@types/glob": "^8.1.0", |
67 | 69 | "@types/jscodeshift": "^0.11.6", |
68 | 70 | "@typescript-eslint/eslint-plugin": "^5.59.1", |
69 | 71 | "@typescript-eslint/parser": "^5.59.1", |
| 72 | + "ast-types": "^0.14.2", |
70 | 73 | "concurrently": "^8.0.1", |
71 | 74 | "eslint": "^8.39.0", |
72 | 75 | "eslint-config-prettier": "^8.8.0", |
|
90 | 93 | }, |
91 | 94 | "release-it": { |
92 | 95 | "hooks": { |
93 | | - "after:bump": "yarn update-docs" |
| 96 | + "after:bump": "pnpm update-docs" |
94 | 97 | }, |
95 | 98 | "plugins": { |
96 | 99 | "@release-it-plugins/lerna-changelog": { |
|
0 commit comments