plugin-kubernetes: Fixes common lib name

Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
This commit is contained in:
Juan Lulkin
2021-04-29 17:33:42 +02:00
parent e6715553b3
commit 5550c49028
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
'@backstage/plugin-kubernetes-backend': patch
---
Adds @backstage/kubernetes-common library to share types between kubernetes frontend and backend.
Adds @backstage/plugin-kubernetes-common library to share types between kubernetes frontend and backend.
+1 -1
View File
@@ -33,7 +33,7 @@
"@backstage/catalog-model": "^0.7.4",
"@backstage/config": "^0.1.4",
"@backstage/core": "^0.7.6",
"@backstage/kubernetes-common": "^0.1.0",
"@backstage/plugin-kubernetes-common": "^0.1.0",
"@backstage/plugin-catalog-react": "^0.1.3",
"@backstage/theme": "^0.2.6",
"@kubernetes/client-node": "^0.14.0",