Bump @types/react-select from 4.0.14 to 4.0.15 (#450)

Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 4.0.14 to 4.0.15.
- [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]
2021-04-29 11:13:58 +03:00
committed by GitHub
parent 287abc6031
commit cb008fae3a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -60,7 +60,7 @@
"@types/react": "^17.0.3",
"@types/react-datepicker": "^3.1.8",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-select": "^4.0.14",
"@types/react-select": "^4.0.15",
"@types/recharts": "^1.8.19",
"@types/uuid": "^8.3.0",
"cross-env": "^7.0.3",
@@ -2148,9 +2148,9 @@
}
},
"node_modules/@types/react-select": {
"version": "4.0.14",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.14.tgz",
"integrity": "sha512-bGisnh8SWQqvoygT9CsaOFwG6o4C/0RCB8X2c3luNXpI0x98u4pA9e9bb12mnQuz/0/D2nBeDGvQv/wU9p6OCw==",
"version": "4.0.15",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.15.tgz",
"integrity": "sha512-GPyBFYGMVFCtF4eg9riodEco+s2mflR10Nd5csx69+bcdvX6Uo9H/jgrIqovBU9yxBppB9DS66OwD6xxgVqOYQ==",
"dev": true,
"dependencies": {
"@emotion/serialize": "^1.0.0",
@@ -11473,9 +11473,9 @@
}
},
"@types/react-select": {
"version": "4.0.14",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.14.tgz",
"integrity": "sha512-bGisnh8SWQqvoygT9CsaOFwG6o4C/0RCB8X2c3luNXpI0x98u4pA9e9bb12mnQuz/0/D2nBeDGvQv/wU9p6OCw==",
"version": "4.0.15",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.15.tgz",
"integrity": "sha512-GPyBFYGMVFCtF4eg9riodEco+s2mflR10Nd5csx69+bcdvX6Uo9H/jgrIqovBU9yxBppB9DS66OwD6xxgVqOYQ==",
"dev": true,
"requires": {
"@emotion/serialize": "^1.0.0",

View File

@@ -78,7 +78,7 @@
"@types/react": "^17.0.3",
"@types/react-datepicker": "^3.1.8",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-select": "^4.0.14",
"@types/react-select": "^4.0.15",
"@types/recharts": "^1.8.19",
"@types/uuid": "^8.3.0",
"cross-env": "^7.0.3",