@backstage/plugin-home-react 0.0.0-nightly-20260531032321 → 0.0.0-nightly-20260602032639

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-20260531032321
3
+ ## 0.0.0-nightly-20260602032639
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20260531032321
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260531032321
10
- - @backstage/core-compat-api@0.0.0-nightly-20260531032321
11
- - @backstage/core-plugin-api@0.0.0-nightly-20260531032321
8
+ - @backstage/core-components@0.0.0-nightly-20260602032639
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260602032639
10
+ - @backstage/core-compat-api@0.0.0-nightly-20260602032639
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20260602032639
12
12
 
13
13
  ## 0.1.39-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-20260531032321",
3
+ "version": "0.0.0-nightly-20260602032639",
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-20260531032321",
67
- "@backstage/core-components": "0.0.0-nightly-20260531032321",
68
- "@backstage/core-plugin-api": "0.0.0-nightly-20260531032321",
69
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260531032321",
66
+ "@backstage/core-compat-api": "0.0.0-nightly-20260602032639",
67
+ "@backstage/core-components": "0.0.0-nightly-20260602032639",
68
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260602032639",
69
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260602032639",
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-20260531032321",
75
+ "@backstage/cli": "0.0.0-nightly-20260602032639",
76
76
  "@types/react": "^18.0.0",
77
77
  "@types/react-grid-layout": "^1.3.2",
78
78
  "react": "^18.0.2",