|
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": { |
|
63 | 63 | "@jest/globals": "^29.5.0", |
64 | 64 | "@release-it-plugins/lerna-changelog": "^5.0.0", |
65 | 65 | "@tsconfig/node12": "^1.0.11", |
| 66 | + "@types/babel__core": "^7.20.5", |
66 | 67 | "@types/glob": "^8.1.0", |
67 | 68 | "@types/jscodeshift": "^0.11.6", |
68 | 69 | "@typescript-eslint/eslint-plugin": "^5.59.1", |
69 | 70 | "@typescript-eslint/parser": "^5.59.1", |
| 71 | + "ast-types": "^0.14.2", |
70 | 72 | "concurrently": "^8.0.1", |
71 | 73 | "eslint": "^8.39.0", |
72 | 74 | "eslint-config-prettier": "^8.8.0", |
|
90 | 92 | }, |
91 | 93 | "release-it": { |
92 | 94 | "hooks": { |
93 | | - "after:bump": "yarn update-docs" |
| 95 | + "after:bump": "pnpm update-docs" |
94 | 96 | }, |
95 | 97 | "plugins": { |
96 | 98 | "@release-it-plugins/lerna-changelog": { |
|
0 commit comments