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

This commit is contained in:
renovate[bot]
2022-09-10 19:04:03 +00:00
parent c4ffea5500
commit 9f61523d08
2 changed files with 11 additions and 15 deletions

View File

@@ -145,7 +145,7 @@
"monaco-editor-webpack-plugin": "4.2.0",
"react-test-renderer": "16.14.0",
"redux-mock-store": "1.5.4",
"redux-saga-test-plan": "4.0.5",
"redux-saga-test-plan": "4.0.6",
"serve": "13.0.4",
"ts-node": "10.9.1",
"webpack": "5.74.0",

24
package-lock.json generated
View File

@@ -549,7 +549,7 @@
"monaco-editor-webpack-plugin": "4.2.0",
"react-test-renderer": "16.14.0",
"redux-mock-store": "1.5.4",
"redux-saga-test-plan": "4.0.5",
"redux-saga-test-plan": "4.0.6",
"serve": "13.0.4",
"ts-node": "10.9.1",
"webpack": "5.74.0",
@@ -44613,16 +44613,14 @@
}
},
"node_modules/redux-saga-test-plan": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.5.tgz",
"integrity": "sha512-phNx9h+50JXRzD5siADURrwT+ZJpLs1x5r3CRWa6HDwSZErIhH2WW/EnNAXeuM9TxYqY+ikjTWTYR6pDUyDC2g==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.6.tgz",
"integrity": "sha512-ESdbFoDWCeJ/EiFdUNSCGtA2CC9tnuvHDm6k06gVFa98EIeR2hpzFkGk9kJ1/hpMUnYFp+OOEEITIrZeDYBfFg==",
"dev": true,
"dependencies": {
"core-js": "^2.4.1",
"fsm-iterator": "^1.1.0",
"lodash.isequal": "^4.5.0",
"lodash.ismatch": "^4.4.0",
"object-assign": "^4.1.0"
"lodash.ismatch": "^4.4.0"
},
"peerDependencies": {
"@redux-saga/is": "^1.0.1",
@@ -56449,7 +56447,7 @@
"redux-mock-store": "1.5.4",
"redux-observable": "1.2.0",
"redux-saga": "1.2.1",
"redux-saga-test-plan": "4.0.5",
"redux-saga-test-plan": "4.0.6",
"reselect": "4.1.6",
"rxjs": "6.6.7",
"sanitize-html": "2.7.1",
@@ -84660,16 +84658,14 @@
}
},
"redux-saga-test-plan": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.5.tgz",
"integrity": "sha512-phNx9h+50JXRzD5siADURrwT+ZJpLs1x5r3CRWa6HDwSZErIhH2WW/EnNAXeuM9TxYqY+ikjTWTYR6pDUyDC2g==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.6.tgz",
"integrity": "sha512-ESdbFoDWCeJ/EiFdUNSCGtA2CC9tnuvHDm6k06gVFa98EIeR2hpzFkGk9kJ1/hpMUnYFp+OOEEITIrZeDYBfFg==",
"dev": true,
"requires": {
"core-js": "^2.4.1",
"fsm-iterator": "^1.1.0",
"lodash.isequal": "^4.5.0",
"lodash.ismatch": "^4.4.0",
"object-assign": "^4.1.0"
"lodash.ismatch": "^4.4.0"
}
},
"redux-thunk": {