@backstage/plugin-home-react 0.1.3-next.3 → 0.1.4-next.0

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 +23 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
+ ## 0.1.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.7.0-next.0
9
+ - @backstage/core-components@0.13.6-next.0
10
+
11
+ ## 0.1.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
16
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
17
+ - 8cec7664e146: Removed `@types/node` dependency
18
+ - b16c341ced45: Updated dependency `@rjsf/utils` to `5.13.0`.
19
+ Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.13.0`.
20
+ Updated dependency `@rjsf/material-ui-v5` to `npm:@rjsf/material-ui@5.13.0`.
21
+ Updated dependency `@rjsf/validator-ajv8` to `5.13.0`.
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.13.5
24
+ - @backstage/core-plugin-api@1.6.0
25
+
3
26
  ## 0.1.3-next.3
4
27
 
5
28
  ### Patch Changes
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.1.3-next.3",
4
+ "version": "0.1.4-next.0",
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.13.5-next.3",
38
- "@backstage/core-plugin-api": "^1.6.0-next.3",
37
+ "@backstage/core-components": "^0.13.6-next.0",
38
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
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.22.13-next.3",
51
- "@backstage/core-app-api": "^1.10.0-next.3",
52
- "@backstage/dev-utils": "^1.0.21-next.3",
53
- "@backstage/test-utils": "^1.4.3-next.3",
50
+ "@backstage/cli": "^0.23.0-next.0",
51
+ "@backstage/core-app-api": "^1.10.1-next.0",
52
+ "@backstage/dev-utils": "^1.0.22-next.0",
53
+ "@backstage/test-utils": "^1.4.4-next.0",
54
54
  "@testing-library/dom": "^8.0.0",
55
55
  "@testing-library/jest-dom": "^5.10.1",
56
56
  "@testing-library/react": "^12.1.3",