chore(deps): update dependency redux-saga-test-plan to v4.0.3

This commit is contained in:
Renovate Bot
2021-07-14 01:24:32 +00:00
committed by renovate[bot]
parent cc8d92798a
commit c6878a1309
2 changed files with 4 additions and 4 deletions

View File

@ -17246,9 +17246,9 @@
}
},
"redux-saga-test-plan": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.2.tgz",
"integrity": "sha512-UGQq1IXhl+D/mOBqV7eEt9qlAswBvtfaHZ0GKQwumElIkFiglzKK670QISg8AbvEpsyPE3BnLkuikOK17zZFhg==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.3.tgz",
"integrity": "sha512-bhiWnwb3Gvsu1iUh8A4jUvDxhf1AU/ZfjTspDMWf2fRFUCBeKBnTBm+UcKAPRJxKro5h1ypS/jaFNb7kJaf5yw==",
"dev": true,
"requires": {
"core-js": "^2.4.1",

View File

@ -158,7 +158,7 @@
"jest-json-schema-extended": "1.0.0",
"monaco-editor-webpack-plugin": "4.0.0",
"react-test-renderer": "16.14.0",
"redux-saga-test-plan": "4.0.2",
"redux-saga-test-plan": "4.0.3",
"webpack": "5.44.0",
"webpack-cli": "4.7.2"
}