Skip to content

Commit 0f8b180

Browse files
chore(deps): update dependency typescript to v4.9.3
1 parent 0a2dbd2 commit 0f8b180

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: packages/graphql-codegen-relay-optimizer-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"graphql": "15.5.0",
3939
"jest": "24.7.1",
4040
"ts-jest": "25.5.1",
41-
"typescript": "4.2.3"
41+
"typescript": "4.9.3"
4242
},
4343
"scripts": {
4444
"test": "jest",

Diff for: packages/todo-app-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react": "17.0.5",
5959
"@types/react-dom": "16.9.12",
6060
"graphql.macro": "1.4.2",
61-
"typescript": "4.2.3"
61+
"typescript": "4.9.3"
6262
},
6363
"proxy": "http://localhost:3001/graphql"
6464
}

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12571,10 +12571,10 @@ typedarray@^0.0.6:
1257112571
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1257212572
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1257312573

12574-
typescript@4.2.3:
12575-
version "4.2.3"
12576-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
12577-
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
12574+
typescript@4.9.3:
12575+
version "4.9.3"
12576+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
12577+
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
1257812578

1257912579
typescript@^3.0.0:
1258012580
version "3.9.7"

0 commit comments

Comments
 (0)