mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
fixing up the connect so it actually calls the thunk version of clear
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"@types/react-redux": "^7.0.0",
|
||||
"@types/redux": "^3.6.0",
|
||||
"@types/cors": "^2.8.4",
|
||||
"@types/uuid": "^3.4.4",
|
||||
"body-parser": "^1.18.3",
|
||||
"cors": "^2.8.5",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
@@ -34,7 +35,8 @@
|
||||
"webpack-cli": "^3.2.1",
|
||||
"webpack-dev-server": "^3.1.14",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"nodemon": "^1.18.9"
|
||||
"nodemon": "^1.18.9",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uifabric/experiments": "^6.51.1",
|
||||
|
||||
Reference in New Issue
Block a user