@backstage/plugin-app-visualizer 0.0.0-nightly-20240415030456 → 0.0.0-nightly-20240416021242

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240415030456
3
+ ## 0.0.0-nightly-20240416021242
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240415030456
9
- - @backstage/core-plugin-api@0.0.0-nightly-20240415030456
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240415030456
8
+ - @backstage/core-components@0.0.0-nightly-20240416021242
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20240416021242
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240416021242
11
11
 
12
12
  ## 0.1.5-next.1
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20240415030456",
3
+ "version": "0.0.0-nightly-20240416021242",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -30,14 +30,14 @@
30
30
  "test": "backstage-cli package test"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/core-components": "^0.0.0-nightly-20240415030456",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240415030456",
35
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240415030456",
33
+ "@backstage/core-components": "^0.0.0-nightly-20240416021242",
34
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240416021242",
35
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240416021242",
36
36
  "@material-ui/core": "^4.12.2",
37
37
  "@material-ui/icons": "^4.9.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.0.0-nightly-20240415030456",
40
+ "@backstage/cli": "^0.0.0-nightly-20240416021242",
41
41
  "@types/react": "^16.13.1 || ^17.0.0"
42
42
  },
43
43
  "peerDependencies": {