fix(deps): update dependency @types/react-select to v4.0.15

This commit is contained in:
Renovate Bot
2021-04-15 09:24:00 +00:00
committed by Łukasz Mierzwa
parent 0056532962
commit 7d4c15af7e
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -4423,9 +4423,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==",
"requires": {
"@emotion/serialize": "^1.0.0",
"@types/react": "*",

View File

@@ -30,7 +30,7 @@
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "4.0.14",
"@types/react-select": "4.0.15",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"body-scroll-lock": "3.1.5",