@backstage/plugin-catalog-react 0.0.0-nightly-20260416031834 → 0.0.0-nightly-20260417031854

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 +15 -15
  2. package/package.json +20 -21
package/CHANGELOG.md CHANGED
@@ -1,27 +1,27 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20260416031834
3
+ ## 0.0.0-nightly-20260417031854
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 744fa1f: Removed duplicated entries that appeared in both `dependencies` and `devDependencies`.
7
8
  - cad156e: Replaced old config schema values from existing extensions and blueprints.
8
9
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-20260416031834
10
- - @backstage/ui@0.0.0-nightly-20260416031834
11
- - @backstage/frontend-test-utils@0.0.0-nightly-20260416031834
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260416031834
13
- - @backstage/catalog-client@0.0.0-nightly-20260416031834
14
- - @backstage/catalog-model@0.0.0-nightly-20260416031834
15
- - @backstage/core-compat-api@0.0.0-nightly-20260416031834
16
- - @backstage/core-components@0.0.0-nightly-20260416031834
17
- - @backstage/core-plugin-api@0.0.0-nightly-20260416031834
18
- - @backstage/filter-predicates@0.0.0-nightly-20260416031834
19
- - @backstage/plugin-permission-common@0.0.0-nightly-20260416031834
20
- - @backstage/plugin-catalog-common@0.0.0-nightly-20260416031834
21
- - @backstage/integration-react@0.0.0-nightly-20260416031834
10
+ - @backstage/core-components@0.0.0-nightly-20260417031854
11
+ - @backstage/ui@0.0.0-nightly-20260417031854
12
+ - @backstage/errors@0.0.0-nightly-20260417031854
13
+ - @backstage/frontend-test-utils@0.0.0-nightly-20260417031854
14
+ - @backstage/core-compat-api@0.0.0-nightly-20260417031854
15
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260417031854
16
+ - @backstage/integration-react@0.0.0-nightly-20260417031854
17
+ - @backstage/catalog-client@0.0.0-nightly-20260417031854
18
+ - @backstage/catalog-model@0.0.0-nightly-20260417031854
19
+ - @backstage/core-plugin-api@0.0.0-nightly-20260417031854
20
+ - @backstage/filter-predicates@0.0.0-nightly-20260417031854
21
+ - @backstage/plugin-permission-common@0.0.0-nightly-20260417031854
22
22
  - @backstage/types@1.2.2
23
23
  - @backstage/version-bridge@1.0.12
24
- - @backstage/plugin-permission-react@0.0.0-nightly-20260416031834
24
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260417031854
25
25
 
26
26
  ## 2.1.2
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20260416031834",
3
+ "version": "0.0.0-nightly-20260417031854",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -73,20 +73,19 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/catalog-client": "0.0.0-nightly-20260416031834",
77
- "@backstage/catalog-model": "0.0.0-nightly-20260416031834",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20260416031834",
79
- "@backstage/core-components": "0.0.0-nightly-20260416031834",
80
- "@backstage/core-plugin-api": "0.0.0-nightly-20260416031834",
81
- "@backstage/errors": "0.0.0-nightly-20260416031834",
82
- "@backstage/filter-predicates": "0.0.0-nightly-20260416031834",
83
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260416031834",
84
- "@backstage/integration-react": "0.0.0-nightly-20260416031834",
85
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260416031834",
86
- "@backstage/plugin-permission-common": "0.0.0-nightly-20260416031834",
87
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260416031834",
76
+ "@backstage/catalog-client": "0.0.0-nightly-20260417031854",
77
+ "@backstage/catalog-model": "0.0.0-nightly-20260417031854",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20260417031854",
79
+ "@backstage/core-components": "0.0.0-nightly-20260417031854",
80
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260417031854",
81
+ "@backstage/errors": "0.0.0-nightly-20260417031854",
82
+ "@backstage/filter-predicates": "0.0.0-nightly-20260417031854",
83
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260417031854",
84
+ "@backstage/integration-react": "0.0.0-nightly-20260417031854",
85
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20260417031854",
86
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260417031854",
88
87
  "@backstage/types": "1.2.2",
89
- "@backstage/ui": "0.0.0-nightly-20260416031834",
88
+ "@backstage/ui": "0.0.0-nightly-20260417031854",
90
89
  "@backstage/version-bridge": "1.0.12",
91
90
  "@material-ui/core": "^4.12.2",
92
91
  "@material-ui/icons": "^4.9.1",
@@ -103,12 +102,12 @@
103
102
  "zod": "^3.25.76 || ^4.0.0"
104
103
  },
105
104
  "devDependencies": {
106
- "@backstage/cli": "0.0.0-nightly-20260416031834",
107
- "@backstage/core-app-api": "0.0.0-nightly-20260416031834",
108
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260416031834",
109
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260416031834",
110
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260416031834",
111
- "@backstage/test-utils": "0.0.0-nightly-20260416031834",
105
+ "@backstage/cli": "0.0.0-nightly-20260417031854",
106
+ "@backstage/core-app-api": "0.0.0-nightly-20260417031854",
107
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260417031854",
108
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20260417031854",
109
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260417031854",
110
+ "@backstage/test-utils": "0.0.0-nightly-20260417031854",
112
111
  "@testing-library/dom": "^10.0.0",
113
112
  "@testing-library/jest-dom": "^6.0.0",
114
113
  "@testing-library/react": "^16.0.0",
@@ -121,7 +120,7 @@
121
120
  "react-test-renderer": "^16.13.1"
122
121
  },
123
122
  "peerDependencies": {
124
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260416031834",
123
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260417031854",
125
124
  "@types/react": "^17.0.0 || ^18.0.0",
126
125
  "react": "^17.0.0 || ^18.0.0",
127
126
  "react-dom": "^17.0.0 || ^18.0.0",