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

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-20230909020837
3
+ ## 0.0.0-nightly-20230910021151
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-20230909020837
12
- - @backstage/core-plugin-api@0.0.0-nightly-20230909020837
13
- - @backstage/errors@0.0.0-nightly-20230909020837
14
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230909020837
15
- - @backstage/plugin-permission-react@0.0.0-nightly-20230909020837
16
- - @backstage/theme@0.0.0-nightly-20230909020837
17
- - @backstage/types@0.0.0-nightly-20230909020837
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
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-20230909020837",
3
+ "version": "0.0.0-nightly-20230910021151",
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-20230909020837",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230909020837",
34
- "@backstage/errors": "^0.0.0-nightly-20230909020837",
35
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230909020837",
36
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230909020837",
37
- "@backstage/theme": "^0.0.0-nightly-20230909020837",
38
- "@backstage/types": "^0.0.0-nightly-20230909020837",
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",
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-20230909020837",
53
- "@backstage/core-app-api": "^0.0.0-nightly-20230909020837",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20230909020837",
55
- "@backstage/test-utils": "^0.0.0-nightly-20230909020837",
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",
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",