@backstage/plugin-kubernetes-react 0.0.0-nightly-20240120021525 → 0.0.0-nightly-20240122021809

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
- ## 0.0.0-nightly-20240120021525
3
+ ## 0.0.0-nightly-20240122021809
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,8 +11,8 @@
11
11
  - 536f67d: Fix broken XtermJS CSS import
12
12
  - db1054b: Fixed a bug where the logs dialog and any other functionality depending on the proxy endpoint would fail for clusters configured with the OIDC auth provider.
13
13
  - Updated dependencies
14
- - @backstage/catalog-model@1.4.3
15
14
  - @backstage/core-components@0.13.10
15
+ - @backstage/catalog-model@1.4.3
16
16
  - @backstage/core-plugin-api@1.8.2
17
17
  - @backstage/errors@1.2.3
18
18
  - @backstage/types@1.1.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
3
  "description": "Web library for the kubernetes-react plugin",
4
- "version": "0.0.0-nightly-20240120021525",
4
+ "version": "0.0.0-nightly-20240122021809",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -52,9 +52,9 @@
52
52
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.0.0-nightly-20240120021525",
55
+ "@backstage/cli": "^0.0.0-nightly-20240122021809",
56
56
  "@backstage/core-app-api": "^1.11.3",
57
- "@backstage/test-utils": "^0.0.0-nightly-20240120021525",
57
+ "@backstage/test-utils": "^0.0.0-nightly-20240122021809",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^14.0.0",
60
60
  "jest-websocket-mock": "^2.5.0",