@backstage/plugin-home-react 0.0.0-nightly-20230906021121 → 0.0.0-nightly-20230908021043

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 -3
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
- ## 0.0.0-nightly-20230906021121
3
+ ## 0.0.0-nightly-20230908021043
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
8
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
8
9
  - 8cec7664e146: Removed `@types/node` dependency
9
10
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20230906021121
11
- - @backstage/core-plugin-api@0.0.0-nightly-20230906021121
11
+ - @backstage/core-components@0.0.0-nightly-20230908021043
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20230908021043
12
13
 
13
14
  ## 0.1.3-next.2
14
15
 
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-20230906021121",
4
+ "version": "0.0.0-nightly-20230908021043",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,6 +23,7 @@
23
23
  "backstage",
24
24
  "homepage"
25
25
  ],
26
+ "sideEffects": false,
26
27
  "scripts": {
27
28
  "build": "backstage-cli package build",
28
29
  "start": "backstage-cli package start",
@@ -33,8 +34,8 @@
33
34
  "clean": "backstage-cli package clean"
34
35
  },
35
36
  "dependencies": {
36
- "@backstage/core-components": "^0.0.0-nightly-20230906021121",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230906021121",
37
+ "@backstage/core-components": "^0.0.0-nightly-20230908021043",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230908021043",
38
39
  "@material-ui/core": "^4.12.2",
39
40
  "@material-ui/icons": "^4.9.1",
40
41
  "@rjsf/utils": "5.7.3",
@@ -46,10 +47,10 @@
46
47
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
47
48
  },
48
49
  "devDependencies": {
49
- "@backstage/cli": "^0.0.0-nightly-20230906021121",
50
- "@backstage/core-app-api": "^0.0.0-nightly-20230906021121",
51
- "@backstage/dev-utils": "^0.0.0-nightly-20230906021121",
52
- "@backstage/test-utils": "^0.0.0-nightly-20230906021121",
50
+ "@backstage/cli": "^0.0.0-nightly-20230908021043",
51
+ "@backstage/core-app-api": "^0.0.0-nightly-20230908021043",
52
+ "@backstage/dev-utils": "^0.0.0-nightly-20230908021043",
53
+ "@backstage/test-utils": "^0.0.0-nightly-20230908021043",
53
54
  "@testing-library/dom": "^8.0.0",
54
55
  "@testing-library/jest-dom": "^5.10.1",
55
56
  "@testing-library/react": "^12.1.3",