Skip to content

Commit fdd513c

Browse files
chore(deps): update dependency typescript to v6
1 parent ce7f62e commit fdd513c

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"oxlint": "^1.38.0",
3535
"prettier": "^3.7.4",
3636
"tslib": "^2.8.1",
37-
"typescript": "^5.9.3"
37+
"typescript": "^6.0.0"
3838
},
3939
"lint-staged": {
4040
"*.@(js|ts|tsx)": [

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6764,7 +6764,7 @@ __metadata:
67646764
oxlint: "npm:^1.38.0"
67656765
prettier: "npm:^3.7.4"
67666766
tslib: "npm:^2.8.1"
6767-
typescript: "npm:^5.9.3"
6767+
typescript: "npm:^6.0.0"
67686768
languageName: unknown
67696769
linkType: soft
67706770

@@ -8875,7 +8875,7 @@ __metadata:
88758875
languageName: node
88768876
linkType: hard
88778877

8878-
"typescript@npm:>=3 < 6, typescript@npm:^5.9.3":
8878+
"typescript@npm:>=3 < 6":
88798879
version: 5.9.3
88808880
resolution: "typescript@npm:5.9.3"
88818881
bin:
@@ -8885,7 +8885,17 @@ __metadata:
88858885
languageName: node
88868886
linkType: hard
88878887

8888-
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>":
8888+
"typescript@npm:^6.0.0":
8889+
version: 6.0.2
8890+
resolution: "typescript@npm:6.0.2"
8891+
bin:
8892+
tsc: bin/tsc
8893+
tsserver: bin/tsserver
8894+
checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f
8895+
languageName: node
8896+
linkType: hard
8897+
8898+
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
88898899
version: 5.9.3
88908900
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
88918901
bin:
@@ -8895,6 +8905,16 @@ __metadata:
88958905
languageName: node
88968906
linkType: hard
88978907

8908+
"typescript@patch:typescript@npm%3A^6.0.0#optional!builtin<compat/typescript>":
8909+
version: 6.0.2
8910+
resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5"
8911+
bin:
8912+
tsc: bin/tsc
8913+
tsserver: bin/tsserver
8914+
checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02
8915+
languageName: node
8916+
linkType: hard
8917+
88988918
"uglify-js@npm:^3.1.4":
88998919
version: 3.19.3
89008920
resolution: "uglify-js@npm:3.19.3"

0 commit comments

Comments
 (0)