mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
chore(deps): update dependency redux-thunk to v2.4.2
This commit is contained in:
parent
79e291cec2
commit
9999d2e744
2 changed files with 9 additions and 6 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -101,7 +101,7 @@
|
|||
"react-test-renderer": "16.14.0",
|
||||
"redux": "3.7.2",
|
||||
"redux-mock-store": "1.5.4",
|
||||
"redux-thunk": "2.0.1",
|
||||
"redux-thunk": "2.4.2",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.71.1",
|
||||
"sass-loader": "10.5.2",
|
||||
|
@ -19775,10 +19775,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/redux-thunk": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.0.1.tgz",
|
||||
"integrity": "sha512-qTIikiZ9qIO3VhrJ3kSpG4DKauqtmn9/N76MlQRLc2uhwLWva7m5MKUlrXBL0V64wWzgBCi6bgCbyL5xwQXswg==",
|
||||
"dev": true
|
||||
"version": "2.4.2",
|
||||
"resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz",
|
||||
"integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==",
|
||||
"dev": true,
|
||||
"peerDependencies": {
|
||||
"redux": "^4"
|
||||
}
|
||||
},
|
||||
"node_modules/reflect.getprototypeof": {
|
||||
"version": "1.0.5",
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
"react-test-renderer": "16.14.0",
|
||||
"redux": "3.7.2",
|
||||
"redux-mock-store": "1.5.4",
|
||||
"redux-thunk": "2.0.1",
|
||||
"redux-thunk": "2.4.2",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.71.1",
|
||||
"sass-loader": "10.5.2",
|
||||
|
|
Loading…
Reference in a new issue