fix(deps): update dependency @types/react-select to v3.1.2

This commit is contained in:
Renovate Bot
2020-12-31 19:56:01 +00:00
committed by Łukasz Mierzwa
parent 08dacfe099
commit bbdcb3ecd6
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -3463,9 +3463,9 @@
}
},
"@types/react-select": {
"version": "3.0.28",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.28.tgz",
"integrity": "sha512-Gfg3a/EPLyUQkfezcCQkmLW1Vz6+ziclJhn8dpBUEYJF3IUoxS81ToAi3ky2xtnAyk2wJFMXLvE73KiUd56yTA==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.1.2.tgz",
"integrity": "sha512-ygvR/2FL87R2OLObEWFootYzkvm67LRA+URYEAcBuvKk7IXmdsnIwSGm60cVXGaqkJQHozb2Cy1t94tCYb6rJA==",
"requires": {
"@types/react": "*",
"@types/react-dom": "*",

View File

@@ -29,7 +29,7 @@
"@types/react-dom": "17.0.0",
"@types/react-highlighter": "0.3.4",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "3.0.28",
"@types/react-select": "3.1.2",
"@typescript-eslint/eslint-plugin": "4.11.1",
"@typescript-eslint/parser": "4.11.1",
"babel-loader": "8.1.0",