chore(deps-dev): bump redux-saga-test-plan in /client

Bumps [redux-saga-test-plan](https://github.com/jfairbank/redux-saga-test-plan) from 4.0.0-rc.3 to 4.0.1.
- [Release notes](https://github.com/jfairbank/redux-saga-test-plan/releases)
- [Changelog](https://github.com/jfairbank/redux-saga-test-plan/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jfairbank/redux-saga-test-plan/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-10-26 05:44:12 +00:00
parent 709ced18f9
commit cd16a54a8a
2 changed files with 4 additions and 4 deletions

View File

@ -22844,9 +22844,9 @@
}
},
"redux-saga-test-plan": {
"version": "4.0.0-rc.3",
"resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.0-rc.3.tgz",
"integrity": "sha512-18Ha1AWmP4Xt64cSyJv2j7sH8lwQzdk/LByiyhoNyuqyhzkQzlKlflHr3LqiSCzn3e2AgFxagynto8XGRqsHcg==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.1.tgz",
"integrity": "sha512-UBtb6l8ETKfE/sHZisTIa60t/CdDH7o8epobW6JEFkOqp9hXNgicBdMxWl97i1144eZun8OudbMsL2nvrdnoWA==",
"dev": true,
"requires": {
"core-js": "^2.4.1",

View File

@ -111,7 +111,7 @@
"jest": "^24.9.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"react-test-renderer": "^16.10.2",
"redux-saga-test-plan": "^4.0.0-rc.3",
"redux-saga-test-plan": "^4.0.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},