Build(deps-dev): bump @types/react-select from 4.0.15 to 4.0.16 (#6669)

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2021-06-26 16:24:35 +00:00
committed by GitHub
parent 6a4f983e7f
commit ba314f6955
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -64,7 +64,7 @@
"@types/node": "^15.12.4",
"@types/react-helmet": "^6.1.1",
"@types/react-modal": "^3.12.0",
"@types/react-select": "^4.0.15",
"@types/react-select": "^4.0.16",
"@types/styled-components": "5.1.10",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.27.0",
@@ -4278,9 +4278,9 @@
}
},
"node_modules/@types/react-select": {
"version": "4.0.15",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.15.tgz",
"integrity": "sha512-GPyBFYGMVFCtF4eg9riodEco+s2mflR10Nd5csx69+bcdvX6Uo9H/jgrIqovBU9yxBppB9DS66OwD6xxgVqOYQ==",
"version": "4.0.16",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.16.tgz",
"integrity": "sha512-DMmWIKxIC5RC0qQ2l7wDt5qvvVhbtBPK6IQn6LJXe/1KTsGkZajzoLZG8mQtL2nmKrXURq+wetLeHRvYD8CmDw==",
"dev": true,
"dependencies": {
"@emotion/serialize": "^1.0.0",
@@ -35043,9 +35043,9 @@
}
},
"@types/react-select": {
"version": "4.0.15",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.15.tgz",
"integrity": "sha512-GPyBFYGMVFCtF4eg9riodEco+s2mflR10Nd5csx69+bcdvX6Uo9H/jgrIqovBU9yxBppB9DS66OwD6xxgVqOYQ==",
"version": "4.0.16",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.16.tgz",
"integrity": "sha512-DMmWIKxIC5RC0qQ2l7wDt5qvvVhbtBPK6IQn6LJXe/1KTsGkZajzoLZG8mQtL2nmKrXURq+wetLeHRvYD8CmDw==",
"dev": true,
"requires": {
"@emotion/serialize": "^1.0.0",

View File

@@ -152,7 +152,7 @@
"@types/node": "^15.12.4",
"@types/react-helmet": "^6.1.1",
"@types/react-modal": "^3.12.0",
"@types/react-select": "^4.0.15",
"@types/react-select": "^4.0.16",
"@types/styled-components": "5.1.10",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.27.0",