File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @latticexyz/stash " : patch
3+ " @latticexyz/store-sync " : patch
4+ ---
5+
6+ Added React 19.x to the peer dependency range.
Original file line number Diff line number Diff line change 5858 "viem" : " 2.30.5"
5959 },
6060 "peerDependencies" : {
61- "react" : " 18.x" ,
61+ "react" : " 18.x || 19.x " ,
6262 "viem" : " 2.x"
6363 },
6464 "publishConfig" : {
6565 "access" : " public"
6666 },
6767 "optionalPeerDependencies" : {
68- "react" : " 18.x"
68+ "react" : " 18.x || 19.x "
6969 }
7070}
Original file line number Diff line number Diff line change 115115 },
116116 "peerDependencies" : {
117117 "@tanstack/react-query" : " 5.x" ,
118- "react" : " 18.x" ,
118+ "react" : " 18.x || 19.x " ,
119119 "viem" : " 2.x" ,
120120 "wagmi" : " 2.x"
121121 },
132132 },
133133 "publishConfig" : {
134134 "access" : " public"
135+ },
136+ "optionalPeerDependencies" : {
137+ "react" : " 18.x || 19.x"
135138 }
136139}
You can’t perform that action at this time.
0 commit comments