cicd-statistics: fix core-plugin-api dependency range

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-13 14:28:54 +01:00
parent 828a3e339c
commit 0b9bce831b
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-cicd-statistics': patch
---
Updated `@backstage/core-plugin-api` dependency.
+1 -1
View File
@@ -34,7 +34,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.8",
"@backstage/core-plugin-api": "^0.4.1",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/plugin-catalog-react": "^0.6.14",
"@date-io/luxon": "^1.3.13",
"@material-ui/core": "^4.9.13",