Updated react-scripts version to 5.0.0 (#1372)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -85,17 +85,12 @@
|
||||
"prettier": "2.3.2",
|
||||
"react-app-rewire-hot-loader": "^2.0.1",
|
||||
"react-app-rewired": "^2.1.6",
|
||||
"react-scripts": "4.0.3",
|
||||
"react-scripts": "5.0.0",
|
||||
"typescript": "^4.4.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/jest/**/ansi-regex": "^5.0.1",
|
||||
"react-scripts/**/ansi-regex": "^5.0.1",
|
||||
"react-scripts/**/nth-check": "^2.0.1",
|
||||
"react-scripts/**/set-value": "^4.0.1",
|
||||
"react-scripts/**/immer": "^9.0.6",
|
||||
"react-scripts/**/glob-parent": "^5.1.2",
|
||||
"react-scripts/**/browserslist": "^4.16.5",
|
||||
"react-scripts/**/ansi-html": "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz"
|
||||
"ansi-regex": "^5.0.1",
|
||||
"nth-check": "^2.0.1",
|
||||
"postcss": "^8.2.13"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ const QueryMultiSelector = ({
|
||||
// Use effect to get the initial values from props
|
||||
useEffect(() => {
|
||||
if (
|
||||
currentKeys.length == 1 &&
|
||||
currentKeys.length === 1 &&
|
||||
currentKeys[0] === "" &&
|
||||
currentValues.length === 1 &&
|
||||
currentValues[0] === "" &&
|
||||
|
||||
9740
portal-ui/yarn.lock
9740
portal-ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user