fix(deps): update dependency @types/react-autosuggest to v10.1.0 (#2714)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-02-04 08:33:44 +00:00
committed by GitHub
parent c90bbb661d
commit 5a4308e929
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -28,7 +28,7 @@
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.5",
"@types/react": "17.0.1",
"@types/react-autosuggest": "10.0.1",
"@types/react-autosuggest": "10.1.0",
"@types/react-dom": "17.0.0",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "4.0.12",
@@ -5608,9 +5608,9 @@
}
},
"node_modules/@types/react-autosuggest": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.0.1.tgz",
"integrity": "sha512-CrgPh7phWH/i3ediedml4b1w9d8F0uefzAooh69OXqRU84h1UiJdBR6EoUff+PPPiBeCvh4wI7fgQtVqOe5q4g==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.1.0.tgz",
"integrity": "sha512-TxLQJqhLI6SHqdVIMS0oc56xuba6EdQe0y0CIu0aPGTU9DNkXl4bgW6pHwVNqSgSAjizdboEkdnw+azhfF9qrg==",
"dependencies": {
"@types/react": "*"
}
@@ -32424,9 +32424,9 @@
}
},
"@types/react-autosuggest": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.0.1.tgz",
"integrity": "sha512-CrgPh7phWH/i3ediedml4b1w9d8F0uefzAooh69OXqRU84h1UiJdBR6EoUff+PPPiBeCvh4wI7fgQtVqOe5q4g==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.1.0.tgz",
"integrity": "sha512-TxLQJqhLI6SHqdVIMS0oc56xuba6EdQe0y0CIu0aPGTU9DNkXl4bgW6pHwVNqSgSAjizdboEkdnw+azhfF9qrg==",
"requires": {
"@types/react": "*"
}

View File

@@ -24,7 +24,7 @@
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.5",
"@types/react": "17.0.1",
"@types/react-autosuggest": "10.0.1",
"@types/react-autosuggest": "10.1.0",
"@types/react-dom": "17.0.0",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "4.0.12",