@backstage/plugin-devtools 0.0.0-nightly-20230602023114 → 0.0.0-nightly-20230604023641

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 +7 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20230602023114
3
+ ## 0.0.0-nightly-20230604023641
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - bbe15f70c5cc: Added note to README about how secrets are displayed in the Config tab of the DevTools plugin
8
8
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-20230602023114
10
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230602023114
11
- - @backstage/core-components@0.0.0-nightly-20230602023114
12
- - @backstage/core-plugin-api@0.0.0-nightly-20230602023114
13
- - @backstage/theme@0.0.0-nightly-20230602023114
9
+ - @backstage/errors@0.0.0-nightly-20230604023641
10
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230604023641
11
+ - @backstage/core-components@0.0.0-nightly-20230604023641
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20230604023641
13
+ - @backstage/theme@0.0.0-nightly-20230604023641
14
14
  - @backstage/types@1.0.2
15
- - @backstage/plugin-permission-react@0.0.0-nightly-20230602023114
15
+ - @backstage/plugin-permission-react@0.0.0-nightly-20230604023641
16
16
 
17
17
  ## 0.1.1-next.1
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20230602023114",
3
+ "version": "0.0.0-nightly-20230604023641",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,12 +28,12 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/core-components": "^0.0.0-nightly-20230602023114",
32
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230602023114",
33
- "@backstage/errors": "^0.0.0-nightly-20230602023114",
34
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230602023114",
35
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230602023114",
36
- "@backstage/theme": "^0.0.0-nightly-20230602023114",
31
+ "@backstage/core-components": "^0.0.0-nightly-20230604023641",
32
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230604023641",
33
+ "@backstage/errors": "^0.0.0-nightly-20230604023641",
34
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230604023641",
35
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20230604023641",
36
+ "@backstage/theme": "^0.0.0-nightly-20230604023641",
37
37
  "@backstage/types": "^1.0.2",
38
38
  "@material-ui/core": "^4.9.13",
39
39
  "@material-ui/icons": "^4.9.1",
@@ -47,10 +47,10 @@
47
47
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.0.0-nightly-20230602023114",
51
- "@backstage/core-app-api": "^0.0.0-nightly-20230602023114",
52
- "@backstage/dev-utils": "^0.0.0-nightly-20230602023114",
53
- "@backstage/test-utils": "^0.0.0-nightly-20230602023114",
50
+ "@backstage/cli": "^0.0.0-nightly-20230604023641",
51
+ "@backstage/core-app-api": "^0.0.0-nightly-20230604023641",
52
+ "@backstage/dev-utils": "^0.0.0-nightly-20230604023641",
53
+ "@backstage/test-utils": "^0.0.0-nightly-20230604023641",
54
54
  "@testing-library/jest-dom": "^5.10.1",
55
55
  "@testing-library/react": "^12.1.3",
56
56
  "@testing-library/user-event": "^14.0.0",