Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump redux and redux-thunk #7401

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.3",
"redux": "4.2.1",
"redux": "5.0.1",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.2",
"redux-thunk": "3.1.0",
"uuidjs": "4.2.12"
},
"description": "The most secure collaboration platform.",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13642,16 +13642,23 @@ __metadata:
languageName: node
linkType: hard

"redux-thunk@npm:2.4.2":
version: 2.4.2
resolution: "redux-thunk@npm:2.4.2"
"redux-thunk@npm:3.1.0":
version: 3.1.0
resolution: "redux-thunk@npm:3.1.0"
peerDependencies:
redux: ^4
checksum: c7f757f6c383b8ec26152c113e20087818d18ed3edf438aaad43539e9a6b77b427ade755c9595c4a163b6ad3063adf3497e5fe6a36c68884eb1f1cfb6f049a5c
redux: ^5.0.0
checksum: bea96f8233975aad4c9f24ca1ffd08ac7ec91eaefc26e7ba9935544dc55d7f09ba2aa726676dab53dc79d0c91e8071f9729cddfea927f4c41839757d2ade0f50
languageName: node
linkType: hard

"redux@npm:5.0.1":
version: 5.0.1
resolution: "redux@npm:5.0.1"
checksum: e74affa9009dd5d994878b9a1ce30d6569d986117175056edb003de2651c05b10fe7819d6fa94aea1a94de9a82f252f986547f007a2fbeb35c317a2e5f5ecf2c
languageName: node
linkType: hard

"redux@npm:4.2.1, redux@npm:^4.0.0":
"redux@npm:^4.0.0":
version: 4.2.1
resolution: "redux@npm:4.2.1"
dependencies:
Expand Down Expand Up @@ -16345,9 +16352,9 @@ __metadata:
react: 18.2.0
react-dom: 18.2.0
react-redux: 8.1.3
redux: 4.2.1
redux: 5.0.1
redux-logger: 3.0.6
redux-thunk: 2.4.2
redux-thunk: 3.1.0
rimraf: 5.0.5
sinon: 17.0.1
sort-json: 2.0.1
Expand Down
Loading