|
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": { |
|
230 | 194 | "ethers": "^5 || ^6", |
231 | 195 | "expo-linking": "^6", |
232 | 196 | "expo-web-browser": "^13 || ^14", |
233 | | - "react": ">=18", |
| 197 | + "react": "^18 || ^19", |
234 | 198 | "react-native": "*", |
235 | 199 | "react-native-aes-gcm-crypto": "^0.2", |
236 | 200 | "react-native-passkey": "^3", |
|
341 | 305 | "@testing-library/react": "^16.1.0", |
342 | 306 | "@testing-library/user-event": "^14.5.2", |
343 | 307 | "@types/cross-spawn": "^6.0.6", |
344 | | - "@types/react": "npm:types-react@19.0.0-rc.1", |
| 308 | + "@types/react": "19.0.0", |
345 | 309 | "@viem/anvil": "0.0.10", |
346 | 310 | "@vitejs/plugin-react": "^4.3.4", |
347 | 311 | "@vitest/coverage-v8": "2.1.8", |
|
356 | 320 | "knip": "5.39.2", |
357 | 321 | "msw": "2.6.6", |
358 | 322 | "prettier": "3.3.3", |
359 | | - "react": "19.0.0-rc-69d4b800-20241021", |
360 | | - "react-dom": "19.0.0-rc-69d4b800-20241021", |
| 323 | + "react": "19.0.0", |
| 324 | + "react-dom": "19.0.0", |
361 | 325 | "react-native": "0.76.3", |
362 | 326 | "react-native-aes-gcm-crypto": "0.2.2", |
363 | 327 | "react-native-passkey": "3.0.0", |
|
0 commit comments