@backstage/plugin-home-react 0.0.0-nightly-20231103021306 → 0.0.0-nightly-20231104021304

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 +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
- ## 0.0.0-nightly-20231103021306
3
+ ## 0.0.0-nightly-20231104021304
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6c2b8721531e: Add official support for React 18.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20231103021306
10
- - @backstage/core-plugin-api@0.0.0-nightly-20231103021306
9
+ - @backstage/core-components@0.0.0-nightly-20231104021304
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20231104021304
11
11
 
12
12
  ## 0.1.5-next.1
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home-react",
3
3
  "description": "A Backstage plugin that contains react components helps you build a home page",
4
- "version": "0.0.0-nightly-20231103021306",
4
+ "version": "0.0.0-nightly-20231104021304",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,8 +34,8 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "^0.0.0-nightly-20231103021306",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231103021306",
37
+ "@backstage/core-components": "^0.0.0-nightly-20231104021304",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231104021304",
39
39
  "@material-ui/core": "^4.12.2",
40
40
  "@material-ui/icons": "^4.9.1",
41
41
  "@rjsf/utils": "5.13.0",
@@ -47,10 +47,10 @@
47
47
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.0.0-nightly-20231103021306",
51
- "@backstage/core-app-api": "^0.0.0-nightly-20231103021306",
52
- "@backstage/dev-utils": "^0.0.0-nightly-20231103021306",
53
- "@backstage/test-utils": "^0.0.0-nightly-20231103021306",
50
+ "@backstage/cli": "^0.0.0-nightly-20231104021304",
51
+ "@backstage/core-app-api": "^0.0.0-nightly-20231104021304",
52
+ "@backstage/dev-utils": "^0.0.0-nightly-20231104021304",
53
+ "@backstage/test-utils": "^0.0.0-nightly-20231104021304",
54
54
  "@testing-library/dom": "^9.0.0",
55
55
  "@testing-library/jest-dom": "^6.0.0",
56
56
  "@testing-library/react": "^14.0.0",