Skip to content

Commit

Permalink
Merge pull request #3790 from himdel/fix-redux
Browse files Browse the repository at this point in the history
Add direct redux npm dependency, redux 4.0.0 breaks
  • Loading branch information
mzazrivec committed Apr 18, 2018
2 parents 5430ead + 78d7bf2 commit 41f2464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"redux": "~3.7.2",
"redux-devtools-extension": "^2.13.2",
"rxjs": "~5.6.0-forward-compat.2",
"text-encoder-lite": "git://github.com/coolaj86/TextEncoderLite.git#e1e031b",
Expand All @@ -44,7 +45,6 @@
"devDependencies": {
"@types/jasmine": "^2.8.6",
"@types/jest": "^22.1.3",
"@types/redux": "^3.6.0",
"angular-mocks": "^1.6.9",
"autoprefixer": "~6.7.7",
"babel-core": "~6.24.1",
Expand Down

0 comments on commit 41f2464

Please sign in to comment.