Skip to content

Commit 9b1f185

Browse files
committed
Bump redux-thunk dep to 3.0-alpha to fix ESM import issues
1 parent e94ee23 commit 9b1f185

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages/toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"dependencies": {
120120
"immer": "^9.0.16",
121121
"redux": "^4.2.0",
122-
"redux-thunk": "^2.4.2",
122+
"redux-thunk": "3.0.0-alpha.1",
123123
"reselect": "^4.1.7"
124124
},
125125
"peerDependencies": {

yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -6596,7 +6596,7 @@ __metadata:
65966596
prettier: ^2.2.1
65976597
query-string: ^7.0.1
65986598
redux: ^4.2.0
6599-
redux-thunk: ^2.4.2
6599+
redux-thunk: 3.0.0-alpha.1
66006600
reselect: ^4.1.7
66016601
rimraf: ^3.0.2
66026602
rollup: ^2.47.0
@@ -23551,6 +23551,15 @@ fsevents@^1.2.7:
2355123551
languageName: node
2355223552
linkType: hard
2355323553

23554+
"redux-thunk@npm:3.0.0-alpha.1":
23555+
version: 3.0.0-alpha.1
23556+
resolution: "redux-thunk@npm:3.0.0-alpha.1"
23557+
peerDependencies:
23558+
redux: ^4
23559+
checksum: 280e0d399c96d071030f6dfa5bdb0b05b9f228dd0b840ffbb213e778b773efc25e6ba24f7ed13818696ea54a359ecc06a9e5e718e07d960a772101b14c0dd8c7
23560+
languageName: node
23561+
linkType: hard
23562+
2355423563
"redux-thunk@npm:^2.4.1":
2355523564
version: 2.4.1
2355623565
resolution: "redux-thunk@npm:2.4.1"

0 commit comments

Comments
 (0)