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

@ -33,6 +33,6 @@
},
"dependencies": {
"react-codemirror2": "^7.0.0",
"react-select": "^2.4.3"
"react-select": "^3.0.0"
}
}