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

Final deps update #3941

Merged
merged 1 commit into from
Dec 4, 2023
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
8 changes: 4 additions & 4 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
],
"dependencies": {
"immer": "^10.0.3",
"redux": "^5.0.0-rc.1",
"redux-thunk": "^3.0.0-rc.0",
"reselect": "^5.0.0-rc.1"
"redux": "^5.0.0",
"redux-thunk": "^3.0.1",
"reselect": "^5.0.0"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.0 || ^18",
"react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0-rc.0"
"react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
},
"peerDependenciesMeta": {
"react": {
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7075,9 +7075,9 @@ __metadata:
node-fetch: ^2.6.1
prettier: ^2.2.1
query-string: ^7.0.1
redux: ^5.0.0-rc.1
redux-thunk: ^3.0.0-rc.0
reselect: ^5.0.0-rc.1
redux: ^5.0.0
redux-thunk: ^3.0.1
reselect: ^5.0.0
rimraf: ^3.0.2
size-limit: ^4.11.0
tslib: ^1.10.0
Expand All @@ -7088,7 +7088,7 @@ __metadata:
yargs: ^15.3.1
peerDependencies:
react: ^16.9.0 || ^17.0.0 || ^18
react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0-rc.0
react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0
peerDependenciesMeta:
react:
optional: true
Expand Down Expand Up @@ -25125,12 +25125,12 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"redux-thunk@npm:^3.0.0-rc.0":
version: 3.0.0-rc.0
resolution: "redux-thunk@npm:3.0.0-rc.0"
"redux-thunk@npm:^3.0.1":
version: 3.0.1
resolution: "redux-thunk@npm:3.0.1"
peerDependencies:
redux: ^5.0.0-rc.0
checksum: d56a4bb700c742294496699366090bad22d13112cacc16b4858321cb6d88e05dcbab3c0f0d3b34848bbfedf4a04cdcc1b999e6cfdf7a9af713018fe35a35016e
redux: ^5.0.0
checksum: 17c918470a91c6401739e58590ae7c4d1e3590ac51d0d5f2275215a78eb47f64021de98ae7425398c6d2041e0f5bd9b6ce4727ae0d5c53b70df69a836f80cb57
languageName: node
linkType: hard

Expand All @@ -25152,10 +25152,10 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"redux@npm:^5.0.0-rc.1":
version: 5.0.0-rc.1
resolution: "redux@npm:5.0.0-rc.1"
checksum: e3a26c5df84fb5705c82e17ca59c19374e3da3e87e5582201ca9b727e2569671bc1f01d738044f34bf38baaa296646a42714207a3dbc83d92ddf186ee0fc21c8
"redux@npm:^5.0.0":
version: 5.0.0
resolution: "redux@npm:5.0.0"
checksum: be49160d4bd01e10108c425ade999f1b456204895c4bdd0c7825ab09efffded51955c5c242847406a7b3f273e9011a9c102848c512a099a75617b97b13d2cca8
languageName: node
linkType: hard

Expand Down Expand Up @@ -25611,10 +25611,10 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"reselect@npm:^5.0.0-rc.1":
version: 5.0.0-rc.1
resolution: "reselect@npm:5.0.0-rc.1"
checksum: 214254264b576dbf2558e66e43f8a97773e9d30f92911ec095feefd915cec82d0109a69a3cbbd5e38eb020e2819a2039c3eea7b2498c4933f438bfcade122165
"reselect@npm:^5.0.0":
version: 5.0.0
resolution: "reselect@npm:5.0.0"
checksum: 9bf3e6ca753d276c45436d4404d952bfc0fc7de2e4b3832df3bafde941edff274f703100fcd2d1f753e4b14a65ef1af8bd0bc68ea5e76ccf2ddde5d2aa27968f
languageName: node
linkType: hard

Expand Down
Loading