Skip to content

Commit 34d0a97

Browse files
authored
use latest typescript version in lsp server (#3500)
* add typescript as a dependency * latest typescript version
1 parent 05007e9 commit 34d0a97

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/wet-bikes-complain.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'graphql-language-service-server': patch
3+
'vscode-graphql': patch
4+
---
5+
6+
Add typescript as a dependency for `svelte2tsx`

packages/graphql-language-service-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"svelte2tsx": "^0.6.27",
5959
"svelte": "^4.1.1",
6060
"source-map-js": "1.0.2",
61-
"typescript": "4.3.5"
61+
"typescript": "5.3.3"
6262
},
6363
"devDependencies": {
6464
"@types/glob": "^8.1.0",

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -18982,15 +18982,10 @@ typedoc@^0.19.2:
1898218982
shelljs "^0.8.4"
1898318983
typedoc-default-themes "^0.11.4"
1898418984

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==
1899418989

1899518990
typescript@^4.2.3:
1899618991
version "4.7.4"

0 commit comments

Comments
 (0)