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.6
This commit is contained in:
12
ui/package-lock.json
generated
12
ui/package-lock.json
generated
@@ -14907,9 +14907,9 @@
|
||||
}
|
||||
},
|
||||
"react-input-autosize": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-2.2.1.tgz",
|
||||
"integrity": "sha512-3+K4CD13iE4lQQ2WlF8PuV5htfmTRLH6MDnfndHM6LuBRszuXnuyIfE7nhSKt8AzRBZ50bu0sAhkNMeS5pxQQA==",
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-2.2.2.tgz",
|
||||
"integrity": "sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw==",
|
||||
"requires": {
|
||||
"prop-types": "^15.5.8"
|
||||
}
|
||||
@@ -15098,9 +15098,9 @@
|
||||
}
|
||||
},
|
||||
"react-select": {
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.5.tgz",
|
||||
"integrity": "sha512-2tBXZ1XSqbk2boMUzSmKXwGl/6W46VkSMSLMy+ShccOVyD1kDTLPwLX7lugISkRMmL0v5BcLtriXOLfYwO0otw==",
|
||||
"version": "3.0.6",
|
||||
"resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.6.tgz",
|
||||
"integrity": "sha512-8L0V/+HN3Cd6QalgCSnltQpzbtkX7yuihWFWW3/+hQJq5yNGzzDPPA5LtcEBzLXIXh6W18nAHfF5DGoE7XSmmg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.4.4",
|
||||
"@emotion/cache": "^10.0.9",
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"react-resize-detector": "4.2.1",
|
||||
"react-reveal": "1.2.2",
|
||||
"react-scripts": "3.1.2",
|
||||
"react-select": "3.0.5",
|
||||
"react-select": "3.0.6",
|
||||
"react-tippy": "1.2.3",
|
||||
"react-transition-group": "4.3.0",
|
||||
"react-truncate": "2.4.0",
|
||||
|
||||
Reference in New Issue
Block a user