@backstage/plugin-app-visualizer 0.1.17-next.1 → 0.1.17-next.2

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,5 +1,14 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
+ ## 0.1.17-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.10.0-next.2
9
+ - @backstage/core-components@0.16.5-next.1
10
+ - @backstage/core-plugin-api@1.10.4
11
+
3
12
  ## 0.1.17-next.1
4
13
 
5
14
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -37,7 +37,7 @@ declare const visualizerPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}
37
37
  params: {
38
38
  defaultPath: string;
39
39
  loader: () => Promise<JSX.Element>;
40
- routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
40
+ routeRef?: _backstage_frontend_plugin_api.RouteRef;
41
41
  };
42
42
  }>;
43
43
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.1.17-next.1",
3
+ "version": "0.1.17-next.2",
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.16.5-next.0",
40
+ "@backstage/core-components": "0.16.5-next.1",
41
41
  "@backstage/core-plugin-api": "1.10.4",
42
- "@backstage/frontend-plugin-api": "0.9.6-next.1",
42
+ "@backstage/frontend-plugin-api": "0.10.0-next.2",
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.30.1-next.0",
48
- "@backstage/frontend-defaults": "0.1.7-next.1",
47
+ "@backstage/cli": "0.31.0-next.1",
48
+ "@backstage/frontend-defaults": "0.2.0-next.2",
49
49
  "@types/react": "^18.0.0",
50
50
  "react": "^18.0.2",
51
51
  "react-dom": "^18.0.2",
@@ -62,12 +62,5 @@
62
62
  "optional": true
63
63
  }
64
64
  },
65
- "typesVersions": {
66
- "*": {
67
- "index": [
68
- "dist/index.d.ts"
69
- ]
70
- }
71
- },
72
65
  "module": "./dist/index.esm.js"
73
66
  }