@backstage/plugin-kubernetes-react 0.0.0-nightly-20240817021759 → 0.0.0-nightly-20240820021901

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
- ## 0.0.0-nightly-20240817021759
3
+ ## 0.0.0-nightly-20240820021901
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 954a593: `Liveness Probe` added in ContainerCard Component of PodDrawer
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240817021759
10
- - @backstage/catalog-model@0.0.0-nightly-20240817021759
9
+ - @backstage/core-components@0.0.0-nightly-20240820021901
10
+ - @backstage/catalog-model@0.0.0-nightly-20240820021901
11
11
  - @backstage/core-plugin-api@1.9.3
12
12
  - @backstage/errors@1.2.4
13
13
  - @backstage/types@1.1.1
14
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240817021759
14
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240820021901
15
15
 
16
16
  ## 0.4.2-next.3
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
- "version": "0.0.0-nightly-20240817021759",
3
+ "version": "0.0.0-nightly-20240820021901",
4
4
  "description": "Web library for the kubernetes-react plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -41,11 +41,11 @@
41
41
  "test": "backstage-cli package test"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/catalog-model": "^0.0.0-nightly-20240817021759",
45
- "@backstage/core-components": "^0.0.0-nightly-20240817021759",
44
+ "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
45
+ "@backstage/core-components": "^0.0.0-nightly-20240820021901",
46
46
  "@backstage/core-plugin-api": "^1.9.3",
47
47
  "@backstage/errors": "^1.2.4",
48
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240817021759",
48
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240820021901",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "@kubernetes-models/apimachinery": "^1.1.0",
51
51
  "@kubernetes-models/base": "^4.0.1",
@@ -65,9 +65,9 @@
65
65
  "xterm-addon-fit": "^0.8.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/cli": "^0.0.0-nightly-20240817021759",
69
- "@backstage/core-app-api": "^0.0.0-nightly-20240817021759",
70
- "@backstage/test-utils": "^0.0.0-nightly-20240817021759",
68
+ "@backstage/cli": "^0.0.0-nightly-20240820021901",
69
+ "@backstage/core-app-api": "^0.0.0-nightly-20240820021901",
70
+ "@backstage/test-utils": "^0.0.0-nightly-20240820021901",
71
71
  "@testing-library/jest-dom": "^6.0.0",
72
72
  "@testing-library/react": "^15.0.0",
73
73
  "jest-websocket-mock": "^2.5.0",