@backstage/plugin-kubernetes-react 0.0.0-nightly-20260420031813 → 0.0.0-nightly-20260422031853

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 +18 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
- ## 0.0.0-nightly-20260420031813
3
+ ## 0.0.0-nightly-20260422031853
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20260420031813
9
- - @backstage/errors@0.0.0-nightly-20260420031813
10
- - @backstage/catalog-model@0.0.0-nightly-20260420031813
11
- - @backstage/core-plugin-api@0.0.0-nightly-20260420031813
8
+ - @backstage/core-components@0.0.0-nightly-20260422031853
9
+ - @backstage/errors@0.0.0-nightly-20260422031853
10
+ - @backstage/catalog-model@0.0.0-nightly-20260422031853
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20260422031853
12
12
  - @backstage/types@1.2.2
13
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20260420031813
13
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20260422031853
14
+
15
+ ## 0.5.19-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.18.10-next.0
21
+ - @backstage/errors@1.3.1-next.0
22
+ - @backstage/catalog-model@1.8.1-next.0
23
+ - @backstage/core-plugin-api@1.12.6-next.0
24
+ - @backstage/types@1.2.2
25
+ - @backstage/plugin-kubernetes-common@0.9.12-next.0
14
26
 
15
27
  ## 0.5.18
16
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
- "version": "0.0.0-nightly-20260420031813",
3
+ "version": "0.0.0-nightly-20260422031853",
4
4
  "description": "Web library for the kubernetes-react plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -62,11 +62,11 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/catalog-model": "0.0.0-nightly-20260420031813",
66
- "@backstage/core-components": "0.0.0-nightly-20260420031813",
67
- "@backstage/core-plugin-api": "0.0.0-nightly-20260420031813",
68
- "@backstage/errors": "0.0.0-nightly-20260420031813",
69
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20260420031813",
65
+ "@backstage/catalog-model": "0.0.0-nightly-20260422031853",
66
+ "@backstage/core-components": "0.0.0-nightly-20260422031853",
67
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260422031853",
68
+ "@backstage/errors": "0.0.0-nightly-20260422031853",
69
+ "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20260422031853",
70
70
  "@backstage/types": "1.2.2",
71
71
  "@kubernetes-models/apimachinery": "^2.0.0",
72
72
  "@kubernetes-models/base": "^5.0.0",
@@ -85,9 +85,9 @@
85
85
  "react-use": "^17.4.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/cli": "0.0.0-nightly-20260420031813",
89
- "@backstage/core-app-api": "0.0.0-nightly-20260420031813",
90
- "@backstage/test-utils": "0.0.0-nightly-20260420031813",
88
+ "@backstage/cli": "0.0.0-nightly-20260422031853",
89
+ "@backstage/core-app-api": "0.0.0-nightly-20260422031853",
90
+ "@backstage/test-utils": "0.0.0-nightly-20260422031853",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^16.0.0",
93
93
  "@types/react": "^18.0.0",