Skip to content

Commit bccf67a

Browse files
Bump typescript from 4.0.5 to 4.1.2 (#163)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.0.5...v4.1.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59e5c98 commit bccf67a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.14.0",
1313
"@graphql-eslint/eslint-plugin": "0.4.3",
1414
"graphql": "15.4.0",
15-
"typescript": "4.0.5"
15+
"typescript": "4.1.2"
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.4",
3838
"rimraf": "3.0.2",
39-
"typescript": "4.0.5",
39+
"typescript": "4.1.2",
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.2.0",
3232
"graphql": "15.4.0",
33-
"typescript": "4.0.5"
33+
"typescript": "4.1.2"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6042,10 +6042,10 @@ typedarray-to-buffer@^3.1.5:
60426042
dependencies:
60436043
is-typedarray "^1.0.0"
60446044

6045-
typescript@4.0.5:
6046-
version "4.0.5"
6047-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
6048-
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
6045+
typescript@4.1.2:
6046+
version "4.1.2"
6047+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
6048+
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
60496049

60506050
union-value@^1.0.0:
60516051
version "1.0.1"

0 commit comments

Comments
 (0)