|
1 | 1 | { |
2 | 2 | "name": "@graphprotocol/hypergraph-cli", |
3 | | - "version": "0.0.0-alpha.20", |
| 3 | + "version": "0.0.0-alpha.23", |
4 | 4 | "type": "module", |
5 | 5 | "license": "MIT", |
6 | 6 | "description": "CLI toolchain to view existing types, select, pick, extend to create schemas and generate a @graphprotocol/hypergraph schema.", |
|
51 | 51 | "@graphql-codegen/client-preset": "^4.8.3", |
52 | 52 | "@graphql-codegen/typescript": "^4.1.6", |
53 | 53 | "@graphql-codegen/typescript-operations": "^4.6.1", |
54 | | - "@tanstack/router-plugin": "^1.121.41", |
55 | | - "@types/node": "^24.0.5", |
| 54 | + "@tanstack/router-plugin": "^1.123.2", |
| 55 | + "@types/node": "^24.0.8", |
56 | 56 | "@types/react": "^19.1.8", |
57 | 57 | "@types/react-dom": "^19.1.6", |
58 | 58 | "@vitejs/plugin-react": "^4.6.0", |
|
69 | 69 | "@radix-ui/react-tabs": "^1.1.12", |
70 | 70 | "@tailwindcss/vite": "^4.1.11", |
71 | 71 | "@tanstack/react-form": "^1.12.4", |
72 | | - "@tanstack/react-query": "^5.81.4", |
73 | | - "@tanstack/react-query-devtools": "^5.81.4", |
74 | | - "@tanstack/react-router": "^1.121.41", |
75 | | - "@tanstack/react-router-devtools": "1.121.41", |
76 | | - "better-sqlite3": "^12.1.1", |
| 72 | + "@tanstack/react-query": "^5.81.5", |
| 73 | + "@tanstack/react-query-devtools": "^5.81.5", |
| 74 | + "@tanstack/react-router": "^1.123.2", |
| 75 | + "@tanstack/react-router-devtools": "^1.123.2", |
| 76 | + "better-sqlite3": "^12.2.0", |
77 | 77 | "date-fns": "^4.1.0", |
78 | 78 | "effect": "^3.16.10", |
79 | 79 | "graphql": "^16.11.0", |
|
0 commit comments