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

Update dependency redux to v5 #48

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
2 changes: 1 addition & 1 deletion packages/app-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"react-select": "5.8.0",
"react-toggle-button": "2.2.0",
"react-tooltip": "4.5.1",
"redux": "4.2.1",
"redux": "5.0.1",
"reselect": "4.1.8",
"roboto-fontface": "0.10.0",
"smalltalk": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"react-native-webview": "13.10.5",
"react-native-zip-archive": "6.1.2",
"react-redux": "8.1.3",
"redux": "4.2.1",
"redux": "5.0.1",
"rn-fetch-blob": "0.12.0",
"stream": "0.0.3",
"stream-browserify": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"promise": "8.3.0",
"query-string": "7.1.3",
"re-reselect": "4.0.1",
"redux": "4.2.1",
"redux": "5.0.1",
"relative": "3.0.2",
"reselect": "4.1.8",
"server-destroy": "1.0.1",
Expand Down
16 changes: 7 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8232,7 +8232,7 @@ __metadata:
react-test-renderer: 18.3.1
react-toggle-button: 2.2.0
react-tooltip: 4.5.1
redux: 4.2.1
redux: 5.0.1
reselect: 4.1.8
roboto-fontface: 0.10.0
smalltalk: 2.5.1
Expand Down Expand Up @@ -8343,7 +8343,7 @@ __metadata:
react-native-zip-archive: 6.1.2
react-redux: 8.1.3
react-test-renderer: 18.3.1
redux: 4.2.1
redux: 5.0.1
rn-fetch-blob: 0.12.0
sharp: 0.33.4
sqlite3: 5.1.6
Expand Down Expand Up @@ -8552,7 +8552,7 @@ __metadata:
re-reselect: 4.0.1
react: 18.3.1
react-test-renderer: 18.3.1
redux: 4.2.1
redux: 5.0.1
relative: 3.0.2
reselect: 4.1.8
server-destroy: 1.0.1
Expand Down Expand Up @@ -40289,12 +40289,10 @@ __metadata:
languageName: node
linkType: hard

"redux@npm:4.2.1":
version: 4.2.1
resolution: "redux@npm:4.2.1"
dependencies:
"@babel/runtime": ^7.9.2
checksum: f63b9060c3a1d930ae775252bb6e579b42415aee7a23c4114e21a0b4ba7ec12f0ec76936c00f546893f06e139819f0e2855e0d55ebfce34ca9c026241a6950dd
"redux@npm:5.0.1":
version: 5.0.1
resolution: "redux@npm:5.0.1"
checksum: e74affa9009dd5d994878b9a1ce30d6569d986117175056edb003de2651c05b10fe7819d6fa94aea1a94de9a82f252f986547f007a2fbeb35c317a2e5f5ecf2c
languageName: node
linkType: hard

Expand Down
Loading