chore:(deps): bump @types/react-select in /explorer (#11661)
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 3.0.16 to 3.0.19. - [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
2e4eb26fca
commit
fec016f710
|
@ -3514,9 +3514,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react-select": {
|
||||
"version": "3.0.16",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.16.tgz",
|
||||
"integrity": "sha512-qXCfHprExDzB+ZYCqzH80D2TE+F17MMAY5/GrHm74xSsmS6B6G8nm3gZiTod/u82JSzDO193qJiP7ZxunT8oBg==",
|
||||
"version": "3.0.19",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.19.tgz",
|
||||
"integrity": "sha512-d+6qtfFXZeIOAABlVL1e50RZn8ctOABE4tFDxM6KW4lKuXgTTgLVrSik5AX9XjBjV7N80FtS6GTN/WeoXL9Jww==",
|
||||
"requires": {
|
||||
"@types/react": "*",
|
||||
"@types/react-dom": "*",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"@types/react": "^16.9.46",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-router-dom": "^5.1.5",
|
||||
"@types/react-select": "^3.0.16",
|
||||
"@types/react-select": "^3.0.19",
|
||||
"@types/socket.io-client": "^1.4.33",
|
||||
"bn.js": "^5.1.2",
|
||||
"bootstrap": "^4.5.2",
|
||||
|
|
Loading…
Reference in New Issue