@backstage/plugin-app-visualizer 0.0.0-nightly-20250414023815 → 0.0.0-nightly-20250425023938

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 +13 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20250414023815
3
+ ## 0.0.0-nightly-20250425023938
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20250425023938
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250425023938
10
+ - @backstage/core-plugin-api@1.10.6
11
+
12
+ ## 0.1.18
4
13
 
5
14
  ### Patch Changes
6
15
 
@@ -9,9 +18,9 @@
9
18
  <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
10
19
 
11
20
  - Updated dependencies
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250414023815
13
- - @backstage/core-components@0.0.0-nightly-20250414023815
14
- - @backstage/core-plugin-api@0.0.0-nightly-20250414023815
21
+ - @backstage/frontend-plugin-api@0.10.1
22
+ - @backstage/core-components@0.17.1
23
+ - @backstage/core-plugin-api@1.10.6
15
24
 
16
25
  ## 0.1.18-next.1
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20250414023815",
3
+ "version": "0.0.0-nightly-20250425023938",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -37,15 +37,15 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "0.0.0-nightly-20250414023815",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20250414023815",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250414023815",
40
+ "@backstage/core-components": "0.0.0-nightly-20250425023938",
41
+ "@backstage/core-plugin-api": "1.10.6",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250425023938",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/icons": "^4.9.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "0.0.0-nightly-20250414023815",
48
- "@backstage/frontend-defaults": "0.0.0-nightly-20250414023815",
47
+ "@backstage/cli": "0.0.0-nightly-20250425023938",
48
+ "@backstage/frontend-defaults": "0.0.0-nightly-20250425023938",
49
49
  "@types/react": "^18.0.0",
50
50
  "react": "^18.0.2",
51
51
  "react-dom": "^18.0.2",