@backstage/plugin-catalog-graph 0.2.36 → 0.2.37-next.1

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,31 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.2.37-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.13.6-next.1
9
+ - @backstage/plugin-catalog-react@1.8.5-next.1
10
+ - @backstage/core-plugin-api@1.7.0-next.0
11
+ - @backstage/catalog-client@1.4.4
12
+ - @backstage/catalog-model@1.4.2
13
+ - @backstage/theme@0.4.2
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.2.37-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-catalog-react@1.8.5-next.0
22
+ - @backstage/core-plugin-api@1.7.0-next.0
23
+ - @backstage/core-components@0.13.6-next.0
24
+ - @backstage/catalog-client@1.4.4
25
+ - @backstage/catalog-model@1.4.2
26
+ - @backstage/theme@0.4.2
27
+ - @backstage/types@1.1.1
28
+
3
29
  ## 0.2.36
4
30
 
5
31
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -181,7 +181,7 @@ declare const catalogGraphPlugin: _backstage_core_plugin_api.BackstagePlugin<{
181
181
  kind: string;
182
182
  namespace: string;
183
183
  }, true>;
184
- }, {}>;
184
+ }>;
185
185
 
186
186
  /**
187
187
  * Route pointing to the standalone catalog graph page.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.2.36",
3
+ "version": "0.2.37-next.1",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,9 +31,9 @@
31
31
  "dependencies": {
32
32
  "@backstage/catalog-client": "^1.4.4",
33
33
  "@backstage/catalog-model": "^1.4.2",
34
- "@backstage/core-components": "^0.13.5",
35
- "@backstage/core-plugin-api": "^1.6.0",
36
- "@backstage/plugin-catalog-react": "^1.8.4",
34
+ "@backstage/core-components": "^0.13.6-next.1",
35
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
36
+ "@backstage/plugin-catalog-react": "^1.8.5-next.1",
37
37
  "@backstage/theme": "^0.4.2",
38
38
  "@backstage/types": "^1.1.1",
39
39
  "@material-ui/core": "^4.12.2",
@@ -52,11 +52,11 @@
52
52
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.22.13",
56
- "@backstage/core-app-api": "^1.10.0",
57
- "@backstage/dev-utils": "^1.0.21",
58
- "@backstage/plugin-catalog": "^1.13.0",
59
- "@backstage/test-utils": "^1.4.3",
55
+ "@backstage/cli": "^0.23.0-next.1",
56
+ "@backstage/core-app-api": "^1.10.1-next.1",
57
+ "@backstage/dev-utils": "^1.0.22-next.1",
58
+ "@backstage/plugin-catalog": "^1.14.0-next.1",
59
+ "@backstage/test-utils": "^1.4.4-next.1",
60
60
  "@testing-library/dom": "^8.0.0",
61
61
  "@testing-library/jest-dom": "^5.10.1",
62
62
  "@testing-library/react": "^12.1.3",