@backstage/plugin-devtools 0.0.0-nightly-20230905021132 → 0.0.0-nightly-20230907021058

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