Skip to content

Commit 6209597

Browse files
Update dependency typescript to v4.1.3 (#212)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fe82a83 commit 6209597

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/jest": "26.0.19",
3939
"ts-jest": "26.4.4",
4040
"rimraf": "3.0.2",
41-
"typescript": "4.1.2",
41+
"typescript": "4.1.3",
4242
"jest": "26.6.3"
4343
},
4444
"lint-staged": {

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"bob-the-bundler": "1.1.0",
3232
"graphql-config": "3.2.0",
3333
"graphql": "15.4.0",
34-
"typescript": "4.1.2"
34+
"typescript": "4.1.3"
3535
},
3636
"peerDependencies": {
3737
"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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6392,6 +6392,11 @@ [email protected]:
63926392
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
63936393
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
63946394

6395+
6396+
version "4.1.3"
6397+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
6398+
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
6399+
63956400
union-value@^1.0.0:
63966401
version "1.0.1"
63976402
resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)