@backstage/plugin-catalog-graph 0.0.0-nightly-20260420031813 → 0.0.0-nightly-20260421031647

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,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
- ## 0.0.0-nightly-20260420031813
3
+ ## 0.0.0-nightly-20260421031647
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,13 +8,13 @@
8
8
  - cad156e: Replaced old config schema values from existing extensions and blueprints.
9
9
  - 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
10
10
  - Updated dependencies
11
- - @backstage/core-components@0.0.0-nightly-20260420031813
12
- - @backstage/ui@0.0.0-nightly-20260420031813
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260420031813
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260420031813
15
- - @backstage/catalog-client@0.0.0-nightly-20260420031813
16
- - @backstage/catalog-model@0.0.0-nightly-20260420031813
17
- - @backstage/core-plugin-api@0.0.0-nightly-20260420031813
11
+ - @backstage/core-components@0.0.0-nightly-20260421031647
12
+ - @backstage/ui@0.0.0-nightly-20260421031647
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260421031647
14
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260421031647
15
+ - @backstage/catalog-client@0.0.0-nightly-20260421031647
16
+ - @backstage/catalog-model@0.0.0-nightly-20260421031647
17
+ - @backstage/core-plugin-api@0.0.0-nightly-20260421031647
18
18
  - @backstage/types@1.2.2
19
19
 
20
20
  ## 0.6.1
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-graph";
2
- var version = "0.0.0-nightly-20260420031813";
2
+ var version = "0.0.0-nightly-20260421031647";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "catalog-graph",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.0.0-nightly-20260420031813",
3
+ "version": "0.0.0-nightly-20260421031647",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -61,14 +61,14 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/catalog-client": "0.0.0-nightly-20260420031813",
65
- "@backstage/catalog-model": "0.0.0-nightly-20260420031813",
66
- "@backstage/core-components": "0.0.0-nightly-20260420031813",
67
- "@backstage/core-plugin-api": "0.0.0-nightly-20260420031813",
68
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260420031813",
69
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260420031813",
64
+ "@backstage/catalog-client": "0.0.0-nightly-20260421031647",
65
+ "@backstage/catalog-model": "0.0.0-nightly-20260421031647",
66
+ "@backstage/core-components": "0.0.0-nightly-20260421031647",
67
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260421031647",
68
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260421031647",
69
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260421031647",
70
70
  "@backstage/types": "1.2.2",
71
- "@backstage/ui": "0.0.0-nightly-20260420031813",
71
+ "@backstage/ui": "0.0.0-nightly-20260421031647",
72
72
  "@material-ui/core": "^4.12.2",
73
73
  "@material-ui/icons": "^4.9.1",
74
74
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -80,12 +80,12 @@
80
80
  "zod": "^4.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "0.0.0-nightly-20260420031813",
84
- "@backstage/core-app-api": "0.0.0-nightly-20260420031813",
85
- "@backstage/dev-utils": "0.0.0-nightly-20260420031813",
86
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260420031813",
87
- "@backstage/plugin-catalog": "0.0.0-nightly-20260420031813",
88
- "@backstage/test-utils": "0.0.0-nightly-20260420031813",
83
+ "@backstage/cli": "0.0.0-nightly-20260421031647",
84
+ "@backstage/core-app-api": "0.0.0-nightly-20260421031647",
85
+ "@backstage/dev-utils": "0.0.0-nightly-20260421031647",
86
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260421031647",
87
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260421031647",
88
+ "@backstage/test-utils": "0.0.0-nightly-20260421031647",
89
89
  "@testing-library/dom": "^10.0.0",
90
90
  "@testing-library/jest-dom": "^6.0.0",
91
91
  "@testing-library/react": "^16.0.0",