Skip to content

Commit 1efc73e

Browse files
authored
Merge pull request #366 from Code-Hex/fix/AbortSignal-conflict
fixed AbortSignal was also declared here with type check
2 parents b53a81a + 15fb33f commit 1efc73e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@graphql-codegen/typescript": "^3.0.0",
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.5.1",
54+
"@types/node": "^20.1.3",
5455
"@typescript-eslint/eslint-plugin": "5.59.5",
5556
"@typescript-eslint/parser": "5.59.5",
5657
"eslint": "8.40.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,6 +2059,11 @@
20592059
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.10.tgz#616f16e9d3a2a3d618136b1be244315d95bd7cab"
20602060
integrity sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==
20612061

2062+
"@types/node@^20.1.3":
2063+
version "20.1.3"
2064+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.1.3.tgz#bc8e7cd8065a5fc355a3a191a68db8019c58bc00"
2065+
integrity sha512-NP2yfZpgmf2eDRPmgGq+fjGjSwFgYbihA8/gK+ey23qT9RkxsgNTZvGOEpXgzIGqesTYkElELLgtKoMQTys5vA==
2066+
20622067
"@types/parse-json@^4.0.0":
20632068
version "4.0.0"
20642069
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"

0 commit comments

Comments
 (0)