Skip to content

Commit

Permalink
Bump Redux dep to 5.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 30, 2022
1 parent 496fe5c commit e6514d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Expand Up @@ -98,7 +98,7 @@
],
"dependencies": {
"immer": "^9.0.16",
"redux": "^4.2.0",
"redux": "5.0.0-alpha.0",
"redux-thunk": "^2.4.2",
"reselect": "^4.1.7"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -6371,7 +6371,7 @@ __metadata:
node-fetch: ^2.6.1
prettier: ^2.2.1
query-string: ^7.0.1
redux: ^4.2.0
redux: 5.0.0-alpha.0
redux-thunk: ^2.4.2
reselect: ^4.1.7
rimraf: ^3.0.2
Expand Down Expand Up @@ -23470,21 +23470,21 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"redux@npm:^4.0.0, redux@npm:^4.1.2":
version: 4.1.2
resolution: "redux@npm:4.1.2"
"redux@npm:5.0.0-alpha.0":
version: 5.0.0-alpha.0
resolution: "redux@npm:5.0.0-alpha.0"
dependencies:
"@babel/runtime": ^7.9.2
checksum: 6a839cee5bd580c5298d968e9e2302150e961318253819bcd97f9d945a5a409559eacddf6026f4118bb68b681c593d90e8a2c5bbf278f014aff9bf0d2d8fa084
checksum: 35954d936a3969d5c808acdfa92ecd0b50bd98aea891cc87bee1f13e132fb3f3fdda3b1facfeab82e990a2889eaa7268f155cbea4c3b52e64d1af02ea3a35ed0
languageName: node
linkType: hard

"redux@npm:^4.2.0":
version: 4.2.0
resolution: "redux@npm:4.2.0"
"redux@npm:^4.0.0, redux@npm:^4.1.2":
version: 4.1.2
resolution: "redux@npm:4.1.2"
dependencies:
"@babel/runtime": ^7.9.2
checksum: 75f3955c89b3f18edf5411e5fb482aa2e4f41a416183e8802a6bf6472c4fc3d47675b8b321d147f8af8e0f616436ac507bf5a25f1c4d6180e797b549c7db2c1d
checksum: 6a839cee5bd580c5298d968e9e2302150e961318253819bcd97f9d945a5a409559eacddf6026f4118bb68b681c593d90e8a2c5bbf278f014aff9bf0d2d8fa084
languageName: node
linkType: hard

Expand Down

0 comments on commit e6514d2

Please sign in to comment.