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

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 +8 -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-20230910021151
3
+ ## 0.0.0-nightly-20230912021137
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,13 +8,13 @@
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-20230910021151
12
- - @backstage/core-plugin-api@0.0.0-nightly-20230910021151
13
- - @backstage/errors@0.0.0-nightly-20230910021151
14
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230910021151
15
- - @backstage/plugin-permission-react@0.0.0-nightly-20230910021151
16
- - @backstage/theme@0.0.0-nightly-20230910021151
17
- - @backstage/types@0.0.0-nightly-20230910021151
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
18
18
 
19
19
  ## 0.1.4-next.2
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20230910021151",
3
+ "version": "0.0.0-nightly-20230912021137",
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-20230910021151",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230910021151",
34
- "@backstage/errors": "^0.0.0-nightly-20230910021151",
35
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230910021151",
36
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230910021151",
37
- "@backstage/theme": "^0.0.0-nightly-20230910021151",
38
- "@backstage/types": "^0.0.0-nightly-20230910021151",
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",
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-20230910021151",
53
- "@backstage/core-app-api": "^0.0.0-nightly-20230910021151",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20230910021151",
55
- "@backstage/test-utils": "^0.0.0-nightly-20230910021151",
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",
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",