Merge pull request #61 from GHOSCHT/renovate/react-select-4.x
Update dependency @types/react-select to v4.0.18
This commit is contained in:
commit
c286e66fab
2 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,7 @@
|
||||||
"@babel/core": "7.15.5",
|
"@babel/core": "7.15.5",
|
||||||
"@babel/preset-env": "7.15.6",
|
"@babel/preset-env": "7.15.6",
|
||||||
"@babel/preset-react": "7.14.5",
|
"@babel/preset-react": "7.14.5",
|
||||||
"@types/react-select": "4.0.17",
|
"@types/react-select": "4.0.18",
|
||||||
"@types/serialport": "8.0.2",
|
"@types/serialport": "8.0.2",
|
||||||
"@typescript-eslint/eslint-plugin": "4.31.2",
|
"@typescript-eslint/eslint-plugin": "4.31.2",
|
||||||
"@typescript-eslint/parser": "4.31.2",
|
"@typescript-eslint/parser": "4.31.2",
|
||||||
|
|
|
@ -2176,10 +2176,10 @@
|
||||||
hoist-non-react-statics "^3.3.0"
|
hoist-non-react-statics "^3.3.0"
|
||||||
redux "^4.0.0"
|
redux "^4.0.0"
|
||||||
|
|
||||||
"@types/react-select@4.0.17":
|
"@types/react-select@4.0.18":
|
||||||
version "4.0.17"
|
version "4.0.18"
|
||||||
resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-4.0.17.tgz#2e5ab4042c09c988bfc2711550329b0c3c9f8513"
|
resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-4.0.18.tgz#f907f406411afa862217a9d86c54a301367a35c1"
|
||||||
integrity sha512-ZK5wcBhJaqC8ntQl0CJvK2KXNNsk1k5flM7jO+vNPPlceRzdJQazA6zTtQUyNr6exp5yrAiwiudtYxgGlgGHLg==
|
integrity sha512-uCPRMPshd96BwHuT7oCrFduiv5d6km3VwmtW7rVl9g4XetS3VoJ9nZo540LiwtQgaFcW96POwaxQDZDAyYaepg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@emotion/serialize" "^1.0.0"
|
"@emotion/serialize" "^1.0.0"
|
||||||
"@types/react" "*"
|
"@types/react" "*"
|
||||||
|
|
Reference in a new issue