@backstage/plugin-devtools 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 +9 -8
  2. package/package.json +13 -12
package/CHANGELOG.md CHANGED
@@ -1,19 +1,20 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20230906021121
3
+ ## 0.0.0-nightly-20230908021043
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
7
8
  - 12e644aa4eef: Show resource utilization in `DevTools` plugin
8
9
  - 8cec7664e146: Removed `@types/node` dependency
9
10
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20230906021121
11
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230906021121
12
- - @backstage/core-plugin-api@0.0.0-nightly-20230906021121
13
- - @backstage/errors@1.2.1
14
- - @backstage/theme@0.4.1
15
- - @backstage/types@1.1.0
16
- - @backstage/plugin-permission-react@0.0.0-nightly-20230906021121
11
+ - @backstage/core-components@0.0.0-nightly-20230908021043
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20230908021043
13
+ - @backstage/errors@0.0.0-nightly-20230908021043
14
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230908021043
15
+ - @backstage/plugin-permission-react@0.0.0-nightly-20230908021043
16
+ - @backstage/theme@0.0.0-nightly-20230908021043
17
+ - @backstage/types@0.0.0-nightly-20230908021043
17
18
 
18
19
  ## 0.1.4-next.2
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20230906021121",
3
+ "version": "0.0.0-nightly-20230908021043",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -18,6 +18,7 @@
18
18
  "url": "https://github.com/backstage/backstage",
19
19
  "directory": "plugins/devtools"
20
20
  },
21
+ "sideEffects": false,
21
22
  "scripts": {
22
23
  "start": "backstage-cli package start",
23
24
  "build": "backstage-cli package build",
@@ -28,13 +29,13 @@
28
29
  "postpack": "backstage-cli package postpack"
29
30
  },
30
31
  "dependencies": {
31
- "@backstage/core-components": "^0.0.0-nightly-20230906021121",
32
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230906021121",
33
- "@backstage/errors": "^1.2.1",
34
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230906021121",
35
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230906021121",
36
- "@backstage/theme": "^0.4.1",
37
- "@backstage/types": "^1.1.0",
32
+ "@backstage/core-components": "^0.0.0-nightly-20230908021043",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230908021043",
34
+ "@backstage/errors": "^0.0.0-nightly-20230908021043",
35
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230908021043",
36
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20230908021043",
37
+ "@backstage/theme": "^0.0.0-nightly-20230908021043",
38
+ "@backstage/types": "^0.0.0-nightly-20230908021043",
38
39
  "@material-ui/core": "^4.9.13",
39
40
  "@material-ui/icons": "^4.9.1",
40
41
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -48,10 +49,10 @@
48
49
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
49
50
  },
50
51
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20230906021121",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20230906021121",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20230906021121",
54
- "@backstage/test-utils": "^0.0.0-nightly-20230906021121",
52
+ "@backstage/cli": "^0.0.0-nightly-20230908021043",
53
+ "@backstage/core-app-api": "^0.0.0-nightly-20230908021043",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20230908021043",
55
+ "@backstage/test-utils": "^0.0.0-nightly-20230908021043",
55
56
  "@testing-library/jest-dom": "^5.10.1",
56
57
  "@testing-library/react": "^12.1.3",
57
58
  "@testing-library/user-event": "^14.0.0",