Skip to content

Commit f434c15

Browse files
Update dependency typescript to v6
1 parent e36014a commit f434c15

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"eslint": "^8.57.0",
8585
"prettier": "^3.2.5",
8686
"rimraf": "^6.0.0",
87-
"typescript": "^5.3.3"
87+
"typescript": "^6.0.0"
8888
},
8989
"prettier": {
9090
"printWidth": 100,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,10 +1173,10 @@ type-fest@^0.20.2:
11731173
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
11741174
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
11751175

1176-
typescript@^5.3.3:
1177-
version "5.9.3"
1178-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
1179-
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
1176+
typescript@^6.0.0:
1177+
version "6.0.2"
1178+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
1179+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
11801180

11811181
undici-types@~7.16.0:
11821182
version "7.16.0"

0 commit comments

Comments
 (0)