@backstage/plugin-kubernetes-cluster 0.0.0-nightly-20241006023330 → 0.0.0-nightly-20241008023419

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-kubernetes-cluster
2
2
 
3
- ## 0.0.0-nightly-20241006023330
3
+ ## 0.0.0-nightly-20241008023419
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e969dc7: Move `@types/react` to a peer dependency.
8
8
  - 605e0bb: Updated dependency `@kubernetes-models/base` to `^5.0.0`.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20241006023330
11
- - @backstage/core-plugin-api@0.0.0-nightly-20241006023330
12
- - @backstage/plugin-kubernetes-react@0.0.0-nightly-20241006023330
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-20241006023330
10
+ - @backstage/core-components@0.0.0-nightly-20241008023419
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20241008023419
12
+ - @backstage/plugin-kubernetes-react@0.0.0-nightly-20241008023419
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20241008023419
14
14
  - @backstage/catalog-model@1.7.0
15
15
  - @backstage/plugin-kubernetes-common@0.8.3
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-cluster",
3
- "version": "0.0.0-nightly-20241006023330",
3
+ "version": "0.0.0-nightly-20241008023419",
4
4
  "description": "A Backstage plugin that shows details of Kubernetes clusters",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -42,11 +42,11 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@backstage/catalog-model": "1.7.0",
45
- "@backstage/core-components": "0.0.0-nightly-20241006023330",
46
- "@backstage/core-plugin-api": "0.0.0-nightly-20241006023330",
47
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20241006023330",
45
+ "@backstage/core-components": "0.0.0-nightly-20241008023419",
46
+ "@backstage/core-plugin-api": "0.0.0-nightly-20241008023419",
47
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20241008023419",
48
48
  "@backstage/plugin-kubernetes-common": "0.8.3",
49
- "@backstage/plugin-kubernetes-react": "0.0.0-nightly-20241006023330",
49
+ "@backstage/plugin-kubernetes-react": "0.0.0-nightly-20241008023419",
50
50
  "@kubernetes-models/apimachinery": "^1.1.0",
51
51
  "@kubernetes-models/base": "^5.0.0",
52
52
  "@material-ui/core": "^4.12.2",
@@ -59,8 +59,8 @@
59
59
  "react-use": "^17.2.4"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "0.0.0-nightly-20241006023330",
63
- "@backstage/test-utils": "0.0.0-nightly-20241006023330",
62
+ "@backstage/cli": "0.0.0-nightly-20241008023419",
63
+ "@backstage/test-utils": "0.0.0-nightly-20241008023419",
64
64
  "@testing-library/dom": "^10.0.0",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
66
  "@testing-library/react": "^16.0.0",