@backstage/plugin-catalog-react 1.21.5 → 1.21.6
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 +13 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 1.21.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5683c85: Bump to latest zod to ensure it has the latest features
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/frontend-test-utils@0.4.5
|
|
10
|
+
- @backstage/frontend-plugin-api@0.13.4
|
|
11
|
+
- @backstage/plugin-permission-common@0.9.5
|
|
12
|
+
- @backstage/core-compat-api@0.5.7
|
|
13
|
+
- @backstage/core-components@0.18.6
|
|
14
|
+
- @backstage/core-plugin-api@1.12.2
|
|
15
|
+
|
|
3
16
|
## 1.21.5
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.6",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -75,15 +75,15 @@
|
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@backstage/catalog-client": "^1.12.1",
|
|
77
77
|
"@backstage/catalog-model": "^1.7.6",
|
|
78
|
-
"@backstage/core-compat-api": "^0.5.
|
|
79
|
-
"@backstage/core-components": "^0.18.
|
|
80
|
-
"@backstage/core-plugin-api": "^1.12.
|
|
78
|
+
"@backstage/core-compat-api": "^0.5.7",
|
|
79
|
+
"@backstage/core-components": "^0.18.6",
|
|
80
|
+
"@backstage/core-plugin-api": "^1.12.2",
|
|
81
81
|
"@backstage/errors": "^1.2.7",
|
|
82
|
-
"@backstage/frontend-plugin-api": "^0.13.
|
|
83
|
-
"@backstage/frontend-test-utils": "^0.4.
|
|
82
|
+
"@backstage/frontend-plugin-api": "^0.13.4",
|
|
83
|
+
"@backstage/frontend-test-utils": "^0.4.5",
|
|
84
84
|
"@backstage/integration-react": "^1.2.14",
|
|
85
85
|
"@backstage/plugin-catalog-common": "^1.1.7",
|
|
86
|
-
"@backstage/plugin-permission-common": "^0.9.
|
|
86
|
+
"@backstage/plugin-permission-common": "^0.9.5",
|
|
87
87
|
"@backstage/plugin-permission-react": "^0.4.39",
|
|
88
88
|
"@backstage/types": "^1.2.2",
|
|
89
89
|
"@backstage/version-bridge": "^1.0.11",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"zen-observable": "^0.10.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@backstage/cli": "^0.35.
|
|
104
|
-
"@backstage/core-app-api": "^1.19.
|
|
103
|
+
"@backstage/cli": "^0.35.3",
|
|
104
|
+
"@backstage/core-app-api": "^1.19.4",
|
|
105
105
|
"@backstage/plugin-catalog-common": "^1.1.7",
|
|
106
106
|
"@backstage/plugin-scaffolder-common": "^1.7.5",
|
|
107
107
|
"@backstage/test-utils": "^1.7.14",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"react-dom": "^18.0.2",
|
|
116
116
|
"react-router-dom": "^6.3.0",
|
|
117
117
|
"react-test-renderer": "^16.13.1",
|
|
118
|
-
"zod": "^3.
|
|
118
|
+
"zod": "^3.25.76"
|
|
119
119
|
},
|
|
120
120
|
"peerDependencies": {
|
|
121
121
|
"@types/react": "^17.0.0 || ^18.0.0",
|