Merge pull request #9497 from backstage/rugvip/range

cicd-statistics: fix core-plugin-api dependency range
This commit is contained in:
Johan Haals
2022-02-14 09:02:24 +01:00
committed by GitHub
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",