@backstage/plugin-catalog 1.31.4-next.0 → 1.31.4
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 +37 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.31.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.21.2
|
|
9
|
+
- @backstage/core-components@0.18.2
|
|
10
|
+
- @backstage/frontend-plugin-api@0.12.1
|
|
11
|
+
- @backstage/plugin-search-react@1.9.5
|
|
12
|
+
- @backstage/core-compat-api@0.5.3
|
|
13
|
+
- @backstage/plugin-techdocs-react@1.3.4
|
|
14
|
+
- @backstage/core-plugin-api@1.11.1
|
|
15
|
+
- @backstage/integration-react@1.2.11
|
|
16
|
+
- @backstage/plugin-catalog-common@1.1.6
|
|
17
|
+
- @backstage/plugin-permission-react@0.4.37
|
|
18
|
+
- @backstage/plugin-scaffolder-common@1.7.2
|
|
19
|
+
- @backstage/plugin-search-common@1.2.20
|
|
20
|
+
|
|
21
|
+
## 1.31.4-next.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/core-components@0.18.2-next.1
|
|
27
|
+
- @backstage/core-plugin-api@1.11.1-next.0
|
|
28
|
+
- @backstage/integration-react@1.2.11-next.1
|
|
29
|
+
- @backstage/plugin-permission-react@0.4.37-next.0
|
|
30
|
+
- @backstage/plugin-techdocs-react@1.3.4-next.1
|
|
31
|
+
- @backstage/core-compat-api@0.5.3-next.1
|
|
32
|
+
- @backstage/plugin-catalog-react@1.21.2-next.1
|
|
33
|
+
- @backstage/plugin-search-react@1.9.5-next.1
|
|
34
|
+
- @backstage/frontend-plugin-api@0.12.1-next.1
|
|
35
|
+
- @backstage/plugin-scaffolder-common@1.7.2-next.1
|
|
36
|
+
- @backstage/plugin-catalog-common@1.1.6-next.0
|
|
37
|
+
- @backstage/plugin-search-common@1.2.20-next.0
|
|
38
|
+
- @backstage/catalog-client@1.12.0
|
|
39
|
+
|
|
3
40
|
## 1.31.4-next.0
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.31.4
|
|
3
|
+
"version": "1.31.4",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,24 +70,24 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/catalog-client": "1.12.0",
|
|
74
|
-
"@backstage/catalog-model": "1.7.5",
|
|
75
|
-
"@backstage/core-compat-api": "0.5.3
|
|
76
|
-
"@backstage/core-components": "0.18.2
|
|
77
|
-
"@backstage/core-plugin-api": "1.11.
|
|
78
|
-
"@backstage/errors": "1.2.7",
|
|
79
|
-
"@backstage/frontend-plugin-api": "0.12.1
|
|
80
|
-
"@backstage/integration-react": "1.2.11
|
|
81
|
-
"@backstage/plugin-catalog-common": "1.1.
|
|
82
|
-
"@backstage/plugin-catalog-react": "1.21.2
|
|
83
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
84
|
-
"@backstage/plugin-scaffolder-common": "1.7.2
|
|
85
|
-
"@backstage/plugin-search-common": "1.2.
|
|
86
|
-
"@backstage/plugin-search-react": "1.9.5
|
|
87
|
-
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
-
"@backstage/plugin-techdocs-react": "1.3.4
|
|
89
|
-
"@backstage/types": "1.2.2",
|
|
90
|
-
"@backstage/version-bridge": "1.0.11",
|
|
73
|
+
"@backstage/catalog-client": "^1.12.0",
|
|
74
|
+
"@backstage/catalog-model": "^1.7.5",
|
|
75
|
+
"@backstage/core-compat-api": "^0.5.3",
|
|
76
|
+
"@backstage/core-components": "^0.18.2",
|
|
77
|
+
"@backstage/core-plugin-api": "^1.11.1",
|
|
78
|
+
"@backstage/errors": "^1.2.7",
|
|
79
|
+
"@backstage/frontend-plugin-api": "^0.12.1",
|
|
80
|
+
"@backstage/integration-react": "^1.2.11",
|
|
81
|
+
"@backstage/plugin-catalog-common": "^1.1.6",
|
|
82
|
+
"@backstage/plugin-catalog-react": "^1.21.2",
|
|
83
|
+
"@backstage/plugin-permission-react": "^0.4.37",
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "^1.7.2",
|
|
85
|
+
"@backstage/plugin-search-common": "^1.2.20",
|
|
86
|
+
"@backstage/plugin-search-react": "^1.9.5",
|
|
87
|
+
"@backstage/plugin-techdocs-common": "^0.1.1",
|
|
88
|
+
"@backstage/plugin-techdocs-react": "^1.3.4",
|
|
89
|
+
"@backstage/types": "^1.2.2",
|
|
90
|
+
"@backstage/version-bridge": "^1.0.11",
|
|
91
91
|
"@material-ui/core": "^4.12.2",
|
|
92
92
|
"@material-ui/icons": "^4.9.1",
|
|
93
93
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
"zen-observable": "^0.10.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/cli": "0.34.4
|
|
106
|
-
"@backstage/core-app-api": "1.19.
|
|
107
|
-
"@backstage/dev-utils": "1.1.15
|
|
108
|
-
"@backstage/frontend-test-utils": "0.
|
|
109
|
-
"@backstage/plugin-permission-common": "0.9.
|
|
110
|
-
"@backstage/test-utils": "1.7.
|
|
105
|
+
"@backstage/cli": "^0.34.4",
|
|
106
|
+
"@backstage/core-app-api": "^1.19.1",
|
|
107
|
+
"@backstage/dev-utils": "^1.1.15",
|
|
108
|
+
"@backstage/frontend-test-utils": "^0.4.0",
|
|
109
|
+
"@backstage/plugin-permission-common": "^0.9.2",
|
|
110
|
+
"@backstage/test-utils": "^1.7.12",
|
|
111
111
|
"@testing-library/dom": "^10.0.0",
|
|
112
112
|
"@testing-library/jest-dom": "^6.0.0",
|
|
113
113
|
"@testing-library/react": "^16.0.0",
|