fix: add missing dependencies to prevent build from failing

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-03-12 19:44:35 +01:00
committed by Fredrik Adelöw
parent e3cca397e4
commit f65495894e
@@ -33,7 +33,9 @@
"@gitbeaker/browser": "34.2.0",
"@gitbeaker/core": "^35.4.0",
"luxon": "^2.0.2",
"p-limit": "^4.0.0"
"p-limit": "^4.0.0",
"@backstage/core-plugin-api": "^0.8.0",
"@backstage/catalog-model": "^0.13.0"
},
"devDependencies": {
"@backstage/cli": "^0.15.2"