Skip to content

Commit 931696b

Browse files
Update dependency typescript to ^5.9.2 (#2037)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60cd5d9 commit 931696b

File tree

3 files changed

+33
-5
lines changed

3 files changed

+33
-5
lines changed

docusaurus/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@docusaurus/tsconfig": "^3.8.1",
3737
"dotenv": "^17.2.1",
3838
"raw-loader": "^4.0.2",
39-
"typescript": "^5.8.3"
39+
"typescript": "^5.9.2"
4040
},
4141
"browserslist": {
4242
"production": [

package-lock.json

Lines changed: 31 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"rollup-plugin-delete": "^3.0.1",
5858
"rollup-plugin-dts": "^6.2.1",
5959
"rollup-plugin-esbuild": "^6.2.1",
60-
"typescript": "^5.8.3",
60+
"typescript": "^5.9.2",
6161
"vitest": "^3.2.4"
6262
},
6363
"engines": {

0 commit comments

Comments
 (0)