fix: lock the react-diff-viewer-continued dependency to 3.2.6

pull/107/head
Boaz Poolman 2023-10-17 20:51:59 +02:00
parent 08437acb0b
commit 12970ae0d8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
"git-diff": "^2.0.6", "git-diff": "^2.0.6",
"immutable": "^3.8.2", "immutable": "^3.8.2",
"inquirer": "^8.2.0", "inquirer": "^8.2.0",
"react-diff-viewer-continued": "^3.2.3", "react-diff-viewer-continued": "3.2.6",
"redux-immutable": "^4.0.0", "redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0" "redux-thunk": "^2.3.0"
}, },