Updated react-scripts version to 5.0.0 (#1372)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-01-10 12:35:35 -07:00
committed by GitHub
parent ef1dc172fd
commit c90094e328
3 changed files with 3510 additions and 6245 deletions

View File

@@ -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"
}
}

View File

@@ -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] === "" &&

File diff suppressed because it is too large Load Diff