@backstage/plugin-kubernetes-cluster 0.0.0-nightly-20231219021535 → 0.0.0-nightly-20231222021330

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 +20 -7
  2. package/package.json +9 -17
package/CHANGELOG.md CHANGED
@@ -1,16 +1,29 @@
1
1
  # @backstage/plugin-kubernetes-cluster
2
2
 
3
- ## 0.0.0-nightly-20231219021535
3
+ ## 0.0.0-nightly-20231222021330
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 4016f21: Remove some unused dependencies
7
8
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-20231219021535
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20231219021535
10
- - @backstage/core-components@0.0.0-nightly-20231219021535
11
- - @backstage/theme@0.0.0-nightly-20231219021535
12
- - @backstage/plugin-kubernetes-react@0.0.0-nightly-20231219021535
13
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20231219021535
9
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20231222021330
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20231222021330
11
+ - @backstage/catalog-model@1.4.3
12
+ - @backstage/core-components@0.13.9
13
+ - @backstage/core-plugin-api@1.8.1
14
+ - @backstage/plugin-kubernetes-react@0.0.0-nightly-20231222021330
15
+
16
+ ## 0.0.4
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/core-plugin-api@1.8.1
22
+ - @backstage/plugin-catalog-react@1.9.2
23
+ - @backstage/core-components@0.13.9
24
+ - @backstage/theme@0.5.0
25
+ - @backstage/plugin-kubernetes-react@0.2.0
26
+ - @backstage/plugin-kubernetes-common@0.7.2
14
27
  - @backstage/catalog-model@1.4.3
15
28
  - @backstage/config@1.1.1
16
29
  - @backstage/errors@1.2.3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-cluster",
3
3
  "description": "A Backstage plugin that shows details of Kubernetes clusters",
4
- "version": "0.0.0-nightly-20231219021535",
4
+ "version": "0.0.0-nightly-20231222021330",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,18 +35,14 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@backstage/catalog-model": "^1.4.3",
38
- "@backstage/config": "^1.1.1",
39
- "@backstage/core-components": "^0.0.0-nightly-20231219021535",
40
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231219021535",
41
- "@backstage/errors": "^1.2.3",
42
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231219021535",
43
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20231219021535",
44
- "@backstage/plugin-kubernetes-react": "^0.0.0-nightly-20231219021535",
45
- "@backstage/theme": "^0.0.0-nightly-20231219021535",
38
+ "@backstage/core-components": "^0.13.9",
39
+ "@backstage/core-plugin-api": "^1.8.1",
40
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231222021330",
41
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20231222021330",
42
+ "@backstage/plugin-kubernetes-react": "^0.0.0-nightly-20231222021330",
46
43
  "@kubernetes-models/apimachinery": "^1.1.0",
47
44
  "@kubernetes-models/base": "^4.0.1",
48
45
  "@material-ui/core": "^4.12.2",
49
- "@material-ui/icons": "^4.9.1",
50
46
  "@material-ui/lab": "4.0.0-alpha.61",
51
47
  "@types/react": "^16.13.1 || ^17.0.0",
52
48
  "cronstrue": "^2.2.0",
@@ -62,16 +58,12 @@
62
58
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
63
59
  },
64
60
  "devDependencies": {
65
- "@backstage/cli": "^0.0.0-nightly-20231219021535",
66
- "@backstage/core-app-api": "^0.0.0-nightly-20231219021535",
67
- "@backstage/dev-utils": "^0.0.0-nightly-20231219021535",
68
- "@backstage/test-utils": "^0.0.0-nightly-20231219021535",
61
+ "@backstage/cli": "^0.0.0-nightly-20231222021330",
62
+ "@backstage/test-utils": "^0.0.0-nightly-20231222021330",
69
63
  "@testing-library/dom": "^9.0.0",
70
64
  "@testing-library/jest-dom": "^6.0.0",
71
65
  "@testing-library/react": "^14.0.0",
72
- "@testing-library/user-event": "^14.0.0",
73
- "@types/node": "^16.11.26",
74
- "msw": "^1.0.0"
66
+ "@types/node": "^16.11.26"
75
67
  },
76
68
  "files": [
77
69
  "dist"