@backstage/plugin-home-react 0.1.33-next.0 → 0.1.33-next.1

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,18 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
+ ## 0.1.33-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`.
8
+ Updated dependency `@rjsf/core` to `5.24.13`.
9
+ Updated dependency `@rjsf/material-ui` to `5.24.13`.
10
+ Updated dependency `@rjsf/validator-ajv8` to `5.24.13`.
11
+ - Updated dependencies
12
+ - @backstage/frontend-plugin-api@0.13.2-next.1
13
+ - @backstage/core-components@0.18.4-next.2
14
+ - @backstage/core-plugin-api@1.12.1-next.0
15
+
3
16
  ## 0.1.33-next.0
4
17
 
5
18
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -114,4 +114,5 @@ declare module '@backstage/theme' {
114
114
  }
115
115
  }
116
116
 
117
- export { type BackstageOverrides, type CardConfig, type CardExtensionProps, type CardLayout, type CardSettings, type ComponentParts, type ComponentRenderer, ContentModal, type ContentModalProps, type PluginHomeComponentsNameToClassKey, type PluginHomeContentModalClassKey, type RendererProps, SettingsModal, createCardExtension };
117
+ export { ContentModal, SettingsModal, createCardExtension };
118
+ export type { BackstageOverrides, CardConfig, CardExtensionProps, CardLayout, CardSettings, ComponentParts, ComponentRenderer, ContentModalProps, PluginHomeComponentsNameToClassKey, PluginHomeContentModalClassKey, RendererProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home-react",
3
- "version": "0.1.33-next.0",
3
+ "version": "0.1.33-next.1",
4
4
  "description": "A Backstage plugin that contains react components helps you build a home page",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -63,15 +63,15 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-components": "0.18.4-next.0",
66
+ "@backstage/core-components": "0.18.4-next.2",
67
67
  "@backstage/core-plugin-api": "1.12.1-next.0",
68
- "@backstage/frontend-plugin-api": "0.13.2-next.0",
68
+ "@backstage/frontend-plugin-api": "0.13.2-next.1",
69
69
  "@material-ui/core": "^4.12.2",
70
70
  "@material-ui/icons": "^4.9.1",
71
- "@rjsf/utils": "5.23.2"
71
+ "@rjsf/utils": "5.24.13"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "0.34.6-next.0",
74
+ "@backstage/cli": "0.35.0-next.2",
75
75
  "@types/react": "^18.0.0",
76
76
  "@types/react-grid-layout": "^1.3.2",
77
77
  "react": "^18.0.2",