We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a49295 commit 03536f9Copy full SHA for 03536f9
integrationTests/ts/package.json
@@ -6,9 +6,6 @@
6
},
7
"dependencies": {
8
"graphql": "file:../graphql.tgz",
9
- "typescript-4.1": "npm:typescript@4.1.x",
10
- "typescript-4.2": "npm:typescript@4.2.x",
11
- "typescript-4.3": "npm:typescript@4.3.x",
12
"typescript-4.4": "npm:typescript@4.4.x",
13
"typescript-4.5": "npm:typescript@4.5.x",
14
"typescript-4.6": "npm:typescript@4.6.x"
package.json
@@ -7,7 +7,7 @@
"main": "index",
"module": "index.mjs",
"typesVersions": {
- ">=4.1.0": {
+ ">=4.4.0": {
"*": [
"*"
]
0 commit comments