|
127 | 127 | }, |
128 | 128 | "typesVersions": { |
129 | 129 | "*": { |
130 | | - "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], |
131 | | - "auth": ["./dist/types/exports/auth.d.ts"], |
132 | | - "chains": ["./dist/types/exports/chains.d.ts"], |
133 | | - "contract": ["./dist/types/exports/contract.d.ts"], |
134 | | - "deploys": ["./dist/types/exports/deploys.d.ts"], |
135 | | - "event": ["./dist/types/exports/event.d.ts"], |
136 | | - "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], |
137 | | - "pay": ["./dist/types/exports/pay.d.ts"], |
138 | | - "react": ["./dist/types/exports/react.d.ts"], |
139 | | - "react-native": ["./dist/types/exports/react-native.d.ts"], |
140 | | - "rpc": ["./dist/types/exports/rpc.d.ts"], |
141 | | - "storage": ["./dist/types/exports/storage.d.ts"], |
142 | | - "transaction": ["./dist/types/exports/transaction.d.ts"], |
143 | | - "utils": ["./dist/types/exports/utils.d.ts"], |
144 | | - "wallets": ["./dist/types/exports/wallets.d.ts"], |
145 | | - "wallets/*": ["./dist/types/exports/wallets/*.d.ts"], |
146 | | - "modules": ["./dist/types/exports/modules.d.ts"], |
147 | | - "social": ["./dist/types/exports/social.d.ts"] |
| 130 | + "adapters/*": [ |
| 131 | + "./dist/types/exports/adapters/*.d.ts" |
| 132 | + ], |
| 133 | + "auth": [ |
| 134 | + "./dist/types/exports/auth.d.ts" |
| 135 | + ], |
| 136 | + "chains": [ |
| 137 | + "./dist/types/exports/chains.d.ts" |
| 138 | + ], |
| 139 | + "contract": [ |
| 140 | + "./dist/types/exports/contract.d.ts" |
| 141 | + ], |
| 142 | + "deploys": [ |
| 143 | + "./dist/types/exports/deploys.d.ts" |
| 144 | + ], |
| 145 | + "event": [ |
| 146 | + "./dist/types/exports/event.d.ts" |
| 147 | + ], |
| 148 | + "extensions/*": [ |
| 149 | + "./dist/types/exports/extensions/*.d.ts" |
| 150 | + ], |
| 151 | + "pay": [ |
| 152 | + "./dist/types/exports/pay.d.ts" |
| 153 | + ], |
| 154 | + "react": [ |
| 155 | + "./dist/types/exports/react.d.ts" |
| 156 | + ], |
| 157 | + "react-native": [ |
| 158 | + "./dist/types/exports/react-native.d.ts" |
| 159 | + ], |
| 160 | + "rpc": [ |
| 161 | + "./dist/types/exports/rpc.d.ts" |
| 162 | + ], |
| 163 | + "storage": [ |
| 164 | + "./dist/types/exports/storage.d.ts" |
| 165 | + ], |
| 166 | + "transaction": [ |
| 167 | + "./dist/types/exports/transaction.d.ts" |
| 168 | + ], |
| 169 | + "utils": [ |
| 170 | + "./dist/types/exports/utils.d.ts" |
| 171 | + ], |
| 172 | + "wallets": [ |
| 173 | + "./dist/types/exports/wallets.d.ts" |
| 174 | + ], |
| 175 | + "wallets/*": [ |
| 176 | + "./dist/types/exports/wallets/*.d.ts" |
| 177 | + ], |
| 178 | + "modules": [ |
| 179 | + "./dist/types/exports/modules.d.ts" |
| 180 | + ], |
| 181 | + "social": [ |
| 182 | + "./dist/types/exports/social.d.ts" |
| 183 | + ] |
148 | 184 | } |
149 | 185 | }, |
150 | 186 | "browser": { |
|
175 | 211 | "@radix-ui/react-icons": "1.3.1", |
176 | 212 | "@radix-ui/react-tooltip": "1.1.3", |
177 | 213 | "@tanstack/react-query": "5.59.19", |
178 | | - "@walletconnect/ethereum-provider": "2.17.1", |
179 | | - "@walletconnect/sign-client": "2.17.1", |
| 214 | + "@walletconnect/ethereum-provider": "2.17.2", |
| 215 | + "@walletconnect/sign-client": "2.17.2", |
180 | 216 | "abitype": "1.0.6", |
181 | 217 | "fuse.js": "7.0.0", |
182 | 218 | "input-otp": "^1.4.1", |
183 | 219 | "mipd": "0.0.7", |
184 | 220 | "uqr": "0.1.2", |
185 | | - "viem": "2.21.40" |
| 221 | + "viem": "2.21.41" |
186 | 222 | }, |
187 | 223 | "peerDependencies": { |
188 | 224 | "@aws-sdk/client-lambda": "^3", |
|
314 | 350 | "ethers6": "npm:ethers@6", |
315 | 351 | "expo-linking": "6.3.1", |
316 | 352 | "expo-web-browser": "13.0.3", |
317 | | - "happy-dom": "^15.9.0", |
| 353 | + "happy-dom": "^15.10.1", |
318 | 354 | "knip": "5.36.2", |
319 | 355 | "msw": "^2.6.0", |
320 | 356 | "prettier": "^3.3.2", |
|
0 commit comments