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 react-redux to v8.1.3 #1557

Merged
merged 1 commit into from
Jan 19, 2024
Merged
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/datagateway-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-draggable": "4.4.3",
"react-i18next": "12.3.1",
"react-query": "3.39.2",
"react-redux": "8.0.4",
"react-redux": "8.1.3",
"react-scripts": "5.0.0",
"react-virtualized": "9.22.3",
"redux": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-dom": "17.0.2",
"react-i18next": "12.3.1",
"react-query": "3.39.2",
"react-redux": "8.0.4",
"react-redux": "8.1.3",
"react-router-dom": "5.3.0",
"react-scripts": "5.0.0",
"react-virtualized": "9.22.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-dom": "17.0.2",
"react-i18next": "12.3.1",
"react-query": "3.39.2",
"react-redux": "8.0.4",
"react-redux": "8.1.3",
"react-router-dom": "5.3.0",
"react-scripts": "5.0.0",
"react-virtualized": "9.22.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6455,7 +6455,7 @@ __metadata:
react-draggable: 4.4.3
react-i18next: 12.3.1
react-query: 3.39.2
react-redux: 8.0.4
react-redux: 8.1.3
react-router-dom: 5.3.0
react-scripts: 5.0.0
react-test-renderer: 17.0.2
Expand Down Expand Up @@ -6536,7 +6536,7 @@ __metadata:
react-dom: 17.0.2
react-i18next: 12.3.1
react-query: 3.39.2
react-redux: 8.0.4
react-redux: 8.1.3
react-router-dom: 5.3.0
react-scripts: 5.0.0
react-virtualized: 9.22.3
Expand Down Expand Up @@ -6675,7 +6675,7 @@ __metadata:
react-dom: 17.0.2
react-i18next: 12.3.1
react-query: 3.39.2
react-redux: 8.0.4
react-redux: 8.1.3
react-router-dom: 5.3.0
react-scripts: 5.0.0
react-virtualized: 9.22.3
Expand Down Expand Up @@ -13717,9 +13717,9 @@ __metadata:
languageName: node
linkType: hard

"react-redux@npm:8.0.4":
version: 8.0.4
resolution: "react-redux@npm:8.0.4"
"react-redux@npm:8.1.3":
version: 8.1.3
resolution: "react-redux@npm:8.1.3"
dependencies:
"@babel/runtime": ^7.12.1
"@types/hoist-non-react-statics": ^3.3.1
Expand All @@ -13733,7 +13733,7 @@ __metadata:
react: ^16.8 || ^17.0 || ^18.0
react-dom: ^16.8 || ^17.0 || ^18.0
react-native: ">=0.59"
redux: ^4
redux: ^4 || ^5.0.0-beta.0
peerDependenciesMeta:
"@types/react":
optional: true
Expand All @@ -13745,7 +13745,7 @@ __metadata:
optional: true
redux:
optional: true
checksum: fd940de6a691c734ea975cb73a4413ee6beadb48434d6306fc2edbcf40c0c8c6432b0008663372d01b3578c9381b0acae7766d9f2f5f5f61a0cdaf7abc5eab7d
checksum: 192ea6f6053148ec80a4148ec607bc259403b937e515f616a1104ca5ab357e97e98b8245ed505a17afee67a72341d4a559eaca9607968b4a422aa9b44ba7eb89
languageName: node
linkType: hard

Expand Down
Loading