@backstage/plugin-kubernetes-cluster 0.0.0-nightly-20240914022633 → 0.0.0-nightly-20240915023307

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,15 +1,15 @@
1
1
  # @backstage/plugin-kubernetes-cluster
2
2
 
3
- ## 0.0.0-nightly-20240914022633
3
+ ## 0.0.0-nightly-20240915023307
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240914022633
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240914022633
11
- - @backstage/core-plugin-api@0.0.0-nightly-20240914022633
12
- - @backstage/plugin-kubernetes-react@0.0.0-nightly-20240914022633
9
+ - @backstage/core-components@0.0.0-nightly-20240915023307
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240915023307
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20240915023307
12
+ - @backstage/plugin-kubernetes-react@0.0.0-nightly-20240915023307
13
13
  - @backstage/catalog-model@1.6.0
14
14
  - @backstage/plugin-kubernetes-common@0.8.2
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-cluster",
3
- "version": "0.0.0-nightly-20240914022633",
3
+ "version": "0.0.0-nightly-20240915023307",
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.6.0",
45
- "@backstage/core-components": "^0.0.0-nightly-20240914022633",
46
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240914022633",
47
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240914022633",
45
+ "@backstage/core-components": "^0.0.0-nightly-20240915023307",
46
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240915023307",
47
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240915023307",
48
48
  "@backstage/plugin-kubernetes-common": "^0.8.2",
49
- "@backstage/plugin-kubernetes-react": "^0.0.0-nightly-20240914022633",
49
+ "@backstage/plugin-kubernetes-react": "^0.0.0-nightly-20240915023307",
50
50
  "@kubernetes-models/apimachinery": "^1.1.0",
51
51
  "@kubernetes-models/base": "^4.0.1",
52
52
  "@material-ui/core": "^4.12.2",
@@ -60,8 +60,8 @@
60
60
  "react-use": "^17.2.4"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/cli": "^0.0.0-nightly-20240914022633",
64
- "@backstage/test-utils": "^0.0.0-nightly-20240914022633",
63
+ "@backstage/cli": "^0.0.0-nightly-20240915023307",
64
+ "@backstage/test-utils": "^0.0.0-nightly-20240915023307",
65
65
  "@testing-library/dom": "^10.0.0",
66
66
  "@testing-library/jest-dom": "^6.0.0",
67
67
  "@testing-library/react": "^16.0.0",