File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 40
40
"coverage" : " codecov"
41
41
},
42
42
"peerDependencies" : {
43
- "@reduxjs/toolkit" : " ^1 || ^2.0.0-beta.0" ,
44
43
"@types/react" : " ^16.8 || ^17.0 || ^18.0" ,
45
44
"@types/react-dom" : " ^16.8 || ^17.0 || ^18.0" ,
46
45
"react" : " ^16.8 || ^17.0 || ^18.0" ,
49
48
"redux" : " ^4 || ^5.0.0-beta.0"
50
49
},
51
50
"peerDependenciesMeta" : {
52
- "@reduxjs/toolkit" : {
53
- "optional" : true
54
- },
55
51
"@types/react" : {
56
52
"optional" : true
57
53
},
Original file line number Diff line number Diff line change @@ -8931,16 +8931,13 @@ __metadata:
8931
8931
typescript : ^4.3.4
8932
8932
use-sync-external-store : ^1.0.0
8933
8933
peerDependencies :
8934
- " @reduxjs/toolkit " : ^1 || ^2.0.0-beta.0
8935
8934
" @types/react " : ^16.8 || ^17.0 || ^18.0
8936
8935
" @types/react-dom " : ^16.8 || ^17.0 || ^18.0
8937
8936
react : ^16.8 || ^17.0 || ^18.0
8938
8937
react-dom : ^16.8 || ^17.0 || ^18.0
8939
8938
react-native : " >=0.59"
8940
8939
redux : ^4 || ^5.0.0-beta.0
8941
8940
peerDependenciesMeta :
8942
- " @reduxjs/toolkit " :
8943
- optional : true
8944
8941
" @types/react " :
8945
8942
optional : true
8946
8943
" @types/react-dom " :
You can’t perform that action at this time.
3 commit comments
ryota-murakami commentedon Jun 21, 2023
@markerikson ```json
"@reduxjs/toolkit": {
"optional": true
},
markerikson commentedon Jun 21, 2023
@ryota-murakami I added that thinking it would maybe help in general, but it ended up breaking some Yarn Workspaces setups:
#2020
ryota-murakami commentedon Jun 21, 2023
@markerikson Wow, it's crazy move... Thanks!