@backstage/plugin-home 0.8.1 → 0.8.3-next.0

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,26 @@
1
1
  # @backstage/plugin-home
2
2
 
3
+ ## 0.8.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 9951ba4: Updated dependency `@rjsf/utils` to `5.23.1`.
8
+ Updated dependency `@rjsf/core` to `5.23.1`.
9
+ Updated dependency `@rjsf/material-ui` to `5.23.1`.
10
+ Updated dependency `@rjsf/validator-ajv8` to `5.23.1`.
11
+ - Updated dependencies
12
+ - @backstage/core-app-api@1.15.3-next.0
13
+ - @backstage/plugin-catalog-react@1.14.3-next.0
14
+ - @backstage/plugin-home-react@0.1.21-next.0
15
+ - @backstage/frontend-plugin-api@0.9.3-next.0
16
+ - @backstage/theme@0.6.3-next.0
17
+ - @backstage/catalog-client@1.8.1-next.0
18
+ - @backstage/catalog-model@1.7.1
19
+ - @backstage/config@1.3.0
20
+ - @backstage/core-compat-api@0.3.4-next.0
21
+ - @backstage/core-components@0.16.2-next.0
22
+ - @backstage/core-plugin-api@1.10.1
23
+
3
24
  ## 0.8.1
4
25
 
5
26
  ### Patch Changes
package/dist/alpha.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { createRouteRef, createExtensionDataRef, PageBlueprint, coreExtensionData, createExtensionInput, createFrontendPlugin } from '@backstage/frontend-plugin-api';
2
+ import { createRouteRef, createExtensionDataRef, PageBlueprint, createExtensionInput, coreExtensionData, createFrontendPlugin } from '@backstage/frontend-plugin-api';
3
3
  import { compatWrapper } from '@backstage/core-compat-api';
4
4
 
5
5
  const rootRouteRef = createRouteRef();
@@ -1,6 +1,6 @@
1
1
  import React, { useMemo, useCallback } from 'react';
2
2
  import { WidthProvider, Responsive } from 'react-grid-layout';
3
- import { useElementFilter, getComponentData, useApi, storageApiRef } from '@backstage/core-plugin-api';
3
+ import { useElementFilter, useApi, storageApiRef, getComponentData } from '@backstage/core-plugin-api';
4
4
  import 'react-grid-layout/css/styles.css';
5
5
  import 'react-resizable/css/styles.css';
6
6
  import Dialog from '@material-ui/core/Dialog';
@@ -12,7 +12,7 @@ import Typography from '@material-ui/core/Typography';
12
12
  import { WidgetSettingsOverlay } from './WidgetSettingsOverlay.esm.js';
13
13
  import { AddWidgetDialog } from './AddWidgetDialog.esm.js';
14
14
  import { CustomHomepageButtons } from './CustomHomepageButtons.esm.js';
15
- import { WidgetSchema, LayoutConfigurationSchema, CustomHomepageGridStateV1Schema } from './types.esm.js';
15
+ import { CustomHomepageGridStateV1Schema, LayoutConfigurationSchema, WidgetSchema } from './types.esm.js';
16
16
 
17
17
  const ResponsiveGrid = WidthProvider(Responsive);
18
18
  const useStyles = makeStyles(
@@ -1,4 +1,4 @@
1
- import { createPlugin, createApiFactory, identityApiRef, storageApiRef, createRoutableExtension, createComponentExtension } from '@backstage/core-plugin-api';
1
+ import { createPlugin, createApiFactory, storageApiRef, identityApiRef, createRoutableExtension, createComponentExtension } from '@backstage/core-plugin-api';
2
2
  import { createCardExtension } from '@backstage/plugin-home-react';
3
3
  import { rootRouteRef } from './routes.esm.js';
4
4
  import { VisitsStorageApi } from './api/VisitsStorageApi.esm.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home",
3
- "version": "0.8.1",
3
+ "version": "0.8.3-next.0",
4
4
  "description": "A Backstage plugin that helps you build a home page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -65,24 +65,24 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/catalog-client": "^1.8.0",
69
- "@backstage/catalog-model": "^1.7.1",
70
- "@backstage/config": "^1.3.0",
71
- "@backstage/core-app-api": "^1.15.2",
72
- "@backstage/core-compat-api": "^0.3.2",
73
- "@backstage/core-components": "^0.16.0",
74
- "@backstage/core-plugin-api": "^1.10.1",
75
- "@backstage/frontend-plugin-api": "^0.9.1",
76
- "@backstage/plugin-catalog-react": "^1.14.1",
77
- "@backstage/plugin-home-react": "^0.1.19",
78
- "@backstage/theme": "^0.6.1",
68
+ "@backstage/catalog-client": "1.8.1-next.0",
69
+ "@backstage/catalog-model": "1.7.1",
70
+ "@backstage/config": "1.3.0",
71
+ "@backstage/core-app-api": "1.15.3-next.0",
72
+ "@backstage/core-compat-api": "0.3.4-next.0",
73
+ "@backstage/core-components": "0.16.2-next.0",
74
+ "@backstage/core-plugin-api": "1.10.1",
75
+ "@backstage/frontend-plugin-api": "0.9.3-next.0",
76
+ "@backstage/plugin-catalog-react": "1.14.3-next.0",
77
+ "@backstage/plugin-home-react": "0.1.21-next.0",
78
+ "@backstage/theme": "0.6.3-next.0",
79
79
  "@material-ui/core": "^4.12.2",
80
80
  "@material-ui/icons": "^4.9.1",
81
81
  "@material-ui/lab": "4.0.0-alpha.61",
82
- "@rjsf/core": "5.21.2",
83
- "@rjsf/material-ui": "5.21.2",
84
- "@rjsf/utils": "5.21.2",
85
- "@rjsf/validator-ajv8": "5.21.2",
82
+ "@rjsf/core": "5.23.1",
83
+ "@rjsf/material-ui": "5.23.1",
84
+ "@rjsf/utils": "5.23.1",
85
+ "@rjsf/validator-ajv8": "5.23.1",
86
86
  "lodash": "^4.17.21",
87
87
  "luxon": "^3.4.3",
88
88
  "react-grid-layout": "1.3.4",
@@ -91,9 +91,9 @@
91
91
  "zod": "^3.22.4"
92
92
  },
93
93
  "devDependencies": {
94
- "@backstage/cli": "^0.29.0",
95
- "@backstage/dev-utils": "^1.1.3",
96
- "@backstage/test-utils": "^1.7.1",
94
+ "@backstage/cli": "0.29.3-next.0",
95
+ "@backstage/dev-utils": "1.1.5-next.0",
96
+ "@backstage/test-utils": "1.7.3-next.0",
97
97
  "@testing-library/dom": "^10.0.0",
98
98
  "@testing-library/jest-dom": "^6.0.0",
99
99
  "@testing-library/react": "^16.0.0",