@rh-support/react-context 2.5.93 → 2.5.94

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.
@@ -127,7 +127,7 @@ function AccountSelectorInternal(props) {
127
127
  accountNumberNotNull: true,
128
128
  };
129
129
  let queryKey;
130
- // query as number is a hack to get around TS, isNaN can take a string but it was throwing errors here
130
+ // query as number is a hack to get around TS, isNaN can take a string but it was throwing error here
131
131
  if (isNaN(query)) {
132
132
  params.nameLike = query;
133
133
  queryKey = 'name';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "2.5.93",
3
+ "version": "2.5.94",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -40,10 +40,10 @@
40
40
  "@cee-eng/hydrajs": "4.18.95",
41
41
  "@patternfly/react-core": "6.2.1",
42
42
  "@patternfly/react-icons": "6.2.1",
43
- "@rh-support/components": "2.5.73",
43
+ "@rh-support/components": "2.5.64",
44
44
  "@rh-support/types": "2.0.5",
45
- "@rh-support/user-permissions": "2.5.46",
46
- "@rh-support/utils": "2.5.42",
45
+ "@rh-support/user-permissions": "2.5.31",
46
+ "@rh-support/utils": "2.5.27",
47
47
  "i18next": "^23.15.0",
48
48
  "localforage": "^1.10.0",
49
49
  "lodash": "^4.17.21",
@@ -93,5 +93,5 @@
93
93
  "defaults and supports es6-module",
94
94
  "maintained node versions"
95
95
  ],
96
- "gitHead": "08156d909dacebb039e331be207937c5879306a8"
96
+ "gitHead": "bcd580871dcd6a13b6ba1806ef98cec21d783082"
97
97
  }