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:
parent
6dc735e996
commit
cbcde43765
|
@ -2864,9 +2864,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react-select": {
|
||||
"version": "3.0.25",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.25.tgz",
|
||||
"integrity": "sha512-Nahnbi2KmsTMYTlBpfSky5O1kXCPsNZfm/RsPddDARNwGNKHxU9LRRnTgoS5ejHCtZx3qYjOd0z0xX3730H9rQ==",
|
||||
"version": "3.0.26",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.26.tgz",
|
||||
"integrity": "sha512-rAaiD0SFkBi3PUwp1DrJV04CobPl2LuZXF+kv6MKw8kaeGo82xTOZzjM8DDi4lrdkqGbInZiE2QO9nIJm3bqgw==",
|
||||
"requires": {
|
||||
"@types/react": "*",
|
||||
"@types/react-dom": "*",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"@types/react": "^16.9.56",
|
||||
"@types/react-dom": "^16.9.9",
|
||||
"@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",
|
||||
"bn.js": "^5.1.3",
|
||||
"bootstrap": "^4.5.3",
|
||||
|
|
Loading…
Reference in New Issue