Skip to content

Commit 55d4388

Browse files
Bump typescript from 4.0.3 to 4.0.5 (#120)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.3 to 4.0.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.0.3...v4.0.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57fca3d commit 55d4388

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"eslint": "7.12.1",
1313
"@graphql-eslint/eslint-plugin": "0.4.1",
1414
"graphql": "15.4.0",
15-
"typescript": "4.0.3"
15+
"typescript": "4.0.5"
1616
}
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/jest": "26.0.15",
3737
"ts-jest": "26.4.3",
3838
"rimraf": "3.0.2",
39-
"typescript": "4.0.3",
39+
"typescript": "4.0.5",
4040
"jest": "26.6.3"
4141
},
4242
"lint-staged": {

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"bob-the-bundler": "1.1.0",
3131
"graphql-config": "3.0.3",
3232
"graphql": "15.4.0",
33-
"typescript": "4.0.3"
33+
"typescript": "4.0.5"
3434
},
3535
"peerDependencies": {
3636
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@
616616
valid-url "1.0.9"
617617
websocket "1.0.32"
618618

619-
"@graphql-tools/utils@^6.0.0", "@graphql-tools/utils@^6.2.4":
619+
"@graphql-tools/utils@^6.0.0":
620620
version "6.2.4"
621621
resolved "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.2.4.tgz#38a2314d2e5e229ad4f78cca44e1199e18d55856"
622622
integrity sha512-ybgZ9EIJE3JMOtTrTd2VcIpTXtDrn2q6eiYkeYMKRVh3K41+LZa6YnR2zKERTXqTWqhobROwLt4BZbw2O3Aeeg==
@@ -5979,10 +5979,10 @@ typedarray-to-buffer@^3.1.5:
59795979
dependencies:
59805980
is-typedarray "^1.0.0"
59815981

5982-
5983-
version "4.0.3"
5984-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
5985-
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
5982+
5983+
version "4.0.5"
5984+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
5985+
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
59865986

59875987
union-value@^1.0.0:
59885988
version "1.0.1"

0 commit comments

Comments
 (0)