Prevent update to redis 4.1.0 (#18444)

This commit is contained in:
Yamagishi Kazutoshi
2022-05-17 17:12:00 +09:00
committed by GitHub
parent d25015fc5b
commit c78a622ba4
2 changed files with 58 additions and 45 deletions

View File

@ -114,7 +114,7 @@
"react-swipeable-views": "^0.14.0",
"react-textarea-autosize": "^8.3.3",
"react-toggle": "^4.1.2",
"redis": "^4.0.6",
"redis": "^4.0.6 <4.1.0",
"redux": "^4.2.0",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.4.1",