File tree 3 files changed +11
-10
lines changed
packages/graphql-language-service-server
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' graphql-language-service-server ' : patch
3
+ ' vscode-graphql ' : patch
4
+ ---
5
+
6
+ Add typescript as a dependency for ` svelte2tsx `
Original file line number Diff line number Diff line change 58
58
"svelte2tsx" : " ^0.6.27" ,
59
59
"svelte" : " ^4.1.1" ,
60
60
"source-map-js" : " 1.0.2" ,
61
- "typescript" : " 4 .3.5 "
61
+ "typescript" : " 5 .3.3 "
62
62
},
63
63
"devDependencies" : {
64
64
"@types/glob" : " ^8.1.0" ,
Original file line number Diff line number Diff line change @@ -18982,15 +18982,10 @@ typedoc@^0.19.2:
18982
18982
shelljs "^0.8.4"
18983
18983
typedoc-default-themes "^0.11.4"
18984
18984
18985
-
18986
- version "4.3.5"
18987
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
18988
- integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
18989
-
18990
-
18991
- version "4.5.4"
18992
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
18993
- integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
18985
+
18986
+ version "5.3.3"
18987
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
18988
+ integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
18994
18989
18995
18990
typescript@^4.2.3:
18996
18991
version "4.7.4"
You can’t perform that action at this time.
0 commit comments