cli: remove lerna dependency

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-07 13:14:01 +01:00
parent de4f500c22
commit e9a5faf1f6
3 changed files with 1 additions and 8 deletions
-2
View File
@@ -34,8 +34,6 @@
"@backstage/errors": "^0.1.5",
"@backstage/types": "^0.1.1",
"@hot-loader/react-dom": "^16.13.0",
"@lerna/package-graph": "^4.0.0",
"@lerna/project": "^4.0.0",
"@manypkg/get-packages": "^1.1.3",
"@octokit/request": "^5.4.12",
"@rollup/plugin-commonjs": "^21.0.1",
-5
View File
@@ -55,8 +55,3 @@ export type BackendServeOptions = BundlingPathsOptions & {
inspectEnabled: boolean;
inspectBrkEnabled: boolean;
};
export type LernaPackage = {
name: string;
location: string;
};