diff --git a/dev-infra/commit-message/BUILD.bazel b/dev-infra/commit-message/BUILD.bazel index fbfe3fe234..152bc195b7 100644 --- a/dev-infra/commit-message/BUILD.bazel +++ b/dev-infra/commit-message/BUILD.bazel @@ -18,7 +18,6 @@ ts_library( "@npm//@types/shelljs", "@npm//@types/yargs", "@npm//shelljs", - "@npm//tslib", "@npm//yargs", ], ) diff --git a/dev-infra/format/BUILD.bazel b/dev-infra/format/BUILD.bazel index 0d1b4d80a2..2b340e6aeb 100644 --- a/dev-infra/format/BUILD.bazel +++ b/dev-infra/format/BUILD.bazel @@ -18,7 +18,6 @@ ts_library( "@npm//inquirer", "@npm//multimatch", "@npm//shelljs", - "@npm//tslib", "@npm//yargs", ], ) diff --git a/dev-infra/pullapprove/BUILD.bazel b/dev-infra/pullapprove/BUILD.bazel index b27e1df543..f73a2aaeca 100644 --- a/dev-infra/pullapprove/BUILD.bazel +++ b/dev-infra/pullapprove/BUILD.bazel @@ -21,7 +21,6 @@ ts_library( "@npm//@types/yargs", "@npm//minimatch", "@npm//shelljs", - "@npm//tslib", "@npm//yaml", "@npm//yargs", ], diff --git a/dev-infra/tmpl-package.json b/dev-infra/tmpl-package.json index 86f4c39cfd..4d18d6ad8e 100644 --- a/dev-infra/tmpl-package.json +++ b/dev-infra/tmpl-package.json @@ -8,19 +8,21 @@ "ng-dev": "./cli.js", "ts-circular-deps": "./ts-circular-dependencies/index.js" }, - "peerDependencies": { - "@bazel/buildifier": "", + "dependencies": { "chalk": "", - "clang-format": "", "cli-progress": "", "glob": "", "inquirer": "", "minimatch": "", "multimatch": "", "shelljs": "", - "typescript": "", "yaml": "", - "yargs": "", - "tslib": "" + "yargs": "" + }, + "peerDependencies": { + "@bazel/buildifier": "", + "clang-format": "", + "tslib": "", + "typescript": "" } } diff --git a/dev-infra/ts-circular-dependencies/BUILD.bazel b/dev-infra/ts-circular-dependencies/BUILD.bazel index 6b87b1e835..e084b268ba 100644 --- a/dev-infra/ts-circular-dependencies/BUILD.bazel +++ b/dev-infra/ts-circular-dependencies/BUILD.bazel @@ -11,7 +11,6 @@ ts_library( "@npm//@types/node", "@npm//@types/yargs", "@npm//chalk", - "@npm//tslib", "@npm//typescript", ], )