@backstage/plugin-devtools 0.0.0-nightly-20230915021143 → 0.0.0-nightly-20230917021217

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