|
10 | 10 | "typecheck": "tsc --noEmit" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@coinbase/onchainkit": "^0.38.13", |
14 | | - "@emotion/react": "^11.13.3", |
15 | | - "@emotion/styled": "^11.13.0", |
16 | | - "@hello-pangea/dnd": "^17.0.0", |
17 | | - "@moonpay/moonpay-js": "^0.7.0", |
18 | | - "@moonpay/moonpay-react": "^1.10.1", |
19 | | - "@mui/icons-material": "^6.1.5", |
20 | | - "@mui/material": "^6.1.5", |
| 13 | + "@coinbase/onchainkit": "0.38.13", |
| 14 | + "@emotion/react": "11.13.3", |
| 15 | + "@emotion/styled": "11.13.0", |
| 16 | + "@hello-pangea/dnd": "17.0.0", |
| 17 | + "@moonpay/moonpay-js": "0.7.0", |
| 18 | + "@moonpay/moonpay-react": "1.10.1", |
| 19 | + "@mui/icons-material": "6.1.5", |
| 20 | + "@mui/material": "6.1.5", |
21 | 21 | "@noble/hashes": "1.4.0", |
22 | | - "@solana/web3.js": "^1.95.8", |
| 22 | + "@solana/web3.js": "1.95.8", |
23 | 23 | "@turnkey/indexed-db-stamper": "workspace:*", |
24 | 24 | "@turnkey/sdk-browser": "workspace:*", |
25 | 25 | "@turnkey/sdk-react": "workspace:*", |
|
29 | 29 | "@types/node": "20.3.1", |
30 | 30 | "@types/react": "18.2.14", |
31 | 31 | "@types/react-dom": "18.2.6", |
32 | | - "axios": "^1.8.2", |
33 | | - "buffer": "^6.0.3", |
34 | | - "encoding": "^0.1.13", |
| 32 | + "axios": "1.8.2", |
| 33 | + "buffer": "6.0.3", |
| 34 | + "encoding": "0.1.13", |
35 | 35 | "eslint": "8.56.0", |
36 | 36 | "eslint-config-next": "14.2.25", |
37 | | - "esm": "^3.2.25", |
38 | | - "ethers": "^6.10.0", |
39 | | - "install": "^0.13.0", |
40 | | - "jwt-decode": "^4.0.0", |
41 | | - "next": "^14.2.25", |
42 | | - "npm": "^9.7.2", |
| 37 | + "esm": "3.2.25", |
| 38 | + "ethers": "6.10.0", |
| 39 | + "install": "0.13.0", |
| 40 | + "jwt-decode": "4.0.0", |
| 41 | + "next": "14.2.25", |
| 42 | + "npm": "9.7.2", |
43 | 43 | "react": "18.2.0", |
44 | 44 | "react-dom": "18.2.0", |
45 | | - "react-international-phone": "^4.3.0", |
46 | | - "sonner": "^1.4.41", |
47 | | - "tweetnacl": "^1.0.3", |
| 45 | + "react-international-phone": "4.3.0", |
| 46 | + "sonner": "1.4.41", |
| 47 | + "tweetnacl": "1.0.3", |
48 | 48 | "typescript": "5.4.3", |
49 | | - "viem": "^2.30.5" |
| 49 | + "viem": "2.30.5" |
50 | 50 | } |
51 | 51 | } |
0 commit comments