@backstage/plugin-kubernetes 0.0.0-nightly-202201122931 → 0.0.0-nightly-202201323044

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 +8 -8
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
- ## 0.0.0-nightly-202201122931
3
+ ## 0.0.0-nightly-202201323044
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7612e2856b: Clean up emptystate.svg image, removing wrong white artifact from the background
8
8
  - Updated dependencies
9
- - @backstage/config@0.0.0-nightly-202201122931
10
- - @backstage/core-components@0.0.0-nightly-202201122931
11
- - @backstage/core-plugin-api@0.0.0-nightly-202201122931
12
- - @backstage/plugin-catalog-react@0.0.0-nightly-202201122931
13
- - @backstage/catalog-model@0.0.0-nightly-202201122931
14
- - @backstage/theme@0.0.0-nightly-202201122931
15
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-202201122931
9
+ - @backstage/config@0.0.0-nightly-202201323044
10
+ - @backstage/core-components@0.0.0-nightly-202201323044
11
+ - @backstage/core-plugin-api@0.0.0-nightly-202201323044
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202201323044
13
+ - @backstage/catalog-model@0.0.0-nightly-202201323044
14
+ - @backstage/theme@0.0.0-nightly-202201323044
15
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-202201323044
16
16
 
17
17
  ## 0.5.3
18
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
3
  "description": "A Backstage plugin that integrates towards Kubernetes",
4
- "version": "0.0.0-nightly-202201122931",
4
+ "version": "0.0.0-nightly-202201323044",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,14 +31,14 @@
31
31
  "clean": "backstage-cli clean"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/catalog-model": "^0.0.0-nightly-202201122931",
35
- "@backstage/config": "^0.0.0-nightly-202201122931",
36
- "@backstage/core-components": "^0.0.0-nightly-202201122931",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201122931",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201122931",
39
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-202201122931",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-202201323044",
35
+ "@backstage/config": "^0.0.0-nightly-202201323044",
36
+ "@backstage/core-components": "^0.0.0-nightly-202201323044",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202201323044",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201323044",
39
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-202201323044",
40
40
  "@kubernetes/client-node": "^0.16.0",
41
- "@backstage/theme": "^0.0.0-nightly-202201122931",
41
+ "@backstage/theme": "^0.0.0-nightly-202201323044",
42
42
  "@material-ui/core": "^4.12.2",
43
43
  "@material-ui/icons": "^4.9.1",
44
44
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -53,10 +53,10 @@
53
53
  "react": "^16.13.1 || ^17.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.0.0-nightly-202201122931",
57
- "@backstage/core-app-api": "^0.0.0-nightly-202201122931",
58
- "@backstage/dev-utils": "^0.0.0-nightly-202201122931",
59
- "@backstage/test-utils": "^0.0.0-nightly-202201122931",
56
+ "@backstage/cli": "^0.0.0-nightly-202201323044",
57
+ "@backstage/core-app-api": "^0.0.0-nightly-202201323044",
58
+ "@backstage/dev-utils": "^0.0.0-nightly-202201323044",
59
+ "@backstage/test-utils": "^0.0.0-nightly-202201323044",
60
60
  "@testing-library/jest-dom": "^5.10.1",
61
61
  "@testing-library/react": "^11.2.5",
62
62
  "@testing-library/react-hooks": "^7.0.2",