Skip to content

Commit ef75635

Browse files
committed
Revert "chore: add script to resync caretaker app open PRs (#18732)"
This reverts commit f2fe9e7.
1 parent 9a63a56 commit ef75635

File tree

3 files changed

+88
-181
lines changed

3 files changed

+88
-181
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"cherry-pick-patch": "ts-node --project tools/cherry-pick-patch/ tools/cherry-pick-patch/cherry-pick-patch.ts",
4141
"ownerslint": "ts-node --project scripts/ scripts/ownerslint.ts",
4242
"tslint": "tslint -c tslint.json --project ./tsconfig.json",
43-
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss",
44-
"resync-caretaker-app": "ts-node --project scripts scripts/caretaking/resync-caretaker-app-prs.ts"
43+
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss"
4544
},
4645
"version": "9.1.1",
4746
"dependencies": {
@@ -78,7 +77,7 @@
7877
"@bazel/protractor": "^1.4.0",
7978
"@bazel/typescript": "^1.4.0",
8079
"@firebase/app-types": "^0.3.2",
81-
"@octokit/rest": "^17.0.0",
80+
"@octokit/rest": "^16.28.7",
8281
"@schematics/angular": "^9.0.4",
8382
"@types/browser-sync": "^2.26.1",
8483
"@types/fs-extra": "^4.0.3",
@@ -90,7 +89,6 @@
9089
"@types/merge2": "^0.3.30",
9190
"@types/minimist": "^1.2.0",
9291
"@types/node": "^12.11.1",
93-
"@types/node-fetch": "^2.5.5",
9492
"@types/parse5": "^5.0.0",
9593
"@types/run-sequence": "^0.0.29",
9694
"@types/semver": "^6.2.0",
@@ -130,7 +128,6 @@
130128
"minimatch": "^3.0.4",
131129
"minimist": "^1.2.0",
132130
"moment": "^2.18.1",
133-
"node-fetch": "^2.6.0",
134131
"parse5": "^5.0.0",
135132
"protractor": "^5.4.2",
136133
"requirejs": "^2.3.6",

scripts/caretaking/resync-caretaker-app-prs.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)