mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(deps): update dependency @types/react-autosuggest to v10.1.4
This commit is contained in:
committed by
Łukasz Mierzwa
parent
d11770578e
commit
76f68c3af2
6
ui/package-lock.json
generated
6
ui/package-lock.json
generated
@@ -4472,9 +4472,9 @@
|
||||
}
|
||||
},
|
||||
"@types/react-autosuggest": {
|
||||
"version": "10.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.1.3.tgz",
|
||||
"integrity": "sha512-j80cdYhqOEBbG7JWWl//95d+jf2mkL+tod0C6oM3f0tQx+gIRdFRiYOuGkEduQrtTcZR5a2AdYI8LpUTRfhBMw==",
|
||||
"version": "10.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.1.4.tgz",
|
||||
"integrity": "sha512-NdSUpRX6u1VsLpF63ss3yBGGcTFDJZg35D9XPTOgXPaUXZTJcfglcjyYgQwiMYRsbnz438dWt2gff/qIb7sWcw==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"@types/promise-retry": "1.1.3",
|
||||
"@types/qs": "6.9.6",
|
||||
"@types/react": "17.0.3",
|
||||
"@types/react-autosuggest": "10.1.3",
|
||||
"@types/react-autosuggest": "10.1.4",
|
||||
"@types/react-dom": "17.0.3",
|
||||
"@types/react-js-pagination": "3.0.3",
|
||||
"@types/react-select": "4.0.14",
|
||||
|
||||
Reference in New Issue
Block a user