@backstage/plugin-app-visualizer 0.0.0-nightly-20251118024419 → 0.0.0-nightly-20251121024322

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.
package/CHANGELOG.md CHANGED
@@ -1,16 +1,25 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20251118024419
3
+ ## 0.0.0-nightly-20251121024322
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251121024322
9
+ - @backstage/ui@0.0.0-nightly-20251121024322
10
+ - @backstage/core-plugin-api@1.12.0
11
+
12
+ ## 0.1.25
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - e81b3f0: Improve tree visualizer to use a horizontal layout and fill the content space.
8
17
  - 722e2df: Migrated to use `@backstage/ui`.
9
18
  - Updated dependencies
10
- - @backstage/ui@0.0.0-nightly-20251118024419
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251118024419
12
- - @backstage/core-components@0.0.0-nightly-20251118024419
13
- - @backstage/core-plugin-api@0.0.0-nightly-20251118024419
19
+ - @backstage/ui@0.9.0
20
+ - @backstage/frontend-plugin-api@0.13.0
21
+ - @backstage/core-components@0.18.3
22
+ - @backstage/core-plugin-api@1.12.0
14
23
 
15
24
  ## 0.1.25-next.2
16
25
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-app-visualizer";
2
- var version = "0.0.0-nightly-20251118024419";
2
+ var version = "0.0.0-nightly-20251121024322";
3
3
  var description = "Visualizes the Backstage app structure";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20251118024419",
3
+ "version": "0.0.0-nightly-20251121024322",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -37,16 +37,16 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "0.0.0-nightly-20251118024419",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20251118024419",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251118024419",
43
- "@backstage/ui": "0.0.0-nightly-20251118024419",
40
+ "@backstage/core-components": "0.18.3",
41
+ "@backstage/core-plugin-api": "1.12.0",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251121024322",
43
+ "@backstage/ui": "0.0.0-nightly-20251121024322",
44
44
  "@remixicon/react": "^4.6.0",
45
45
  "react-aria-components": "^1.13.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.0.0-nightly-20251118024419",
49
- "@backstage/frontend-defaults": "0.0.0-nightly-20251118024419",
48
+ "@backstage/cli": "0.34.5",
49
+ "@backstage/frontend-defaults": "0.0.0-nightly-20251121024322",
50
50
  "@types/react": "^18.0.0",
51
51
  "react": "^18.0.2",
52
52
  "react-dom": "^18.0.2",