@backstage/plugin-app-visualizer 0.0.0-nightly-20241119023621 → 0.0.0-nightly-20241123023427

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,14 +1,23 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20241119023621
3
+ ## 0.0.0-nightly-20241123023427
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241123023427
9
+ - @backstage/core-components@0.0.0-nightly-20241123023427
10
+ - @backstage/core-plugin-api@1.10.1
11
+
12
+ ## 0.1.12
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - e586e77: New `devDependency` for local development setup.
8
17
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20241119023621
10
- - @backstage/core-plugin-api@0.0.0-nightly-20241119023621
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241119023621
18
+ - @backstage/core-components@0.16.0
19
+ - @backstage/core-plugin-api@1.10.1
20
+ - @backstage/frontend-plugin-api@0.9.1
12
21
 
13
22
  ## 0.1.12-next.3
14
23
 
@@ -1,4 +1,4 @@
1
- import { NavItemBlueprint, ThemeBlueprint, ApiBlueprint, coreExtensionData, useRouteRef } from '@backstage/frontend-plugin-api';
1
+ import { coreExtensionData, ApiBlueprint, ThemeBlueprint, NavItemBlueprint, useRouteRef } from '@backstage/frontend-plugin-api';
2
2
  import Box from '@material-ui/core/Box';
3
3
  import Paper from '@material-ui/core/Paper';
4
4
  import Tooltip from '@material-ui/core/Tooltip';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20241119023621",
3
+ "version": "0.0.0-nightly-20241123023427",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -34,15 +34,15 @@
34
34
  "test": "backstage-cli package test"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "0.0.0-nightly-20241119023621",
38
- "@backstage/core-plugin-api": "0.0.0-nightly-20241119023621",
39
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241119023621",
37
+ "@backstage/core-components": "0.0.0-nightly-20241123023427",
38
+ "@backstage/core-plugin-api": "1.10.1",
39
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241123023427",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/cli": "0.0.0-nightly-20241119023621",
45
- "@backstage/frontend-defaults": "0.0.0-nightly-20241119023621",
44
+ "@backstage/cli": "0.0.0-nightly-20241123023427",
45
+ "@backstage/frontend-defaults": "0.0.0-nightly-20241123023427",
46
46
  "@types/react": "^18.0.0",
47
47
  "react": "^18.0.2",
48
48
  "react-dom": "^18.0.2",