|
3 | 3 | "private": true, |
4 | 4 | "type": "module", |
5 | 5 | "dependencies": { |
6 | | - "@i18next-selector/vite-plugin": "^0.0.18", |
| 6 | + "@i18next-selector/vite-plugin": "0.0.18", |
7 | 7 | "@privy-io/react-auth": "3.0.1", |
8 | 8 | "@privy-io/wagmi": "2.0.0", |
9 | | - "@radix-ui/react-checkbox": "^1.3.3", |
10 | | - "@radix-ui/react-collapsible": "^1.1.12", |
11 | | - "@radix-ui/react-dialog": "^1.1.15", |
12 | | - "@radix-ui/react-dropdown-menu": "^2.1.16", |
| 9 | + "@radix-ui/react-checkbox": "1.3.3", |
| 10 | + "@radix-ui/react-collapsible": "1.1.12", |
| 11 | + "@radix-ui/react-dialog": "1.1.15", |
| 12 | + "@radix-ui/react-dropdown-menu": "2.1.16", |
13 | 13 | "@radix-ui/react-label": "2.1.7", |
14 | 14 | "@radix-ui/react-select": "2.2.6", |
15 | 15 | "@radix-ui/react-slider": "1.3.6", |
16 | 16 | "@radix-ui/react-slot": "1.2.3", |
17 | 17 | "@radix-ui/react-switch": "1.2.6", |
18 | | - "@radix-ui/react-tabs": "^1.1.13", |
19 | | - "@radix-ui/react-tooltip": "^1.2.8", |
| 18 | + "@radix-ui/react-tabs": "1.1.13", |
| 19 | + "@radix-ui/react-tooltip": "1.2.8", |
20 | 20 | "@sovryn/slayer-sdk": "workspace:*", |
21 | 21 | "@sovryn/slayer-shared": "workspace:*", |
22 | 22 | "@tailwindcss/vite": "4.1.13", |
23 | | - "@tanstack/devtools-vite": "^0.3.3", |
| 23 | + "@tanstack/devtools-vite": "0.3.3", |
24 | 24 | "@tanstack/react-devtools": "0.7.0", |
25 | 25 | "@tanstack/react-form": "1.23.0", |
26 | 26 | "@tanstack/react-query": "5.90.2", |
|
30 | 30 | "@tanstack/router-plugin": "1.131.50", |
31 | 31 | "class-variance-authority": "0.7.1", |
32 | 32 | "clsx": "2.1.1", |
33 | | - "debug": "^4.4.3", |
| 33 | + "debug": "4.4.3", |
34 | 34 | "envalid": "8.1.0", |
35 | | - "i18next": "^25.5.2", |
36 | | - "i18next-browser-languagedetector": "^8.2.0", |
37 | | - "i18next-http-backend": "^3.0.2", |
| 35 | + "i18next": "25.5.2", |
| 36 | + "i18next-browser-languagedetector": "8.2.0", |
| 37 | + "i18next-http-backend": "3.0.2", |
38 | 38 | "lucide-react": "0.544.0", |
39 | | - "next-themes": "^0.4.6", |
| 39 | + "next-themes": "0.4.6", |
40 | 40 | "react": "19.1.1", |
41 | 41 | "react-dom": "19.1.1", |
42 | | - "react-i18next": "^15.7.3", |
43 | | - "recharts": "^3.2.1", |
44 | | - "sonner": "^2.0.7", |
| 42 | + "react-i18next": "15.7.3", |
| 43 | + "recharts": "3.2.1", |
| 44 | + "sonner": "2.0.7", |
45 | 45 | "tailwind-merge": "3.3.1", |
46 | 46 | "tailwindcss": "4.1.13", |
47 | 47 | "tw-animate-css": "1.3.8", |
48 | | - "viem": "2.37.8", |
49 | | - "wagmi": "2.17.2", |
50 | | - "zod": "4.1.11" |
| 48 | + "use-sync-external-store": "1.6.0", |
| 49 | + "viem": "2.38.6", |
| 50 | + "wagmi": "2.19.2", |
| 51 | + "zod": "4.1.11", |
| 52 | + "zustand": "5.0.8" |
51 | 53 | }, |
52 | 54 | "devDependencies": { |
53 | | - "@types/debug": "^4.1.12", |
| 55 | + "@types/debug": "4.1.12", |
54 | 56 | "vite": "7.1.7", |
55 | 57 | "vite-plugin-node-polyfills": "0.24.0", |
56 | 58 | "web-vitals": "5.1.0" |
|
0 commit comments