Merge pull request #9940 from backstage/freben/catalog-types-move

move @types/json-schema to a dev dep
This commit is contained in:
Fredrik Adelöw
2022-03-03 12:41:07 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-model': patch
---
Move `@types/json-schema` to be a dev dependency
+1 -1
View File
@@ -37,7 +37,6 @@
"@backstage/config": "^0.1.15",
"@backstage/errors": "^0.2.2",
"@backstage/types": "^0.1.3",
"@types/json-schema": "^7.0.5",
"ajv": "^7.0.3",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
@@ -46,6 +45,7 @@
"devDependencies": {
"@backstage/cli": "^0.14.1",
"@types/jest": "^26.0.7",
"@types/json-schema": "^7.0.5",
"@types/lodash": "^4.14.151",
"yaml": "^1.9.2"
},