@rh-support/components 1.1.80 → 1.1.81

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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/components",
3
- "version": "1.1.80",
3
+ "version": "1.1.81",
4
4
  "description": "Contains all reusabel components for support app",
5
5
  "author": "Vikas Rathee <vrathee@redhat.com>",
6
6
  "license": "ISC",
@@ -54,7 +54,7 @@
54
54
  "peerDependencies": {
55
55
  "@cee-eng/hydrajs": "4.12.7",
56
56
  "@cee-eng/ui-toolkit": "1.1.6",
57
- "@patternfly/patternfly": "4.185.1",
57
+ "@patternfly/patternfly": "4.196.7",
58
58
  "@patternfly/react-core": "4.202.16",
59
59
  "@patternfly/react-table": "4.71.16",
60
60
  "@rh-support/api": "0.3.9",
@@ -70,7 +70,7 @@
70
70
  "downshift": "^6.0.5",
71
71
  "js-worker-search": "^1.4.1",
72
72
  "lazysizes": "^5.3.2",
73
- "lodash": "^4.17.15",
73
+ "lodash": "^4.17.21",
74
74
  "mark.js": "^8.11.1",
75
75
  "react": "17.0.2",
76
76
  "react-bootstrap-typeahead": "^5.1.4",
@@ -82,13 +82,13 @@
82
82
  "dependencies": {
83
83
  "@cee-eng/hydrajs": "4.12.7",
84
84
  "@cee-eng/ui-toolkit": "1.1.6",
85
- "@patternfly/patternfly": "4.185.1",
85
+ "@patternfly/patternfly": "4.196.7",
86
86
  "@patternfly/react-core": "4.202.16",
87
87
  "@patternfly/react-table": "4.71.16",
88
88
  "@rh-support/api": "0.3.25",
89
89
  "@rh-support/types": "0.2.0",
90
- "@rh-support/user-permissions": "0.2.64",
91
- "@rh-support/utils": "0.2.47",
90
+ "@rh-support/user-permissions": "0.2.65",
91
+ "@rh-support/utils": "0.2.48",
92
92
  "@storybook/addon-a11y": "^5.3.19",
93
93
  "@storybook/addon-actions": "^5.3.19",
94
94
  "@storybook/addon-docs": "^5.3.19",
@@ -100,7 +100,7 @@
100
100
  "downshift": "^6.0.5",
101
101
  "js-worker-search": "^1.4.1",
102
102
  "lazysizes": "^5.3.2",
103
- "lodash": "^4.17.15",
103
+ "lodash": "^4.17.21",
104
104
  "mark.js": "^8.11.1",
105
105
  "react": "17.0.2",
106
106
  "react-bootstrap-typeahead": "^5.1.4",
@@ -128,5 +128,5 @@
128
128
  "not ie <= 11",
129
129
  "not op_mini all"
130
130
  ],
131
- "gitHead": "d0acd5aa52cbe047dd35da3e11118827ae427f26"
131
+ "gitHead": "e4bbdcf60f5ca9c6427a3655a7d264680c692b37"
132
132
  }