Skip to content

Commit 8a9e207

Browse files
authored
fix(ts-client): exact types on query and mutation (#755)
1 parent 0e150e4 commit 8a9e207

File tree

7 files changed

+168
-164
lines changed

7 files changed

+168
-164
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"dependencies": {
8181
"@dprint/formatter": "^0.2.1",
82-
"@dprint/typescript": "^0.89.3",
82+
"@dprint/typescript": "^0.90.0",
8383
"@graphql-typed-document-node/core": "^3.2.0",
8484
"@molt/command": "^0.9.0",
8585
"dprint": "^0.45.0",
@@ -93,9 +93,9 @@
9393
"@types/body-parser": "^1.19.5",
9494
"@types/express": "^4.17.21",
9595
"@types/json-bigint": "^1.0.4",
96-
"@types/node": "^20.11.30",
97-
"@typescript-eslint/eslint-plugin": "^7.4.0",
98-
"@typescript-eslint/parser": "^7.4.0",
96+
"@types/node": "^20.12.3",
97+
"@typescript-eslint/eslint-plugin": "^7.5.0",
98+
"@typescript-eslint/parser": "^7.5.0",
9999
"apollo-server-express": "^3.13.0",
100100
"body-parser": "^1.20.2",
101101
"doctoc": "^2.2.1",
@@ -111,10 +111,10 @@
111111
"get-port": "^7.1.0",
112112
"graphql": "^16.8.1",
113113
"graphql-tag": "^2.12.6",
114-
"happy-dom": "^14.3.9",
114+
"happy-dom": "^14.3.10",
115115
"json-bigint": "^1.0.0",
116116
"tsx": "^4.7.1",
117-
"type-fest": "^4.14.0",
117+
"type-fest": "^4.15.0",
118118
"typescript": "^5.4.3",
119119
"vitest": "^1.4.0"
120120
}

0 commit comments

Comments
 (0)