@backstage/plugin-app-visualizer 0.0.0-nightly-20240429021333 → 0.0.0-nightly-20240501021601

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 +11 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240429021333
3
+ ## 0.0.0-nightly-20240501021601
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240429021333
8
+ - @backstage/core-components@0.0.0-nightly-20240501021601
9
9
  - @backstage/core-plugin-api@1.9.2
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240429021333
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240501021601
11
+
12
+ ## 0.1.6-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/core-components@0.14.6-next.1
18
+ - @backstage/frontend-plugin-api@0.6.5-next.1
11
19
 
12
20
  ## 0.1.6-next.0
13
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20240429021333",
3
+ "version": "0.0.0-nightly-20240501021601",
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-20240429021333",
33
+ "@backstage/core-components": "^0.0.0-nightly-20240501021601",
34
34
  "@backstage/core-plugin-api": "^1.9.2",
35
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240429021333",
35
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240501021601",
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-20240429021333",
40
+ "@backstage/cli": "^0.0.0-nightly-20240501021601",
41
41
  "@types/react": "^16.13.1 || ^17.0.0"
42
42
  },
43
43
  "peerDependencies": {