Skip to content

Commit 902239c

Browse files
chore(deps): update dependency typescript to v5.9.2 (#678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94af8b1 commit 902239c

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.23",
2020
"@types/react-dom": "18.3.7",
21-
"typescript": "5.8.3",
21+
"typescript": "5.9.2",
2222
"vite": "7.0.6"
2323
}
2424
}

demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,10 @@ tinyglobby@^0.2.14:
428428
fdir "^6.4.4"
429429
picomatch "^4.0.2"
430430

431-
typescript@5.8.3:
432-
version "5.8.3"
433-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
434-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
431+
typescript@5.9.2:
432+
version "5.9.2"
433+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
434+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
435435

436436
vite@7.0.6:
437437
version "7.0.6"

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.8.3",
33+
"typescript": "5.9.2",
3434
"vitest": "3.2.4"
3535
},
3636
"prettier": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,10 +1497,10 @@ tr46@^5.1.0:
14971497
dependencies:
14981498
punycode "^2.3.1"
14991499

1500-
typescript@5.8.3:
1501-
version "5.8.3"
1502-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1503-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1500+
typescript@5.9.2:
1501+
version "5.9.2"
1502+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
1503+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
15041504

15051505
undici-types@~6.19.2:
15061506
version "6.19.8"

0 commit comments

Comments
 (0)