@backstage/plugin-catalog-react 0.0.0-nightly-20260225031148 → 0.0.0-nightly-20260226031053

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 +10 -10
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,26 +1,26 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20260225031148
3
+ ## 0.0.0-nightly-20260226031053
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/ui@0.0.0-nightly-20260225031148
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260225031148
10
- - @backstage/frontend-test-utils@0.0.0-nightly-20260225031148
11
- - @backstage/catalog-client@0.0.0-nightly-20260225031148
8
+ - @backstage/ui@0.0.0-nightly-20260226031053
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260226031053
10
+ - @backstage/catalog-client@0.0.0-nightly-20260226031053
11
+ - @backstage/frontend-test-utils@0.0.0-nightly-20260226031053
12
12
  - @backstage/catalog-model@1.7.6
13
- - @backstage/core-compat-api@0.0.0-nightly-20260225031148
14
- - @backstage/core-components@0.0.0-nightly-20260225031148
15
- - @backstage/core-plugin-api@0.0.0-nightly-20260225031148
13
+ - @backstage/core-compat-api@0.0.0-nightly-20260226031053
14
+ - @backstage/core-components@0.0.0-nightly-20260226031053
15
+ - @backstage/core-plugin-api@0.0.0-nightly-20260226031053
16
16
  - @backstage/errors@1.2.7
17
17
  - @backstage/filter-predicates@0.1.0
18
- - @backstage/integration-react@0.0.0-nightly-20260225031148
18
+ - @backstage/integration-react@0.0.0-nightly-20260226031053
19
19
  - @backstage/types@1.2.2
20
20
  - @backstage/version-bridge@1.0.12
21
21
  - @backstage/plugin-catalog-common@1.1.8
22
22
  - @backstage/plugin-permission-common@0.9.6
23
- - @backstage/plugin-permission-react@0.0.0-nightly-20260225031148
23
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260226031053
24
24
 
25
25
  ## 2.0.1-next.0
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20260225031148",
3
+ "version": "0.0.0-nightly-20260226031053",
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,20 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/catalog-client": "0.0.0-nightly-20260225031148",
76
+ "@backstage/catalog-client": "0.0.0-nightly-20260226031053",
77
77
  "@backstage/catalog-model": "1.7.6",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20260225031148",
79
- "@backstage/core-components": "0.0.0-nightly-20260225031148",
80
- "@backstage/core-plugin-api": "0.0.0-nightly-20260225031148",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20260226031053",
79
+ "@backstage/core-components": "0.0.0-nightly-20260226031053",
80
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260226031053",
81
81
  "@backstage/errors": "1.2.7",
82
82
  "@backstage/filter-predicates": "0.1.0",
83
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260225031148",
84
- "@backstage/integration-react": "0.0.0-nightly-20260225031148",
83
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260226031053",
84
+ "@backstage/integration-react": "0.0.0-nightly-20260226031053",
85
85
  "@backstage/plugin-catalog-common": "1.1.8",
86
86
  "@backstage/plugin-permission-common": "0.9.6",
87
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260225031148",
87
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260226031053",
88
88
  "@backstage/types": "1.2.2",
89
- "@backstage/ui": "0.0.0-nightly-20260225031148",
89
+ "@backstage/ui": "0.0.0-nightly-20260226031053",
90
90
  "@backstage/version-bridge": "1.0.12",
91
91
  "@material-ui/core": "^4.12.2",
92
92
  "@material-ui/icons": "^4.9.1",
@@ -101,12 +101,12 @@
101
101
  "zen-observable": "^0.10.0"
102
102
  },
103
103
  "devDependencies": {
104
- "@backstage/cli": "0.0.0-nightly-20260225031148",
105
- "@backstage/core-app-api": "0.0.0-nightly-20260225031148",
106
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260225031148",
104
+ "@backstage/cli": "0.0.0-nightly-20260226031053",
105
+ "@backstage/core-app-api": "0.0.0-nightly-20260226031053",
106
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260226031053",
107
107
  "@backstage/plugin-catalog-common": "1.1.8",
108
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260225031148",
109
- "@backstage/test-utils": "0.0.0-nightly-20260225031148",
108
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260226031053",
109
+ "@backstage/test-utils": "0.0.0-nightly-20260226031053",
110
110
  "@testing-library/dom": "^10.0.0",
111
111
  "@testing-library/jest-dom": "^6.0.0",
112
112
  "@testing-library/react": "^16.0.0",
@@ -120,7 +120,7 @@
120
120
  "zod": "^3.25.76"
121
121
  },
122
122
  "peerDependencies": {
123
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260225031148",
123
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260226031053",
124
124
  "@types/react": "^17.0.0 || ^18.0.0",
125
125
  "react": "^17.0.0 || ^18.0.0",
126
126
  "react-dom": "^17.0.0 || ^18.0.0",