@rh-support/components 2.1.19-beta.13 → 2.1.19-beta.15
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/components",
|
|
3
|
-
"version": "2.1.19-beta.
|
|
3
|
+
"version": "2.1.19-beta.15",
|
|
4
4
|
"description": "Contains all reusabel components for support app",
|
|
5
5
|
"author": "Vikas Rathee <vrathee@redhat.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"copy:img:cjs": "../../node_modules/.bin/copyfiles -V -u 1 -a 'src/**/*.png' 'src/**/*.jpg' 'src/**/*.gif' lib/cjs"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@cee-eng/hydrajs": "4.16.
|
|
58
|
+
"@cee-eng/hydrajs": "4.16.33",
|
|
59
59
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
60
60
|
"@patternfly/patternfly": "4.196.7",
|
|
61
61
|
"@patternfly/react-core": "4.264.0",
|
|
@@ -74,14 +74,14 @@
|
|
|
74
74
|
"use-deep-compare-effect": "^1.6.1"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@cee-eng/hydrajs": "4.16.
|
|
77
|
+
"@cee-eng/hydrajs": "4.16.33",
|
|
78
78
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
79
79
|
"@patternfly/patternfly": "4.196.7",
|
|
80
80
|
"@patternfly/react-core": "4.264.0",
|
|
81
81
|
"@patternfly/react-table": "4.111.33",
|
|
82
82
|
"@rh-support/types": "2.0.2",
|
|
83
|
-
"@rh-support/user-permissions": "2.1.13-beta.
|
|
84
|
-
"@rh-support/utils": "2.1.10-beta.
|
|
83
|
+
"@rh-support/user-permissions": "2.1.13-beta.14",
|
|
84
|
+
"@rh-support/utils": "2.1.10-beta.13",
|
|
85
85
|
"dompurify": "^2.2.6",
|
|
86
86
|
"downshift": "^6.0.5",
|
|
87
87
|
"js-worker-search": "^1.4.1",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"defaults and supports es6-module",
|
|
119
119
|
"maintained node versions"
|
|
120
120
|
],
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "0eb2c9003018f713f7b7539470ac64726be9767e"
|
|
122
122
|
}
|