@backstage/plugin-devtools 0.0.0-nightly-20230912021137 → 0.0.0-nightly-20230913021415

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