|
8 | 8 | "preview": "vite preview" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | | - "@automerge/automerge": "^v2.2.9", |
| 11 | + "@automerge/automerge": "^2.2.9", |
12 | 12 | "@automerge/automerge-repo": "^2.0.0-beta.2", |
13 | 13 | "@automerge/automerge-repo-react-hooks": "^2.0.0-beta.2", |
14 | | - "@graphprotocol/grc-20": "^0.10.0", |
| 14 | + "@graphprotocol/grc-20": "^0.11.5", |
15 | 15 | "@graphprotocol/hypergraph": "workspace:*", |
16 | 16 | "@graphprotocol/hypergraph-react": "workspace:*", |
17 | | - "@noble/hashes": "^1.7.0", |
18 | | - "@privy-io/react-auth": "^2.0.3", |
19 | | - "@radix-ui/react-avatar": "^1.1.2", |
| 17 | + "@noble/hashes": "^1.8.0", |
| 18 | + "@privy-io/react-auth": "^2.13.0", |
| 19 | + "@radix-ui/react-avatar": "^1.1.7", |
20 | 20 | "@radix-ui/react-icons": "^1.3.2", |
21 | | - "@radix-ui/react-slot": "^1.1.1", |
22 | | - "@tanstack/react-query": "^5.67.1", |
23 | | - "@tanstack/react-router": "^1.97.1", |
24 | | - "@xstate/store": "^2.6.2", |
| 21 | + "@radix-ui/react-slot": "^1.2.0", |
| 22 | + "@tanstack/react-query": "^5.75.2", |
| 23 | + "@tanstack/react-router": "^1.119.0", |
| 24 | + "@xstate/store": "^3.5.1", |
25 | 25 | "class-variance-authority": "^0.7.1", |
26 | 26 | "clsx": "^2.1.1", |
27 | 27 | "effect": "^3.14.12", |
28 | | - "framer-motion": "^12.5.0", |
| 28 | + "framer-motion": "^12.9.4", |
29 | 29 | "graphql-request": "^7.1.2", |
30 | 30 | "isomorphic-ws": "^5.0.0", |
31 | | - "lucide-react": "^0.471.1", |
32 | | - "react": "^19.0.0", |
33 | | - "react-dom": "^19.0.0", |
34 | | - "react-select": "^5.10.0", |
35 | | - "siwe": "^2.3.2", |
| 31 | + "lucide-react": "^0.507.0", |
| 32 | + "react": "^19.1.0", |
| 33 | + "react-dom": "^19.1.0", |
| 34 | + "react-select": "^5.10.1", |
| 35 | + "siwe": "^3.0.0", |
36 | 36 | "tailwind-merge": "^2.6.0", |
37 | 37 | "tailwindcss-animate": "^1.0.7", |
38 | 38 | "uuid": "^11.0.5", |
39 | | - "viem": "^2.22.9", |
40 | | - "vite": "^6.0.7" |
| 39 | + "viem": "^2.28.3", |
| 40 | + "vite": "^6.3.4" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | 43 | "@biomejs/biome": "1.9.4", |
44 | | - "@tanstack/router-devtools": "^1.97.1", |
45 | | - "@tanstack/router-plugin": "^1.97.1", |
46 | | - "@types/node": "^22.10.7", |
47 | | - "@types/react": "^19.0.7", |
48 | | - "@types/react-dom": "^19.0.3", |
| 44 | + "@tanstack/router-devtools": "^1.119.1", |
| 45 | + "@tanstack/router-plugin": "^1.119.0", |
| 46 | + "@types/node": "^22.15.3", |
| 47 | + "@types/react": "^19.1.2", |
| 48 | + "@types/react-dom": "^19.1.3", |
49 | 49 | "@types/uuid": "^10.0.0", |
50 | | - "@vitejs/plugin-react": "^4.3.4", |
51 | | - "autoprefixer": "^10.4.20", |
52 | | - "globals": "^15.14.0", |
53 | | - "postcss": "^8.5.1", |
| 50 | + "@vitejs/plugin-react": "^4.4.1", |
| 51 | + "autoprefixer": "^10.4.21", |
| 52 | + "globals": "^16.0.0", |
| 53 | + "postcss": "^8.5.3", |
54 | 54 | "tailwindcss": "^3.4.17", |
55 | | - "vite-plugin-node-polyfills": "^0.22.0", |
56 | | - "vite-plugin-top-level-await": "^1.4.4", |
| 55 | + "vite-plugin-node-polyfills": "^0.23.0", |
| 56 | + "vite-plugin-top-level-await": "^1.5.0", |
57 | 57 | "vite-plugin-wasm": "^3.4.1" |
58 | 58 | } |
59 | 59 | } |
0 commit comments