chore:(deps): bump @types/react-select in /explorer (#13574)

Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 3.0.25 to 3.0.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-11-13 09:09:33 +00:00 committed by GitHub
parent 6dc735e996
commit cbcde43765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2864,9 +2864,9 @@
} }
}, },
"@types/react-select": { "@types/react-select": {
"version": "3.0.25", "version": "3.0.26",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.25.tgz", "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.26.tgz",
"integrity": "sha512-Nahnbi2KmsTMYTlBpfSky5O1kXCPsNZfm/RsPddDARNwGNKHxU9LRRnTgoS5ejHCtZx3qYjOd0z0xX3730H9rQ==", "integrity": "sha512-rAaiD0SFkBi3PUwp1DrJV04CobPl2LuZXF+kv6MKw8kaeGo82xTOZzjM8DDi4lrdkqGbInZiE2QO9nIJm3bqgw==",
"requires": { "requires": {
"@types/react": "*", "@types/react": "*",
"@types/react-dom": "*", "@types/react-dom": "*",

View File

@ -20,7 +20,7 @@
"@types/react": "^16.9.56", "@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9", "@types/react-dom": "^16.9.9",
"@types/react-router-dom": "^5.1.6", "@types/react-router-dom": "^5.1.6",
"@types/react-select": "^3.0.25", "@types/react-select": "^3.0.26",
"@types/socket.io-client": "^1.4.34", "@types/socket.io-client": "^1.4.34",
"bn.js": "^5.1.3", "bn.js": "^5.1.3",
"bootstrap": "^4.5.3", "bootstrap": "^4.5.3",