@backstage/plugin-home-react 0.1.9-next.2 → 0.1.10

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,25 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
+ ## 0.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.14.2
9
+ - @backstage/core-plugin-api@1.9.1
10
+
11
+ ## 0.1.9
12
+
13
+ ### Patch Changes
14
+
15
+ - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
16
+ Updated dependency `@rjsf/core` to `5.17.1`.
17
+ Updated dependency `@rjsf/material-ui` to `5.17.1`.
18
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.14.1
21
+ - @backstage/core-plugin-api@1.9.1
22
+
3
23
  ## 0.1.9-next.2
4
24
 
5
25
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -80,4 +80,4 @@ declare function createCardExtension<T>(options: {
80
80
  settings?: CardSettings;
81
81
  }): _backstage_core_plugin_api.Extension<(props: CardExtensionProps<T>) => React.JSX.Element>;
82
82
 
83
- export { CardConfig, CardExtensionProps, CardLayout, CardSettings, ComponentParts, ComponentRenderer, RendererProps, SettingsModal, createCardExtension };
83
+ export { type CardConfig, type CardExtensionProps, type CardLayout, type CardSettings, type ComponentParts, type ComponentRenderer, type RendererProps, SettingsModal, createCardExtension };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home-react",
3
- "version": "0.1.9-next.2",
3
+ "version": "0.1.10",
4
4
  "description": "A Backstage plugin that contains react components helps you build a home page",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -37,15 +37,15 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "^0.14.1-next.2",
41
- "@backstage/core-plugin-api": "^1.9.1-next.1",
40
+ "@backstage/core-components": "^0.14.2",
41
+ "@backstage/core-plugin-api": "^1.9.1",
42
42
  "@material-ui/core": "^4.12.2",
43
43
  "@material-ui/icons": "^4.9.1",
44
44
  "@rjsf/utils": "5.17.1",
45
45
  "@types/react": "^16.13.1 || ^17.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.25.3-next.2",
48
+ "@backstage/cli": "^0.26.1",
49
49
  "@types/react-grid-layout": "^1.3.2"
50
50
  },
51
51
  "peerDependencies": {