Skip to content

Commit aa60b82

Browse files
committed
Use specific packages
1 parent a413c39 commit aa60b82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"author": "Surma <[email protected]>",
1212
"license": "Apache-2.0",
1313
"dependencies": {
14-
"@graphql-codegen/cli": "^5.0.4",
15-
"@graphql-codegen/typescript": "^4.1.3",
14+
"@graphql-codegen/cli": "5.0.5",
15+
"@graphql-codegen/typescript": "4.1.6",
1616
"graphql-config": "5.1.3",
17-
"@graphql-codegen/typescript-operations": "^4.4.1",
17+
"@graphql-codegen/typescript-operations": "4.6.0",
1818
"@graphql-tools/url-loader": "8.0.16",
19-
"graphql": "^16.6.0",
20-
"typescript": "^5.7.3"
19+
"graphql": "16.10.0",
20+
"typescript": "5.8.3"
2121
}
2222
}

0 commit comments

Comments
 (0)