config-loader: switch to ajv v6

This commit is contained in:
Patrik Oldsberg
2020-11-09 10:11:50 +01:00
parent e43aa0dc60
commit 2e4de99338
5 changed files with 38 additions and 58 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
"@backstage/config": "^0.1.1",
"@types/json-schema": "^7.0.6",
"@types/json-schema-merge-allof": "^0.6.0",
"ajv": "^7.0.0-beta.2",
"ajv": "^6.12.5",
"fs-extra": "^9.0.0",
"json-schema": "^0.2.5",
"json-schema-merge-allof": "^0.7.0",