Skip to content

Commit 10adbfa

Browse files
Update dependency typescript to v6
1 parent 73e95dd commit 10adbfa

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
@@ -45,7 +45,7 @@
4545
"sass-embedded": "^1.85.0",
4646
"sonar-scanner": "^3.1.0",
4747
"tailwindcss": "^4.0.7",
48-
"typescript": "^5.6.3",
48+
"typescript": "^6.0.0",
4949
"typescript-eslint": "8.58.0",
5050
"vite-plugin-static-copy": "^4.0.0",
5151
"vitest": "^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3298,10 +3298,10 @@ typescript-eslint@8.58.0:
32983298
"@typescript-eslint/typescript-estree" "8.58.0"
32993299
"@typescript-eslint/utils" "8.58.0"
33003300

3301-
typescript@^5.6.3:
3302-
version "5.9.3"
3303-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
3304-
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
3301+
typescript@^6.0.0:
3302+
version "6.0.2"
3303+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
3304+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
33053305

33063306
undici@^7.24.5:
33073307
version "7.24.5"

0 commit comments

Comments
 (0)