|
1 | 1 | {
|
2 | 2 | "name": "react-query-grpc-gateway",
|
3 |
| - "version": "1.3.1", |
| 3 | + "version": "1.4.0", |
4 | 4 | "description": "React hook for querying gRPC Gateway endpoints using Tanstack Query.",
|
5 | 5 | "type": "module",
|
6 | 6 | "main": "dist/index.js",
|
|
38 | 38 | "@tanstack/react-query": "^5.35.1"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@eslint/js": "^9.2.0", |
42 |
| - "@testing-library/react": "^15.0.6", |
| 41 | + "@eslint/js": "^9.14.0", |
| 42 | + "@testing-library/react": "^15.0.7", |
43 | 43 | "@testing-library/react-hooks": "^8.0.1",
|
44 |
| - "@types/eslint": "^8.56.10", |
45 |
| - "@types/jest": "^29.5.12", |
46 |
| - "@types/react": "^18.3.1", |
47 |
| - "@typescript-eslint/parser": "^7.8.0", |
48 |
| - "eslint": "^9.2.0", |
| 44 | + "@types/eslint": "^8.56.12", |
| 45 | + "@types/jest": "^29.5.14", |
| 46 | + "@types/react": "^18.3.12", |
| 47 | + "@typescript-eslint/parser": "^7.18.0", |
| 48 | + "eslint": "^9.14.0", |
49 | 49 | "jest": "^29.7.0",
|
50 | 50 | "jest-environment-jsdom": "^29.7.0",
|
51 | 51 | "react-test-renderer": "^18.3.1",
|
52 |
| - "ts-jest": "^29.1.2", |
| 52 | + "ts-jest": "^29.2.5", |
53 | 53 | "ts-node": "^10.9.2",
|
54 |
| - "tsup": "^8.0.2", |
55 |
| - "typescript": "^5.4.5", |
56 |
| - "typescript-eslint": "^7.8.0" |
| 54 | + "tsup": "^8.3.5", |
| 55 | + "typescript": "^5.6.3", |
| 56 | + "typescript-eslint": "^7.18.0" |
57 | 57 | }
|
58 | 58 | }
|
0 commit comments