@backstage/plugin-home-react 0.0.0-nightly-20230821021039 → 0.0.0-nightly-20230822021041

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-20230821021039
3
+ ## 0.0.0-nightly-20230822021041
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20230821021039
10
- - @backstage/core-plugin-api@1.5.3
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20230822021041
10
+ - @backstage/core-components@0.0.0-nightly-20230822021041
11
11
 
12
12
  ## 0.1.2
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-20230821021039",
4
+ "version": "0.0.0-nightly-20230822021041",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/core-components": "^0.0.0-nightly-20230821021039",
37
- "@backstage/core-plugin-api": "^1.5.3",
36
+ "@backstage/core-components": "^0.0.0-nightly-20230822021041",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230822021041",
38
38
  "@material-ui/core": "^4.12.2",
39
39
  "@material-ui/icons": "^4.9.1",
40
40
  "@rjsf/utils": "5.7.3",
@@ -46,10 +46,10 @@
46
46
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.0.0-nightly-20230821021039",
50
- "@backstage/core-app-api": "^1.9.1",
51
- "@backstage/dev-utils": "^0.0.0-nightly-20230821021039",
52
- "@backstage/test-utils": "^1.4.2",
49
+ "@backstage/cli": "^0.0.0-nightly-20230822021041",
50
+ "@backstage/core-app-api": "^0.0.0-nightly-20230822021041",
51
+ "@backstage/dev-utils": "^0.0.0-nightly-20230822021041",
52
+ "@backstage/test-utils": "^0.0.0-nightly-20230822021041",
53
53
  "@testing-library/dom": "^8.0.0",
54
54
  "@testing-library/jest-dom": "^5.10.1",
55
55
  "@testing-library/react": "^12.1.3",