@backstage/plugin-app-visualizer 0.0.0-nightly-20260419031625 → 0.0.0-nightly-20260420031813

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,15 +1,15 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20260419031625
3
+ ## 0.0.0-nightly-20260420031813
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e2d9831: Tightened React Aria dependency version ranges from `^` to `~` to prevent unintended minor version upgrades.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20260419031625
10
- - @backstage/ui@0.0.0-nightly-20260419031625
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260419031625
12
- - @backstage/core-plugin-api@0.0.0-nightly-20260419031625
9
+ - @backstage/core-components@0.0.0-nightly-20260420031813
10
+ - @backstage/ui@0.0.0-nightly-20260420031813
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260420031813
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20260420031813
13
13
 
14
14
  ## 0.2.2
15
15
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-app-visualizer";
2
- var version = "0.0.0-nightly-20260419031625";
2
+ var version = "0.0.0-nightly-20260420031813";
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-20260419031625",
3
+ "version": "0.0.0-nightly-20260420031813",
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-20260419031625",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20260419031625",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260419031625",
43
- "@backstage/ui": "0.0.0-nightly-20260419031625",
40
+ "@backstage/core-components": "0.0.0-nightly-20260420031813",
41
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260420031813",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260420031813",
43
+ "@backstage/ui": "0.0.0-nightly-20260420031813",
44
44
  "@remixicon/react": "^4.6.0",
45
45
  "react-aria-components": "~1.17.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.0.0-nightly-20260419031625",
49
- "@backstage/frontend-dev-utils": "0.0.0-nightly-20260419031625",
48
+ "@backstage/cli": "0.0.0-nightly-20260420031813",
49
+ "@backstage/frontend-dev-utils": "0.0.0-nightly-20260420031813",
50
50
  "@types/react": "^18.0.0",
51
51
  "react": "^18.0.2",
52
52
  "react-dom": "^18.0.2",