fix(deps): update react-select to v3 (#5394)

This commit is contained in:
Erez Rokah
2021-05-18 10:37:33 +03:00
committed by GitHub
parent a2735b5fd6
commit 03be13c1e8
7 changed files with 37 additions and 158 deletions

View File

@ -31,6 +31,6 @@
"react-immutable-proptypes": "^2.1.0"
},
"dependencies": {
"react-select": "^2.4.2"
"react-select": "^3.0.0"
}
}