config,config-loader: fix lagging versions

This commit is contained in:
Patrik Oldsberg
2020-07-24 11:38:45 +02:00
parent bc206dd69d
commit a852c2f141
14 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
},
"dependencies": {
"@backstage/backend-common": "^0.1.1-alpha.16",
"@backstage/config": "^0.1.1-alpha.13",
"@backstage/config-loader": "^0.1.1-alpha.13",
"@backstage/config": "^0.1.1-alpha.16",
"@backstage/config-loader": "^0.1.1-alpha.16",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",