Skip to content

Commit f045268

Browse files
authored
Merge pull request #51 from dotansimha/dependabot/npm_and_yarn/typescript-4.0.3
Bump typescript from 4.0.2 to 4.0.3
2 parents 73f51d5 + d25d59c commit f045268

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.8.1",
1313
"@graphql-eslint/eslint-plugin": "0.0.1",
1414
"graphql": "15.3.0",
15-
"typescript": "4.0.2"
15+
"typescript": "4.0.3"
1616
}
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/jest": "26.0.12",
3434
"ts-jest": "26.3.0",
3535
"rimraf": "3.0.2",
36-
"typescript": "4.0.2",
36+
"typescript": "4.0.3",
3737
"jest": "26.4.2"
3838
},
3939
"lint-staged": {

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/eslint": "7.2.2",
2929
"bob-the-bundler": "1.1.0",
3030
"graphql": "15.3.0",
31-
"typescript": "4.0.2"
31+
"typescript": "4.0.3"
3232
},
3333
"peerDependencies": {
3434
"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
@@ -6078,10 +6078,10 @@ typedarray-to-buffer@^3.1.5:
60786078
dependencies:
60796079
is-typedarray "^1.0.0"
60806080

6081-
6082-
version "4.0.2"
6083-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
6084-
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
6081+
6082+
version "4.0.3"
6083+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
6084+
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
60856085

60866086
union-value@^1.0.0:
60876087
version "1.0.1"

0 commit comments

Comments
 (0)