Skip to content

Commit 1b124ce

Browse files
fix: promote replace-in-file to full dependency
1 parent cdb3418 commit 1b124ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"js-yaml": "^4.1.0",
5151
"npm-user": "^5.0.1",
5252
"prettier": "^2.8.8",
53+
"replace-in-file": "^7.0.0",
5354
"title-case": "^3.0.3"
5455
},
5556
"devDependencies": {
@@ -92,7 +93,6 @@
9293
"prettier-plugin-curly": "^0.0.2",
9394
"prettier-plugin-packagejson": "^2.4.3",
9495
"release-it": "^15.10.3",
95-
"replace-in-file": "^7.0.0",
9696
"sentences-per-line": "^0.2.1",
9797
"should-semantic-release": "^0.1.1",
9898
"tsx": "^3.12.7",

src/setup/steps/uninstallPackages.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { $ } from "execa";
22

33
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`;
66
await $`pnpm add prettier -D`;
77
}

0 commit comments

Comments
 (0)