@backstage/plugin-app-visualizer 0.0.0-nightly-20250217023234 → 0.0.0-nightly-20250222022959

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 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20250217023234
3
+ ## 0.0.0-nightly-20250222022959
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250222022959
9
+
10
+ ## 0.1.16
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
8
15
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20250217023234
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250217023234
11
- - @backstage/core-plugin-api@0.0.0-nightly-20250217023234
16
+ - @backstage/core-components@0.16.4
17
+ - @backstage/frontend-plugin-api@0.9.5
18
+ - @backstage/core-plugin-api@1.10.4
12
19
 
13
20
  ## 0.1.16-next.3
14
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20250217023234",
3
+ "version": "0.0.0-nightly-20250222022959",
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-20250217023234",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20250217023234",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250217023234",
40
+ "@backstage/core-components": "0.16.4",
41
+ "@backstage/core-plugin-api": "1.10.4",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250222022959",
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-20250217023234",
48
- "@backstage/frontend-defaults": "0.0.0-nightly-20250217023234",
47
+ "@backstage/cli": "0.30.0",
48
+ "@backstage/frontend-defaults": "0.0.0-nightly-20250222022959",
49
49
  "@types/react": "^18.0.0",
50
50
  "react": "^18.0.2",
51
51
  "react-dom": "^18.0.2",