@backstage/plugin-home-react 0.0.0-nightly-20260729031221 → 0.0.0-nightly-20260731031617

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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
- ## 0.0.0-nightly-20260729031221
3
+ ## 0.0.0-nightly-20260731031617
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20260729031221
9
- - @backstage/core-compat-api@0.0.0-nightly-20260729031221
10
- - @backstage/core-plugin-api@1.12.8
11
- - @backstage/frontend-plugin-api@0.17.3
8
+ - @backstage/core-components@0.0.0-nightly-20260731031617
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260731031617
10
+ - @backstage/core-compat-api@0.0.0-nightly-20260731031617
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20260731031617
12
12
 
13
13
  ## 0.1.41-next.0
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home-react",
3
- "version": "0.0.0-nightly-20260729031221",
3
+ "version": "0.0.0-nightly-20260731031617",
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,16 +63,16 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-compat-api": "0.0.0-nightly-20260729031221",
67
- "@backstage/core-components": "0.0.0-nightly-20260729031221",
68
- "@backstage/core-plugin-api": "1.12.8",
69
- "@backstage/frontend-plugin-api": "0.17.3",
66
+ "@backstage/core-compat-api": "0.0.0-nightly-20260731031617",
67
+ "@backstage/core-components": "0.0.0-nightly-20260731031617",
68
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260731031617",
69
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260731031617",
70
70
  "@material-ui/core": "^4.12.2",
71
71
  "@material-ui/icons": "^4.9.1",
72
72
  "@rjsf/utils": "5.24.13"
73
73
  },
74
74
  "devDependencies": {
75
- "@backstage/cli": "0.0.0-nightly-20260729031221",
75
+ "@backstage/cli": "0.0.0-nightly-20260731031617",
76
76
  "@types/react": "^18.0.0",
77
77
  "@types/react-grid-layout": "^1.3.2",
78
78
  "react": "^18.0.2",