mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(deps): update dependency @types/react-select to v3.0.23
This commit is contained in:
committed by
Łukasz Mierzwa
parent
da53e1278a
commit
386ddbf76a
6
ui/package-lock.json
generated
6
ui/package-lock.json
generated
@@ -3928,9 +3928,9 @@
|
||||
}
|
||||
},
|
||||
"@types/react-select": {
|
||||
"version": "3.0.22",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.22.tgz",
|
||||
"integrity": "sha512-fqgmC979JPr/6476Pau6QnmI9zVV664R7Q92Ld1rgTn+umtUXT5X3+PO/x6O4imCZnh7XCqZcouabWAlAQJNpQ==",
|
||||
"version": "3.0.23",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.23.tgz",
|
||||
"integrity": "sha512-WrXjixjHlDfG4kSwasQZvZXD+hPamNTvJYWYb5TAt3hwhVg+4imNMPdUTDQhrGrCHIeKUc5h+syGCylnw30Suw==",
|
||||
"requires": {
|
||||
"@types/react": "*",
|
||||
"@types/react-dom": "*",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"@types/react-dom": "16.9.9",
|
||||
"@types/react-highlighter": "0.3.4",
|
||||
"@types/react-js-pagination": "3.0.3",
|
||||
"@types/react-select": "3.0.22",
|
||||
"@types/react-select": "3.0.23",
|
||||
"@typescript-eslint/eslint-plugin": "4.6.0",
|
||||
"@typescript-eslint/parser": "4.6.0",
|
||||
"body-scroll-lock": "3.1.5",
|
||||
|
||||
Reference in New Issue
Block a user