Skip to content

Commit cd5265b

Browse files
committed
Bump Redux dep to 5.0.0-alpha.2
1 parent 803c970 commit cd5265b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
],
119119
"dependencies": {
120120
"immer": "^9.0.16",
121-
"redux": "^4.2.0",
121+
"redux": "5.0.0-alpha.2",
122122
"redux-thunk": "3.0.0-alpha.1",
123123
"reselect": "^4.1.7"
124124
},

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6781,7 +6781,7 @@ __metadata:
67816781
node-fetch: ^2.6.1
67826782
prettier: ^2.2.1
67836783
query-string: ^7.0.1
6784-
redux: ^4.2.0
6784+
redux: 5.0.0-alpha.2
67856785
redux-thunk: 3.0.0-alpha.1
67866786
reselect: ^4.1.7
67876787
rimraf: ^3.0.2
@@ -24426,6 +24426,13 @@ fsevents@^1.2.7:
2442624426
languageName: node
2442724427
linkType: hard
2442824428

24429+
"redux@npm:5.0.0-alpha.2":
24430+
version: 5.0.0-alpha.2
24431+
resolution: "redux@npm:5.0.0-alpha.2"
24432+
checksum: fbae31c55bab62a210a5a24a64721f593080fb94808c547b646ddff91515f8ab4e3363af5ece16491f0179d43729fc0350235c9fea7500b37b67d762a55b6945
24433+
languageName: node
24434+
linkType: hard
24435+
2442924436
"redux@npm:^4.0.0, redux@npm:^4.1.2":
2443024437
version: 4.1.2
2443124438
resolution: "redux@npm:4.1.2"

0 commit comments

Comments
 (0)