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

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 +4 -4
  2. package/package.json +4 -4
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-20260730031533
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
8
+ - @backstage/core-components@0.0.0-nightly-20260730031533
9
+ - @backstage/core-compat-api@0.0.0-nightly-20260730031533
11
10
  - @backstage/frontend-plugin-api@0.17.3
11
+ - @backstage/core-plugin-api@1.12.8
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-20260730031533",
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,8 +63,8 @@
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",
66
+ "@backstage/core-compat-api": "0.0.0-nightly-20260730031533",
67
+ "@backstage/core-components": "0.0.0-nightly-20260730031533",
68
68
  "@backstage/core-plugin-api": "1.12.8",
69
69
  "@backstage/frontend-plugin-api": "0.17.3",
70
70
  "@material-ui/core": "^4.12.2",
@@ -72,7 +72,7 @@
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-20260730031533",
76
76
  "@types/react": "^18.0.0",
77
77
  "@types/react-grid-layout": "^1.3.2",
78
78
  "react": "^18.0.2",