Skip to content

Commit cc8cef3

Browse files
authored
chore: upgrade typescript 5.8.2 (#59)
1 parent c88be6b commit cc8cef3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/node": "^22.8.4",
4949
"fast-glob": "^3.3.3",
5050
"jscodeshift": "^17.1.2",
51-
"typescript": "5.7.3",
51+
"typescript": "5.8.2",
5252
"vitest": "^3.0.5"
5353
}
5454
}

yarn.lock

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2956,7 +2956,7 @@ __metadata:
29562956
"@types/node": "npm:^22.8.4"
29572957
fast-glob: "npm:^3.3.3"
29582958
jscodeshift: "npm:^17.1.2"
2959-
typescript: "npm:5.7.3"
2959+
typescript: "npm:5.8.2"
29602960
vitest: "npm:^3.0.5"
29612961
languageName: unknown
29622962
linkType: soft
@@ -5501,6 +5501,16 @@ __metadata:
55015501
languageName: node
55025502
linkType: hard
55035503

5504+
"typescript@npm:5.8.2":
5505+
version: 5.8.2
5506+
resolution: "typescript@npm:5.8.2"
5507+
bin:
5508+
tsc: bin/tsc
5509+
tsserver: bin/tsserver
5510+
checksum: 10c0/5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
5511+
languageName: node
5512+
linkType: hard
5513+
55045514
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
55055515
version: 5.7.3
55065516
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
@@ -5511,6 +5521,16 @@ __metadata:
55115521
languageName: node
55125522
linkType: hard
55135523

5524+
"typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>":
5525+
version: 5.8.2
5526+
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5786d5"
5527+
bin:
5528+
tsc: bin/tsc
5529+
tsserver: bin/tsserver
5530+
checksum: 10c0/5448a08e595cc558ab321e49d4cac64fb43d1fa106584f6ff9a8d8e592111b373a995a1d5c7f3046211c8a37201eb6d0f1566f15cdb7a62a5e3be01d087848e2
5531+
languageName: node
5532+
linkType: hard
5533+
55145534
"typical@npm:^2.6.0, typical@npm:^2.6.1":
55155535
version: 2.6.1
55165536
resolution: "typical@npm:2.6.1"

0 commit comments

Comments
 (0)