fix(deps): update dependency @types/react-select to v4.0.3 (#2681)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-01-26 16:10:20 +00:00
committed by GitHub
parent 93f39b46ef
commit ed40302f9d
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -4539,9 +4539,9 @@
}
},
"@types/react-select": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.2.tgz",
"integrity": "sha512-RSsBRVig8pP7ezKCpgxwtMuq5c5eefi5SxXA+ozKmo30UxpwRJrE7RoOjBWy2t9Bbdb4JBamdbW7LAXxutBHuw==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.3.tgz",
"integrity": "sha512-zvNpx6d4soOzp3eNM5rFAVJdXB46XP7lxuJGqVeDMOax0eKQeu9exUB0Hcr1Bt9K65CyD23NOZ3vzwRG4GBGOA==",
"requires": {
"@types/react": "*",
"@types/react-dom": "*",

View File

@@ -27,7 +27,7 @@
"@types/react-autosuggest": "10.0.1",
"@types/react-dom": "17.0.0",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "4.0.2",
"@types/react-select": "4.0.3",
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"body-scroll-lock": "3.1.5",