Skip to content

Commit

Permalink
Merge pull request #13 from jonathankamau/dependabot/npm_and_yarn/red…
Browse files Browse the repository at this point in the history
…ux-mock-store-1.5.4

chore(deps): bump redux-mock-store from 1.3.0 to 1.5.4
  • Loading branch information
jonathankamau committed Jul 21, 2020
2 parents f2c3e32 + a6211fd commit fd8e8f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-mock-store": "^1.3.0",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.2.0",
"webpack": "^3.8.1"
},
Expand Down
12 changes: 9 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4285,6 +4285,10 @@ lodash.defaults@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"

lodash.isplainobject@^4.0.6:
version "4.0.6"
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"

lodash.memoize@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
Expand Down Expand Up @@ -5726,9 +5730,11 @@ reduce-function-call@^1.0.1:
dependencies:
balanced-match "^0.4.2"

redux-mock-store@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/redux-mock-store/-/redux-mock-store-1.3.0.tgz#6edfef0d2332f20576381069d6d889a6d0a4451c"
redux-mock-store@^1.5.4:
version "1.5.4"
resolved "https://registry.yarnpkg.com/redux-mock-store/-/redux-mock-store-1.5.4.tgz#90d02495fd918ddbaa96b83aef626287c9ab5872"
dependencies:
lodash.isplainobject "^4.0.6"

redux-thunk@^2.2.0:
version "2.2.0"
Expand Down

0 comments on commit fd8e8f4

Please sign in to comment.