Skip to content

Commit 30571c6

Browse files
committed
Change queryOptions type to improve portability
1 parent 61013a3 commit 30571c6

File tree

5 files changed

+1011
-875
lines changed

5 files changed

+1011
-875
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-query-grpc-gateway",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "React hook for querying gRPC Gateway endpoints using Tanstack Query.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -38,21 +38,21 @@
3838
"@tanstack/react-query": "^5.35.1"
3939
},
4040
"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",
4343
"@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",
4949
"jest": "^29.7.0",
5050
"jest-environment-jsdom": "^29.7.0",
5151
"react-test-renderer": "^18.3.1",
52-
"ts-jest": "^29.1.2",
52+
"ts-jest": "^29.2.5",
5353
"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"
5757
}
5858
}

0 commit comments

Comments
 (0)