repo-tools: add missing types dep

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-02-21 15:28:22 +01:00
parent aa5ed47b39
commit bf2f2fa90a
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/types": "workspace:^",
"@types/is-glob": "^4.0.2",
"@types/mock-fs": "^4.13.0",
"mock-fs": "^5.1.0"
+1 -1
View File
@@ -15,7 +15,7 @@
*/
import { extname } from 'path';
import { JsonObject } from '@backstage/types';
import type { JsonObject } from '@backstage/types';
export function getPackageExportNames(pkg: JsonObject): string[] | undefined {
if (pkg.exports && typeof pkg.exports !== 'string') {
+1
View File
@@ -8618,6 +8618,7 @@ __metadata:
"@backstage/cli": "workspace:^"
"@backstage/cli-common": "workspace:^"
"@backstage/errors": "workspace:^"
"@backstage/types": "workspace:^"
"@manypkg/get-packages": ^1.1.3
"@microsoft/api-documenter": ^7.19.27
"@microsoft/api-extractor": ^7.33.7