mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(deps): update dependency react-select to v5.3.1
This commit is contained in:
committed by
renovate[bot]
parent
d95acc47ec
commit
74ff53e5de
18
ui/package-lock.json
generated
18
ui/package-lock.json
generated
@@ -47,7 +47,7 @@
|
||||
"react-linkify": "0.2.2",
|
||||
"react-media-hook": "0.4.9",
|
||||
"react-range": "1.8.12",
|
||||
"react-select": "5.3.0",
|
||||
"react-select": "5.3.1",
|
||||
"react-transition-group": "4.4.2",
|
||||
"typeface-open-sans": "1.1.13"
|
||||
},
|
||||
@@ -27336,13 +27336,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-select": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.0.tgz",
|
||||
"integrity": "sha512-GM6Fbv1+X+kb3e5Fc4oNeyOJkCIesY/D4NBiReKlGY4RxoeztFYm3J0KREgwMaIKQqwTiuLqTlpUBY3SYw5goQ==",
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.1.tgz",
|
||||
"integrity": "sha512-Y195MmhDoDAj/8gTDyYZU1Raf7tmZd81wxM6RkFko4pqJ4Xv0/ilqUMtSn+GYkwmSlTWeMlzh+e+t7PJgtuXPw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.0",
|
||||
"@emotion/cache": "^11.4.0",
|
||||
"@emotion/react": "^11.1.1",
|
||||
"@emotion/react": "^11.8.1",
|
||||
"@types/react-transition-group": "^4.4.0",
|
||||
"memoize-one": "^5.0.0",
|
||||
"prop-types": "^15.6.0",
|
||||
@@ -53727,13 +53727,13 @@
|
||||
}
|
||||
},
|
||||
"react-select": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.0.tgz",
|
||||
"integrity": "sha512-GM6Fbv1+X+kb3e5Fc4oNeyOJkCIesY/D4NBiReKlGY4RxoeztFYm3J0KREgwMaIKQqwTiuLqTlpUBY3SYw5goQ==",
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.1.tgz",
|
||||
"integrity": "sha512-Y195MmhDoDAj/8gTDyYZU1Raf7tmZd81wxM6RkFko4pqJ4Xv0/ilqUMtSn+GYkwmSlTWeMlzh+e+t7PJgtuXPw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.0",
|
||||
"@emotion/cache": "^11.4.0",
|
||||
"@emotion/react": "^11.1.1",
|
||||
"@emotion/react": "^11.8.1",
|
||||
"@types/react-transition-group": "^4.4.0",
|
||||
"memoize-one": "^5.0.0",
|
||||
"prop-types": "^15.6.0",
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
"react-linkify": "0.2.2",
|
||||
"react-media-hook": "0.4.9",
|
||||
"react-range": "1.8.12",
|
||||
"react-select": "5.3.0",
|
||||
"react-select": "5.3.1",
|
||||
"react-transition-group": "4.4.2",
|
||||
"typeface-open-sans": "1.1.13"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user