scaffolder-{backend,common}: fix outdated dependency versions

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-10-11 11:12:51 +02:00
parent f20547d745
commit e23831dffb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -36,10 +36,10 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/catalog-model": "^0.9.3",
"@backstage/catalog-model": "^0.9.4",
"@backstage/config": "^0.1.10"
},
"devDependencies": {
"@backstage/cli": "^0.7.13"
"@backstage/cli": "^0.7.15"
}
}