config-loader: Bump to ajv 7, to enable v7 feature use elsewhere

This commit is contained in:
Fredrik Adelöw
2021-01-27 20:57:35 +01:00
parent 64e35f7d30
commit 062df71db1
8 changed files with 43 additions and 34 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"dependencies": {
"@backstage/cli-common": "^0.1.1",
"@backstage/config": "^0.1.1",
"ajv": "^6.12.5",
"ajv": "^7.0.3",
"fs-extra": "^9.0.0",
"json-schema": "^0.2.5",
"json-schema-merge-allof": "^0.7.0",