chore: bump typescript version to 5.5.x (#6440)

#### What type of PR is this?

/area ui
/kind improvement
/milestone 2.19.x

#### What this PR does / why we need it:

更新 typescript 依赖版本至 5.5.x,以尝试解决 VSCode Vue 插件频繁崩溃的问题。

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/6442/head
Ryan Wang 2024-08-05 13:46:25 +08:00 committed by GitHub
parent 60bceb2acd
commit 684c3b045b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 318 additions and 273 deletions

View File

@ -150,7 +150,7 @@
"tailwindcss": "^3.2.7",
"tailwindcss-safe-area": "^0.2.2",
"tailwindcss-themer": "^2.0.3",
"typescript": "~5.3.0",
"typescript": "~5.5.4",
"unplugin-icons": "^0.14.15",
"vite": "^5.2.11",
"vite-plugin-externals": "^0.6.2",
@ -159,6 +159,6 @@
"vite-plugin-static-copy": "^1.0.4",
"vite-plugin-vue-devtools": "^7.2.1",
"vitest": "^0.34.1",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.29"
}
}

View File

@ -47,7 +47,7 @@
"@openapitools/openapi-generator-cli": "^2.13.4",
"@types/node": "^20.14.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"typescript": "~5.5.4",
"unbuild": "^0.7.6",
"vite-plugin-dts": "^3.9.1"
},

File diff suppressed because it is too large Load Diff

View File

@ -227,6 +227,7 @@ function onCustomFormToggle(e: Event) {
</template>
</FormKit>
<!-- @vue-ignore -->
<details
:open="showCustomForm"
class="flex cursor-pointer space-y-4 py-4 transition-all first:pt-0"