@backstage/plugin-kubernetes-react 0.5.18-next.0 → 0.5.18

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
+ ## 0.5.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/errors@1.3.0
9
+ - @backstage/catalog-model@1.8.0
10
+ - @backstage/core-components@0.18.9
11
+ - @backstage/core-plugin-api@1.12.5
12
+ - @backstage/plugin-kubernetes-common@0.9.11
13
+
14
+ ## 0.5.18-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/errors@1.3.0-next.0
20
+ - @backstage/core-components@0.18.9-next.1
21
+ - @backstage/catalog-model@1.7.8-next.0
22
+ - @backstage/core-plugin-api@1.12.5-next.2
23
+ - @backstage/plugin-kubernetes-common@0.9.11-next.0
24
+
3
25
  ## 0.5.18-next.0
4
26
 
5
27
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
1
+ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { useState, useContext } from 'react';
3
3
  import Button from '@material-ui/core/Button';
4
4
  import Typography from '@material-ui/core/Typography';
@@ -1,4 +1,4 @@
1
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
1
+ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import Avatar from '@material-ui/core/Avatar';
3
3
  import Container from '@material-ui/core/Container';
4
4
  import Grid from '@material-ui/core/Grid';
package/dist/index.esm.js CHANGED
@@ -47,11 +47,11 @@ export { ResourceUtilization } from './components/ResourceUtilization/ResourceUt
47
47
  export { PodExecTerminal } from './components/PodExecTerminal/PodExecTerminal.esm.js';
48
48
  export { PodExecTerminalDialog } from './components/PodExecTerminal/PodExecTerminalDialog.esm.js';
49
49
  export { kubernetesReactTranslationRef } from './translation.esm.js';
50
- export { StandardClusterLinksFormatter } from './api/formatters/StandardClusterLinksFormatter.esm.js';
51
50
  export { AksClusterLinksFormatter } from './api/formatters/AksClusterLinksFormatter.esm.js';
52
51
  export { EksClusterLinksFormatter } from './api/formatters/EksClusterLinksFormatter.esm.js';
53
52
  export { GkeClusterLinksFormatter } from './api/formatters/GkeClusterLinksFormatter.esm.js';
53
+ export { HeadlampClusterLinksFormatter } from './api/formatters/HeadlampClusterLinksFormatter.esm.js';
54
54
  export { OpenshiftClusterLinksFormatter } from './api/formatters/OpenshiftClusterLinksFormatter.esm.js';
55
55
  export { RancherClusterLinksFormatter } from './api/formatters/RancherClusterLinksFormatter.esm.js';
56
- export { HeadlampClusterLinksFormatter } from './api/formatters/HeadlampClusterLinksFormatter.esm.js';
56
+ export { StandardClusterLinksFormatter } from './api/formatters/StandardClusterLinksFormatter.esm.js';
57
57
  //# sourceMappingURL=index.esm.js.map
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
2
  import { Fragment } from 'react';
3
3
  import '@material-ui/core/Chip';
4
4
  import { StatusOK, SubvalueCell, StatusError, StatusAborted } from '@backstage/core-components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
- "version": "0.5.18-next.0",
3
+ "version": "0.5.18",
4
4
  "description": "Web library for the kubernetes-react plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -62,12 +62,12 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/catalog-model": "1.7.7",
66
- "@backstage/core-components": "0.18.9-next.0",
67
- "@backstage/core-plugin-api": "1.12.5-next.0",
68
- "@backstage/errors": "1.2.7",
69
- "@backstage/plugin-kubernetes-common": "0.9.10",
70
- "@backstage/types": "1.2.2",
65
+ "@backstage/catalog-model": "^1.8.0",
66
+ "@backstage/core-components": "^0.18.9",
67
+ "@backstage/core-plugin-api": "^1.12.5",
68
+ "@backstage/errors": "^1.3.0",
69
+ "@backstage/plugin-kubernetes-common": "^0.9.11",
70
+ "@backstage/types": "^1.2.2",
71
71
  "@kubernetes-models/apimachinery": "^2.0.0",
72
72
  "@kubernetes-models/base": "^5.0.0",
73
73
  "@kubernetes/client-node": "1.4.0",
@@ -85,9 +85,9 @@
85
85
  "react-use": "^17.4.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/cli": "0.36.1-next.0",
89
- "@backstage/core-app-api": "1.19.7-next.0",
90
- "@backstage/test-utils": "1.7.17-next.0",
88
+ "@backstage/cli": "^0.36.1",
89
+ "@backstage/core-app-api": "^1.20.0",
90
+ "@backstage/test-utils": "^1.7.17",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^16.0.0",
93
93
  "@types/react": "^18.0.0",