@backstage/plugin-home-react 0.0.0-nightly-20240312020947 → 0.0.0-nightly-20240314033554

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 +11 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
- ## 0.0.0-nightly-20240312020947
3
+ ## 0.0.0-nightly-20240314033554
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,16 @@
9
9
  Updated dependency `@rjsf/material-ui` to `5.17.1`.
10
10
  Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
11
11
  - Updated dependencies
12
- - @backstage/core-components@0.0.0-nightly-20240312020947
13
- - @backstage/core-plugin-api@0.0.0-nightly-20240312020947
12
+ - @backstage/core-components@0.0.0-nightly-20240314033554
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20240314033554
14
+
15
+ ## 0.1.9-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.14.1-next.2
21
+ - @backstage/core-plugin-api@1.9.1-next.1
14
22
 
15
23
  ## 0.1.9-next.1
16
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home-react",
3
- "version": "0.0.0-nightly-20240312020947",
3
+ "version": "0.0.0-nightly-20240314033554",
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.0.0-nightly-20240312020947",
41
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240312020947",
40
+ "@backstage/core-components": "^0.0.0-nightly-20240314033554",
41
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240314033554",
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.0.0-nightly-20240312020947",
48
+ "@backstage/cli": "^0.0.0-nightly-20240314033554",
49
49
  "@types/react-grid-layout": "^1.3.2"
50
50
  },
51
51
  "peerDependencies": {