Skip to content

Commit 8b8f650

Browse files
chore(deps): update dependency typescript to v5.9.3 (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b246146 commit 8b8f650

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@types/react": "18.3.25",
2020
"@types/react-dom": "18.3.7",
21-
"typescript": "5.9.2",
21+
"typescript": "5.9.3",
2222
"vite": "7.1.7"
2323
}
2424
}

demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,10 @@ tinyglobby@^0.2.15:
418418
fdir "^6.5.0"
419419
picomatch "^4.0.3"
420420

421-
typescript@5.9.2:
422-
version "5.9.2"
423-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
424-
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
421+
typescript@5.9.3:
422+
version "5.9.3"
423+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
424+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
425425

426426
vite@7.1.7:
427427
version "7.1.7"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react": "18.3.1",
3131
"react-dom": "18.3.1",
3232
"rimraf": "6.0.1",
33-
"typescript": "5.9.2",
33+
"typescript": "5.9.3",
3434
"vitest": "3.2.4"
3535
},
3636
"prettier": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,10 +1537,10 @@ tr46@^6.0.0:
15371537
dependencies:
15381538
punycode "^2.3.1"
15391539

1540-
typescript@5.9.2:
1541-
version "5.9.2"
1542-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
1543-
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
1540+
typescript@5.9.3:
1541+
version "5.9.3"
1542+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
1543+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
15441544

15451545
undici-types@~6.19.2:
15461546
version "6.19.8"

0 commit comments

Comments
 (0)