@backstage/plugin-home-react 0.0.0-nightly-20260420031813 → 0.0.0-nightly-20260421031647

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