catalog-model: remove unused dependency

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-11 17:44:46 +02:00
parent f004937398
commit 1d2ed78449
3 changed files with 6 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-model': patch
---
Removed unused `typescript-json-schema` dependency.
-1
View File
@@ -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"
+1 -15
View File
@@ -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==