@backstage/plugin-kubernetes-cluster 0.0.0-nightly-20240323021043 → 0.0.0-nightly-20240325021142

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-kubernetes-cluster
2
2
 
3
- ## 0.0.0-nightly-20240323021043
3
+ ## 0.0.0-nightly-20240325021142
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e8f026a: Use ESM exports of react-use library
8
8
  - 1c1140e: Added ESLint rule `no-top-level-material-ui-4-imports` in the `kubernetes-cluster` plugin to migrate the Material UI imports.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20240323021043
11
- - @backstage/plugin-kubernetes-react@0.0.0-nightly-20240323021043
12
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240323021043
10
+ - @backstage/core-components@0.0.0-nightly-20240325021142
11
+ - @backstage/plugin-kubernetes-react@0.0.0-nightly-20240325021142
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240325021142
13
13
  - @backstage/core-plugin-api@1.9.1
14
14
  - @backstage/catalog-model@1.4.5
15
15
  - @backstage/plugin-kubernetes-common@0.7.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-cluster",
3
- "version": "0.0.0-nightly-20240323021043",
3
+ "version": "0.0.0-nightly-20240325021142",
4
4
  "description": "A Backstage plugin that shows details of Kubernetes clusters",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/catalog-model": "^1.4.5",
41
- "@backstage/core-components": "^0.0.0-nightly-20240323021043",
41
+ "@backstage/core-components": "^0.0.0-nightly-20240325021142",
42
42
  "@backstage/core-plugin-api": "^1.9.1",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240323021043",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240325021142",
44
44
  "@backstage/plugin-kubernetes-common": "^0.7.5",
45
- "@backstage/plugin-kubernetes-react": "^0.0.0-nightly-20240323021043",
45
+ "@backstage/plugin-kubernetes-react": "^0.0.0-nightly-20240325021142",
46
46
  "@kubernetes-models/apimachinery": "^1.1.0",
47
47
  "@kubernetes-models/base": "^4.0.1",
48
48
  "@material-ui/core": "^4.12.2",
@@ -56,8 +56,8 @@
56
56
  "react-use": "^17.2.4"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.0.0-nightly-20240323021043",
60
- "@backstage/test-utils": "^0.0.0-nightly-20240323021043",
59
+ "@backstage/cli": "^0.0.0-nightly-20240325021142",
60
+ "@backstage/test-utils": "^0.0.0-nightly-20240325021142",
61
61
  "@testing-library/dom": "^9.0.0",
62
62
  "@testing-library/jest-dom": "^6.0.0",
63
63
  "@testing-library/react": "^14.0.0",