@backstage/plugin-kubernetes-cluster 0.0.8 → 0.0.9

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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-kubernetes-cluster
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - e8f026a: Use ESM exports of react-use library
8
+ - 1c1140e: Added ESLint rule `no-top-level-material-ui-4-imports` in the `kubernetes-cluster` plugin to migrate the Material UI imports.
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.14.3
11
+ - @backstage/plugin-kubernetes-react@0.3.3
12
+ - @backstage/plugin-catalog-react@1.11.2
13
+ - @backstage/core-plugin-api@1.9.1
14
+ - @backstage/catalog-model@1.4.5
15
+ - @backstage/plugin-kubernetes-common@0.7.5
16
+
3
17
  ## 0.0.8
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-cluster",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
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.14.2",
41
+ "@backstage/core-components": "^0.14.3",
42
42
  "@backstage/core-plugin-api": "^1.9.1",
43
- "@backstage/plugin-catalog-react": "^1.11.1",
43
+ "@backstage/plugin-catalog-react": "^1.11.2",
44
44
  "@backstage/plugin-kubernetes-common": "^0.7.5",
45
- "@backstage/plugin-kubernetes-react": "^0.3.2",
45
+ "@backstage/plugin-kubernetes-react": "^0.3.3",
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.26.1",
60
- "@backstage/test-utils": "^1.5.2",
59
+ "@backstage/cli": "^0.26.2",
60
+ "@backstage/test-utils": "^1.5.3",
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",