mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(deps): update dependency react-select to v3.0.4
This commit is contained in:
committed by
Łukasz Mierzwa
parent
ec612c1d9a
commit
bc1d540da7
6
ui/package-lock.json
generated
6
ui/package-lock.json
generated
@@ -12275,9 +12275,9 @@
|
||||
}
|
||||
},
|
||||
"react-select": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.3.tgz",
|
||||
"integrity": "sha512-/WmzNDvATL2mFMLtZYlfUBHzg6YywglkmwJ52TCuvj2ALNu8gRKSlhkivPfKUWxxWKbolVCXSAh+xuwOQZJykg==",
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.4.tgz",
|
||||
"integrity": "sha512-fbVISKa/lSUlLsltuatfUiKcWCNvdLXxFFyrzVQCBUsjxJZH/m7UMPdw/ywmRixAmwXAP++MdbNNZypOsiDEfA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.4.4",
|
||||
"@emotion/cache": "^10.0.9",
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"react-resize-detector": "4.1.4",
|
||||
"react-reveal": "1.2.2",
|
||||
"react-scripts": "3.0.1",
|
||||
"react-select": "3.0.3",
|
||||
"react-select": "3.0.4",
|
||||
"react-tippy": "1.2.3",
|
||||
"react-transition-group": "4.1.0",
|
||||
"react-truncate": "2.4.0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
exports[`<CustomMultiSelect /> matches snapshot when focused 1`] = `
|
||||
"
|
||||
<div class=\\" css-2b097c-container\\">
|
||||
<span aria-live=\\"assertive\\"
|
||||
<span aria-live=\\"polite\\"
|
||||
class=\\"css-1laao21-a11yText\\"
|
||||
>
|
||||
<p id=\\"aria-selection-event\\">
|
||||
|
||||
Reference in New Issue
Block a user