Skip to content

Commit

Permalink
chore(deps): bump redux-mock-store
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update in the / directory: [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store).


Updates `redux-mock-store` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/arnaudbenard/redux-mock-store/releases)
- [Commits](reduxjs/redux-mock-store@v1.5.4...v1.5.5)

---
updated-dependencies:
- dependency-name: redux-mock-store
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent a3e54a5 commit 7eca8c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cypress-tags": "^1.2.2",
"eslint-plugin-cypress": "^2.12.1",
"identity-obj-proxy": "^3.0.0",
"redux-mock-store": "^1.5.4",
"redux-mock-store": "^1.5.5",
"semantic-release": "^20",
"start-server-and-test": "^1.14.0",
"typescript": "^4.8.4"
Expand All @@ -54,7 +54,7 @@
"react-beautiful-dnd": "^13.1.0",
"react-redux": "^7.2.6",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"redux-mock-store": "^1.5.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.1.5",
"styled-jsx": "^4.0.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14681,10 +14681,10 @@ redux-logger@^3.0.6:
dependencies:
deep-diff "^0.3.5"

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"
integrity sha512-xmcA0O/tjCLXhh9Fuiq6pMrJCwFRaouA8436zcikdIpYWWCjU76CRk+i2bHx8EeiSiMGnB85/lZdU3wIJVXHTA==
redux-mock-store@^1.5.5:
version "1.5.5"
resolved "https://registry.yarnpkg.com/redux-mock-store/-/redux-mock-store-1.5.5.tgz#ec3676663c081c4ca5a6a14f1ac193b56c3220eb"
integrity sha512-YxX+ofKUTQkZE4HbhYG4kKGr7oCTJfB0GLy7bSeqx86GLpGirrbUWstMnqXkqHNaQpcnbMGbof2dYs5KsPE6Zg==
dependencies:
lodash.isplainobject "^4.0.6"

Expand Down

0 comments on commit 7eca8c2

Please sign in to comment.