@red-hat-developer-hub/backstage-plugin-global-header 1.14.1 → 1.15.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 +24 -24
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.15.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"postpack": "backstage-cli package postpack"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/catalog-model": "^1.7.
|
|
37
|
-
"@backstage/core-components": "^0.17.
|
|
38
|
-
"@backstage/core-plugin-api": "^1.10.
|
|
39
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
40
|
-
"@backstage/plugin-notifications": "^0.5.
|
|
41
|
-
"@backstage/plugin-notifications-common": "^0.0.
|
|
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.6.
|
|
36
|
+
"@backstage/catalog-model": "^1.7.5",
|
|
37
|
+
"@backstage/core-components": "^0.17.4",
|
|
38
|
+
"@backstage/core-plugin-api": "^1.10.9",
|
|
39
|
+
"@backstage/plugin-catalog-react": "^1.19.1",
|
|
40
|
+
"@backstage/plugin-notifications": "^0.5.7",
|
|
41
|
+
"@backstage/plugin-notifications-common": "^0.0.10",
|
|
42
|
+
"@backstage/plugin-search": "^1.4.28",
|
|
43
|
+
"@backstage/plugin-search-backend": "^2.0.4",
|
|
44
|
+
"@backstage/plugin-search-backend-module-catalog": "^0.3.6",
|
|
45
|
+
"@backstage/plugin-search-backend-module-pg": "^0.5.46",
|
|
46
|
+
"@backstage/plugin-search-backend-module-techdocs": "^0.4.4",
|
|
47
|
+
"@backstage/plugin-search-common": "^1.2.19",
|
|
48
|
+
"@backstage/plugin-search-react": "^1.9.2",
|
|
49
|
+
"@backstage/plugin-signals-react": "^0.0.15",
|
|
50
|
+
"@backstage/plugin-user-settings": "^0.8.24",
|
|
51
|
+
"@backstage/theme": "^0.6.7",
|
|
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.
|
|
64
|
-
"@backstage/config": "^1.3.
|
|
65
|
-
"@backstage/core-app-api": "^1.
|
|
66
|
-
"@backstage/dev-utils": "^1.1.
|
|
67
|
-
"@backstage/frontend-test-utils": "^0.3.
|
|
68
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
69
|
-
"@backstage/test-utils": "^1.7.
|
|
63
|
+
"@backstage/cli": "^0.33.1",
|
|
64
|
+
"@backstage/config": "^1.3.3",
|
|
65
|
+
"@backstage/core-app-api": "^1.18.0",
|
|
66
|
+
"@backstage/dev-utils": "^1.1.12",
|
|
67
|
+
"@backstage/frontend-test-utils": "^0.3.4",
|
|
68
|
+
"@backstage/plugin-search-common": "^1.2.19",
|
|
69
|
+
"@backstage/test-utils": "^1.7.10",
|
|
70
70
|
"@openshift/dynamic-plugin-sdk": "^5.0.1",
|
|
71
71
|
"@red-hat-developer-hub/backstage-plugin-theme": "^0.9.1",
|
|
72
72
|
"@testing-library/jest-dom": "^6.0.0",
|