Skip to content

Commit 2bf6785

Browse files
committed
Remove graphql-tag type overrides
The `graphql-tag` declaration file has been updated in apollographql/graphql-tag#285 so we no longer need our own overrides.
1 parent 906b04e commit 2bf6785

File tree

4 files changed

+5
-25
lines changed

4 files changed

+5
-25
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/zen-observable": "^0.8.0",
6565
"@wry/equality": "^0.1.9",
6666
"fast-json-stable-stringify": "^2.0.0",
67-
"graphql-tag": "^2.10.1",
67+
"graphql-tag": "^2.10.2",
6868
"optimism": "^0.11.5",
6969
"symbol-observable": "^1.2.0",
7070
"ts-invariant": "^0.4.4",

src/types/graphql-tag.d.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
"esModuleInterop": true,
1616
"outDir": "./dist",
1717
"lib": ["es2015", "esnext.asynciterable", "dom"],
18-
"jsx": "react",
19-
"typeRoots": [
20-
"src/types",
21-
"node_modules/@types"
22-
]
18+
"jsx": "react"
2319
},
2420
"include": ["src/**/*.ts"],
2521
"exclude": [

0 commit comments

Comments
 (0)