Skip to content

Commit 26ee7db

Browse files
chore(deps): update dependency typescript to v5.8.2 (#1210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39fb087 commit 26ee7db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"markdownlint-cli2": "0.17.2",
2626
"prettier": "3.5.2",
2727
"semver": "7.7.1",
28-
"typescript": "5.7.3",
28+
"typescript": "5.8.2",
2929
},
3030
"peerDependencies": {
3131
"astro": "^4.7.0 || ^5.0.0",
@@ -1067,7 +1067,7 @@
10671067

10681068
"type-fest": ["[email protected]", "", {}, "sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g=="],
10691069

1070-
"typescript": ["typescript@5.7.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw=="],
1070+
"typescript": ["typescript@5.8.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ=="],
10711071

10721072
"uc.micro": ["[email protected]", "", {}, "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="],
10731073

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"markdownlint-cli2": "0.17.2",
4646
"prettier": "3.5.2",
4747
"semver": "7.7.1",
48-
"typescript": "5.7.3"
48+
"typescript": "5.8.2"
4949
},
5050
"type": "module",
5151
"files": ["dist", "!*.tsbuildinfo", "src"],

0 commit comments

Comments
 (0)