From 1d2ed78449f1ace8973d3d81ce6fb156c91389c8 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 11 Jun 2021 17:44:46 +0200 Subject: [PATCH] catalog-model: remove unused dependency Signed-off-by: Patrik Oldsberg --- .changeset/thirty-turkeys-sing.md | 5 +++++ packages/catalog-model/package.json | 1 - yarn.lock | 16 +--------------- 3 files changed, 6 insertions(+), 16 deletions(-) create mode 100644 .changeset/thirty-turkeys-sing.md diff --git a/.changeset/thirty-turkeys-sing.md b/.changeset/thirty-turkeys-sing.md new file mode 100644 index 0000000000..07b3aaa8b7 --- /dev/null +++ b/.changeset/thirty-turkeys-sing.md @@ -0,0 +1,5 @@ +--- +'@backstage/catalog-model': patch +--- + +Removed unused `typescript-json-schema` dependency. diff --git a/packages/catalog-model/package.json b/packages/catalog-model/package.json index e2ea7fad92..f9d7483dda 100644 --- a/packages/catalog-model/package.json +++ b/packages/catalog-model/package.json @@ -35,7 +35,6 @@ "@types/yup": "^0.29.8", "ajv": "^7.0.3", "json-schema": "^0.3.0", - "typescript-json-schema": "^0.49.0", "lodash": "^4.17.15", "uuid": "^8.0.0", "yup": "^0.29.3" diff --git a/yarn.lock b/yarn.lock index 5fbc1656fd..4d6ebf2e30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1356,7 +1356,6 @@ ajv "^7.0.3" json-schema "^0.3.0" lodash "^4.17.15" - typescript-json-schema "^0.49.0" uuid "^8.0.0" yup "^0.29.3" @@ -1370,7 +1369,6 @@ ajv "^7.0.3" json-schema "^0.3.0" lodash "^4.17.15" - typescript-json-schema "^0.49.0" uuid "^8.0.0" yup "^0.29.3" @@ -25672,18 +25670,6 @@ typedarray@^0.0.6: resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript-json-schema@^0.49.0: - version "0.49.0" - resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.49.0.tgz#442f6347ca85fb0d9811f217fb0d6537b68734b3" - integrity sha512-PumZkTmEE3T8TVyoJU6ZCp3K6VCmCb3Ei6fUaRIuDsIzYtmdJc6jV1D0RyBe5sd5mJ1iB6Zckm4KAKbqXs9oDw== - dependencies: - "@types/json-schema" "^7.0.6" - glob "^7.1.6" - json-stable-stringify "^1.0.1" - ts-node "^9.1.1" - typescript "^4.1.3" - yargs "^16.2.0" - typescript-json-schema@^0.50.1: version "0.50.1" resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.50.1.tgz#48041eb9f6efbdf4ba88c3e3af9433601f7a2b47" @@ -25697,7 +25683,7 @@ typescript-json-schema@^0.50.1: typescript "~4.2.3" yargs "^16.2.0" -typescript@^4.0.3, typescript@^4.1.3, typescript@~4.1.3: +typescript@^4.0.3, typescript@~4.1.3: version "4.2.3" resolved "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==