Update dependency typescript to v6

This commit is contained in:
renovate[bot] 2026-04-16 22:32:32 +00:00 committed by GitHub
parent 3b1b39f822
commit 0877dd84b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 210 additions and 210 deletions

View File

@ -102,7 +102,7 @@
"prettier": "^3.0.0",
"rimraf": "^6.0.0",
"tar": "^7.5.8",
"typescript": "5.9.3"
"typescript": "6.0.2"
},
"hakDependencies": {
"matrix-seshat": "4.2.0"

View File

@ -40,7 +40,7 @@
"matrix-widget-api": "^1.17.0",
"rollup-plugin-external-globals": "^0.13.0",
"semver": "^7.6.3",
"typescript": "^5.7.3",
"typescript": "^6.0.0",
"vite": "^7.3.2",
"vite-plugin-dts": "^4.5.0",
"vitest": "^4.0.0",

View File

@ -24,7 +24,7 @@
"devDependencies": {
"@element-hq/element-web-module-api": "workspace:*",
"@types/lodash-es": "^4.17.12",
"typescript": "^5.8.2",
"typescript": "^6.0.0",
"wait-on": "^9.0.4"
},
"dependencies": {

412
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ packages:
cleanupUnusedCatalogs: true
catalog:
# typescript
typescript: 5.9.3
typescript: 6.0.2
# react
react: ^19.0.0
react-dom: ^19.0.0