@rh-support/components 1.2.10 → 1.2.11-beta.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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.11-beta.0",
|
|
4
4
|
"description": "Contains all reusabel components for support app",
|
|
5
5
|
"author": "Vikas Rathee <vrathee@redhat.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"prepublishOnly": "npm run build"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@cee-eng/hydrajs": "4.
|
|
55
|
+
"@cee-eng/hydrajs": "4.14.53",
|
|
56
56
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
57
57
|
"@patternfly/patternfly": "4.196.7",
|
|
58
|
-
"@patternfly/react-core": "4.
|
|
59
|
-
"@patternfly/react-table": "4.
|
|
58
|
+
"@patternfly/react-core": "4.264.0",
|
|
59
|
+
"@patternfly/react-table": "4.111.33",
|
|
60
60
|
"@rh-support/types": "0.1.21",
|
|
61
61
|
"@rh-support/user-permissions": "0.1.46",
|
|
62
62
|
"@rh-support/utils": "0.1.45",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"use-deep-compare-effect": "^1.6.1"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@cee-eng/hydrajs": "4.
|
|
82
|
+
"@cee-eng/hydrajs": "4.14.53",
|
|
83
83
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
84
84
|
"@patternfly/patternfly": "4.196.7",
|
|
85
|
-
"@patternfly/react-core": "4.
|
|
86
|
-
"@patternfly/react-table": "4.
|
|
85
|
+
"@patternfly/react-core": "4.264.0",
|
|
86
|
+
"@patternfly/react-table": "4.111.33",
|
|
87
87
|
"@rh-support/types": "0.2.0",
|
|
88
|
-
"@rh-support/user-permissions": "1.0.9",
|
|
89
|
-
"@rh-support/utils": "1.0.7",
|
|
88
|
+
"@rh-support/user-permissions": "1.0.9-beta.0",
|
|
89
|
+
"@rh-support/utils": "1.0.7-beta.0",
|
|
90
90
|
"@storybook/addon-a11y": "^5.3.19",
|
|
91
91
|
"@storybook/addon-actions": "^5.3.19",
|
|
92
92
|
"@storybook/addon-docs": "^5.3.19",
|
|
@@ -126,5 +126,5 @@
|
|
|
126
126
|
"not ie <= 11",
|
|
127
127
|
"not op_mini all"
|
|
128
128
|
],
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "09a5398a96aa0918e5d4944eb433aade82f3ea93"
|
|
130
130
|
}
|