mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
chore(deps): update dependency redux-mock-store to v1.5.5
This commit is contained in:
parent
7e3e54d195
commit
a520796062
2 changed files with 8 additions and 5 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -105,7 +105,7 @@
|
|||
"react-telephone-input": "4.75.5",
|
||||
"react-test-renderer": "16.14.0",
|
||||
"redux": "3.7.2",
|
||||
"redux-mock-store": "1.5.4",
|
||||
"redux-mock-store": "1.5.5",
|
||||
"redux-thunk": "2.4.2",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.80.3",
|
||||
|
@ -22438,13 +22438,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/redux-mock-store": {
|
||||
"version": "1.5.4",
|
||||
"resolved": "https://registry.npmjs.org/redux-mock-store/-/redux-mock-store-1.5.4.tgz",
|
||||
"integrity": "sha512-xmcA0O/tjCLXhh9Fuiq6pMrJCwFRaouA8436zcikdIpYWWCjU76CRk+i2bHx8EeiSiMGnB85/lZdU3wIJVXHTA==",
|
||||
"version": "1.5.5",
|
||||
"resolved": "https://registry.npmjs.org/redux-mock-store/-/redux-mock-store-1.5.5.tgz",
|
||||
"integrity": "sha512-YxX+ofKUTQkZE4HbhYG4kKGr7oCTJfB0GLy7bSeqx86GLpGirrbUWstMnqXkqHNaQpcnbMGbof2dYs5KsPE6Zg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"lodash.isplainobject": "^4.0.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"redux": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/redux-throttle": {
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
"react-telephone-input": "4.75.5",
|
||||
"react-test-renderer": "16.14.0",
|
||||
"redux": "3.7.2",
|
||||
"redux-mock-store": "1.5.4",
|
||||
"redux-mock-store": "1.5.5",
|
||||
"redux-thunk": "2.4.2",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.80.3",
|
||||
|
|
Loading…
Reference in a new issue