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

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-20230908021043
3
+ ## 0.0.0-nightly-20230909020837
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-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
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
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-20230908021043",
3
+ "version": "0.0.0-nightly-20230909020837",
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-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",
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",
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-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",
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",
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",