Skip to content

Commit 28ded53

Browse files
chore(deps): update dependency typescript to v5.8.2 (#12853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6839c1 commit 28ded53

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tooling/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"fast-glob": "3.3.3",
5959
"prettier": "3.5.2",
6060
"rollup": "3.29.5",
61-
"typescript": "5.7.3"
61+
"typescript": "5.8.2"
6262
},
6363
"engines": {
6464
"node": ">= 14.6.0",

tooling/api/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2015,10 +2015,10 @@ typed-array-length@^1.0.6:
20152015
is-typed-array "^1.1.13"
20162016
possible-typed-array-names "^1.0.0"
20172017

2018-
typescript@5.7.3:
2019-
version "5.7.3"
2020-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
2021-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
2018+
typescript@5.8.2:
2019+
version "5.8.2"
2020+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
2021+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
20222022

20232023
unbox-primitive@^1.0.2:
20242024
version "1.0.2"

tooling/cli/templates/plugin/with-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rollup/plugin-typescript": "8.5.0",
1717
"rollup": "2.79.2",
1818
"rollup-plugin-terser": "7.0.2",
19-
"typescript": "5.7.3"
19+
"typescript": "5.8.2"
2020
},
2121
"dependencies": {
2222
"@tauri-apps/api": "^1.0.0",

0 commit comments

Comments
 (0)