@rh-support/manage 2.5.96 → 2.5.97

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.
@@ -2,7 +2,7 @@
2
2
  * This hook is used for to differentiate actual versions of product from versions with top content
3
3
  * @param {string} selectedProductName Selected product name
4
4
  * @param {string} selectedMajorVersion Selected version
5
- * @returns {[boolean, String[]]} Loading status and differentiated list of version
5
+ * @returns {[boolean, String[]]} Loading status and differentiated list of versions
6
6
  */
7
7
  export declare const useVersionsDiffer: (selectedProductName: string, selectedMajorVersion: string) => [boolean, String[]];
8
8
  //# sourceMappingURL=useVersionsDiffer.d.ts.map
@@ -7,7 +7,7 @@ import { postVersionsProcessor } from '../components/TopContentManagement/TopCon
7
7
  * This hook is used for to differentiate actual versions of product from versions with top content
8
8
  * @param {string} selectedProductName Selected product name
9
9
  * @param {string} selectedMajorVersion Selected version
10
- * @returns {[boolean, String[]]} Loading status and differentiated list of version
10
+ * @returns {[boolean, String[]]} Loading status and differentiated list of versions
11
11
  */
12
12
  export const useVersionsDiffer = (selectedProductName, selectedMajorVersion) => {
13
13
  const [majorVersion, setMajorVersion] = useState([]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.5.96",
3
+ "version": "2.5.97",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "license": "ISC",
@@ -79,12 +79,12 @@
79
79
  "@patternfly/patternfly": "6.2.1",
80
80
  "@patternfly/react-core": "6.2.1",
81
81
  "@patternfly/react-table": "6.2.1",
82
- "@rh-support/components": "2.5.73",
82
+ "@rh-support/components": "2.5.64",
83
83
  "@rh-support/configs": "2.0.21",
84
- "@rh-support/react-context": "2.5.93",
84
+ "@rh-support/react-context": "2.5.80",
85
85
  "@rh-support/types": "2.0.5",
86
- "@rh-support/user-permissions": "2.5.46",
87
- "@rh-support/utils": "2.5.42",
86
+ "@rh-support/user-permissions": "2.5.31",
87
+ "@rh-support/utils": "2.5.27",
88
88
  "@types/react-beautiful-dnd": "^13.0.0",
89
89
  "i18next": "^23.15.0",
90
90
  "lodash": ">=4.17.15",
@@ -103,5 +103,5 @@
103
103
  "defaults and supports es6-module",
104
104
  "maintained node versions"
105
105
  ],
106
- "gitHead": "08156d909dacebb039e331be207937c5879306a8"
106
+ "gitHead": "bcd580871dcd6a13b6ba1806ef98cec21d783082"
107
107
  }