@red-hat-developer-hub/backstage-plugin-global-header 1.18.2 → 1.19.0
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 +6 -0
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-global-header",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@backstage/catalog-model": "^1.7.5",
|
|
37
|
-
"@backstage/core-components": "^0.
|
|
38
|
-
"@backstage/core-plugin-api": "^1.
|
|
39
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
40
|
-
"@backstage/plugin-notifications": "^0.5.
|
|
41
|
-
"@backstage/plugin-notifications-common": "^0.1.
|
|
42
|
-
"@backstage/plugin-search": "^1.4.
|
|
43
|
-
"@backstage/plugin-search-backend": "^2.0.
|
|
44
|
-
"@backstage/plugin-search-backend-module-catalog": "^0.3.
|
|
45
|
-
"@backstage/plugin-search-backend-module-pg": "^0.5.
|
|
46
|
-
"@backstage/plugin-search-backend-module-techdocs": "^0.4.
|
|
47
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
48
|
-
"@backstage/plugin-search-react": "^1.9.
|
|
49
|
-
"@backstage/plugin-signals-react": "^0.0.
|
|
50
|
-
"@backstage/plugin-user-settings": "^0.8.
|
|
51
|
-
"@backstage/theme": "^0.
|
|
37
|
+
"@backstage/core-components": "^0.18.2",
|
|
38
|
+
"@backstage/core-plugin-api": "^1.11.1",
|
|
39
|
+
"@backstage/plugin-catalog-react": "^1.21.2",
|
|
40
|
+
"@backstage/plugin-notifications": "^0.5.10",
|
|
41
|
+
"@backstage/plugin-notifications-common": "^0.1.1",
|
|
42
|
+
"@backstage/plugin-search": "^1.4.31",
|
|
43
|
+
"@backstage/plugin-search-backend": "^2.0.7",
|
|
44
|
+
"@backstage/plugin-search-backend-module-catalog": "^0.3.9",
|
|
45
|
+
"@backstage/plugin-search-backend-module-pg": "^0.5.49",
|
|
46
|
+
"@backstage/plugin-search-backend-module-techdocs": "^0.4.7",
|
|
47
|
+
"@backstage/plugin-search-common": "^1.2.20",
|
|
48
|
+
"@backstage/plugin-search-react": "^1.9.5",
|
|
49
|
+
"@backstage/plugin-signals-react": "^0.0.16",
|
|
50
|
+
"@backstage/plugin-user-settings": "^0.8.28",
|
|
51
|
+
"@backstage/theme": "^0.7.0",
|
|
52
52
|
"@mui/icons-material": "5.18.0",
|
|
53
53
|
"@mui/material": "5.18.0",
|
|
54
54
|
"@mui/styled-engine": "5.18.0",
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"react-router-dom": "^6.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@backstage/cli": "^0.34.
|
|
64
|
-
"@backstage/config": "^1.3.
|
|
65
|
-
"@backstage/core-app-api": "^1.
|
|
66
|
-
"@backstage/dev-utils": "^1.1.
|
|
67
|
-
"@backstage/frontend-test-utils": "^0.
|
|
68
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
69
|
-
"@backstage/test-utils": "^1.7.
|
|
63
|
+
"@backstage/cli": "^0.34.4",
|
|
64
|
+
"@backstage/config": "^1.3.5",
|
|
65
|
+
"@backstage/core-app-api": "^1.19.1",
|
|
66
|
+
"@backstage/dev-utils": "^1.1.16",
|
|
67
|
+
"@backstage/frontend-test-utils": "^0.4.0",
|
|
68
|
+
"@backstage/plugin-search-common": "^1.2.20",
|
|
69
|
+
"@backstage/test-utils": "^1.7.12",
|
|
70
70
|
"@openshift/dynamic-plugin-sdk": "^5.0.1",
|
|
71
71
|
"@red-hat-developer-hub/backstage-plugin-theme": "^0.10.0",
|
|
72
72
|
"@testing-library/jest-dom": "^6.0.0",
|