|
1 | 1 | { |
2 | 2 | "name": "eden-tanstack-react-query", |
3 | | - "version": "0.1.4", |
| 3 | + "version": "0.1.5", |
4 | 4 | "description": "Type-safe TanStack Query integration for Elysia Eden - like tRPC for Elysia", |
5 | 5 | "type": "module", |
6 | 6 | "main": "./dist/index.js", |
|
33 | 33 | "react": "^18.0.0 || >=19.0.3 <19.1.0 || >=19.1.4 <19.2.0 || >=19.2.3 <20.0.0" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@happy-dom/global-registrator": "^18.0.0", |
37 | | - "@tanstack/react-query": "^5.66.0", |
38 | | - "@elysiajs/eden": "^1.2.0", |
39 | | - "@testing-library/dom": "^10.0.0", |
40 | | - "@testing-library/jest-dom": "^6.6.0", |
41 | | - "@testing-library/react": "^16.3.0", |
42 | | - "elysia": "^1.2.0", |
43 | | - "react": "^19.0.3", |
44 | | - "react-dom": "^19.0.3", |
45 | | - "@types/react": "^19.0.0", |
46 | | - "@types/react-dom": "^19.0.0" |
| 36 | + "@happy-dom/global-registrator": "^20.3.7", |
| 37 | + "@tanstack/react-query": "5.90.20", |
| 38 | + "@elysiajs/eden": "^1.4.6", |
| 39 | + "@testing-library/dom": "^10.4.1", |
| 40 | + "@testing-library/jest-dom": "^6.9.1", |
| 41 | + "@testing-library/react": "^16.3.2", |
| 42 | + "elysia": "^1.4.22", |
| 43 | + "react": "^19.2.3", |
| 44 | + "react-dom": "^19.2.3", |
| 45 | + "@types/react": "^19.2.9", |
| 46 | + "@types/react-dom": "^19.2.3" |
47 | 47 | }, |
48 | 48 | "keywords": [ |
49 | 49 | "elysia", |
|
0 commit comments