|
127 | 127 | }, |
128 | 128 | "typesVersions": { |
129 | 129 | "*": { |
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 | | - ] |
| 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"] |
184 | 148 | } |
185 | 149 | }, |
186 | 150 | "browser": { |
|
210 | 174 | "@radix-ui/react-focus-scope": "1.1.0", |
211 | 175 | "@radix-ui/react-icons": "1.3.2", |
212 | 176 | "@radix-ui/react-tooltip": "1.1.4", |
213 | | - "@tanstack/react-query": "5.61.3", |
| 177 | + "@tanstack/react-query": "5.61.4", |
214 | 178 | "@walletconnect/ethereum-provider": "2.17.2", |
215 | 179 | "@walletconnect/sign-client": "2.17.2", |
216 | 180 | "abitype": "1.0.6", |
|
219 | 183 | "mipd": "0.0.7", |
220 | 184 | "ox": "0.3.0", |
221 | 185 | "uqr": "0.1.2", |
222 | | - "viem": "2.21.50" |
| 186 | + "viem": "2.21.51" |
223 | 187 | }, |
224 | 188 | "peerDependencies": { |
225 | 189 | "@aws-sdk/client-lambda": "^3", |
|
342 | 306 | "@types/cross-spawn": "^6.0.6", |
343 | 307 | "@types/react": "npm:[email protected]", |
344 | 308 | "@viem/anvil": "0.0.10", |
345 | | - "@vitejs/plugin-react": "^4.3.3", |
346 | | - "@vitest/coverage-v8": "2.1.5", |
347 | | - "@vitest/ui": "2.1.5", |
| 309 | + "@vitejs/plugin-react": "^4.3.4", |
| 310 | + "@vitest/coverage-v8": "2.1.6", |
| 311 | + "@vitest/ui": "2.1.6", |
348 | 312 | "cross-spawn": "7.0.6", |
349 | 313 | "dotenv-mono": "^1.3.14", |
350 | 314 | "ethers5": "npm:ethers@5", |
351 | 315 | "ethers6": "npm:ethers@6", |
352 | 316 | "expo-linking": "7.0.3", |
353 | 317 | "expo-web-browser": "13.0.3", |
354 | 318 | "happy-dom": "15.11.6", |
355 | | - "knip": "5.37.2", |
| 319 | + "knip": "5.38.0", |
356 | 320 | "msw": "2.6.6", |
357 | | - "prettier": "^3.3.2", |
| 321 | + "prettier": "3.3.3", |
358 | 322 | "react": "19.0.0-rc-69d4b800-20241021", |
359 | 323 | "react-dom": "19.0.0-rc-69d4b800-20241021", |
360 | 324 | "react-native": "0.76.3", |
|
368 | 332 | "storybook": "8.4.5", |
369 | 333 | "typedoc": "0.26.11", |
370 | 334 | "typescript": "5.7.2", |
371 | | - "vite": "5.4.11", |
372 | | - "vitest": "2.1.5" |
| 335 | + "vite": "6.0.0", |
| 336 | + "vitest": "2.1.6" |
373 | 337 | } |
374 | 338 | } |
0 commit comments