chore(deps): bump reselect from 4.1.8 to 5.0.1 (#9430)

Closes #9419
This commit is contained in:
Vladimír Gorej
2023-12-20 11:31:42 +01:00
committed by GitHub
parent ecb23d11b9
commit 4bf7831707
7 changed files with 62 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
* @prettier
*/
import { OrderedMap, Map, List } from "immutable"
import { createSelector } from "reselect"
import constant from "lodash/constant"
import { getDefaultRequestBodyValue } from "./components/request-body"
import { stringify } from "core/utils"
@@ -295,7 +295,7 @@ export const validateShallowRequired = (
return missingRequiredKeys
}
export const validOperationMethods = createSelector(() => [
export const validOperationMethods = constant([
"get",
"put",
"post",