File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
"js-yaml" : " ^4.1.0" ,
51
51
"npm-user" : " ^5.0.1" ,
52
52
"prettier" : " ^2.8.8" ,
53
+ "replace-in-file" : " ^7.0.0" ,
53
54
"title-case" : " ^3.0.3"
54
55
},
55
56
"devDependencies" : {
92
93
"prettier-plugin-curly" : " ^0.0.2" ,
93
94
"prettier-plugin-packagejson" : " ^2.4.3" ,
94
95
"release-it" : " ^15.10.3" ,
95
- "replace-in-file" : " ^7.0.0" ,
96
96
"sentences-per-line" : " ^0.2.1" ,
97
97
"should-semantic-release" : " ^0.1.1" ,
98
98
"tsx" : " ^3.12.7" ,
Original file line number Diff line number Diff line change 1
1
import { $ } from "execa" ;
2
2
3
3
export async function uninstallPackages ( ) {
4
- await $ `pnpm remove @clack/prompts chalk execa git-remote-origin-url git-url-parse js-yaml npm-user prettier title-case` ;
5
- await $ `pnpm remove @octokit/request-error @types/git-url-parse @types/js-yaml @types/prettier all-contributors-cli c8 globby octokit replace-in-file tsx -D` ;
4
+ await $ `pnpm remove @clack/prompts chalk execa git-remote-origin-url git-url-parse js-yaml npm-user prettier replace-in-file title-case` ;
5
+ await $ `pnpm remove @octokit/request-error @types/git-url-parse @types/js-yaml @types/prettier all-contributors-cli c8 globby octokit tsx -D` ;
6
6
await $ `pnpm add prettier -D` ;
7
7
}
You can’t perform that action at this time.
0 commit comments