chore: Upgrade to TypeScript 5.7 (#11865)

This commit is contained in:
Iván Ovejero
2024-11-26 14:16:46 +01:00
committed by GitHub
parent 10e011d71e
commit 3341267518
4 changed files with 333 additions and 303 deletions

View File

@@ -79,7 +79,7 @@
"semver": "^7.5.4",
"tslib": "^2.6.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.6",
"ws": ">=8.17.1"
},
@@ -89,7 +89,8 @@
"pyodide@0.23.4": "patches/pyodide@0.23.4.patch",
"@types/express-serve-static-core@4.17.43": "patches/@types__express-serve-static-core@4.17.43.patch",
"@types/ws@8.5.4": "patches/@types__ws@8.5.4.patch",
"@types/uuencode@0.0.3": "patches/@types__uuencode@0.0.3.patch"
"@types/uuencode@0.0.3": "patches/@types__uuencode@0.0.3.patch",
"vue-tsc@2.1.6": "patches/vue-tsc@2.1.6.patch"
}
}
}