chore(dependencies): update vitest and @vitest/ui versions to v3 (#3089)

This commit is contained in:
Gweesin Chan 2025-03-10 10:51:12 +08:00 committed by GitHub
parent d4f213c369
commit 30490d6ad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View File

@ -32,7 +32,7 @@
"@unocss/core": "^0.48.0",
"@unocss/preset-icons": "^0.61.9",
"@unocss/transformer-directives": "^0.48.0",
"@vitest/ui": "^0.31.0",
"@vitest/ui": "catalog:",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/composition-api": "1.7.2",
"@vue/runtime-dom": "^3.2.31",
@ -59,4 +59,4 @@
"vue-template-compiler": "2.6.14",
"vue-tsc": "^1.0.16"
}
}
}

View File

@ -37,7 +37,7 @@
"@unocss/transformer-directives": "^0.48.0",
"@vitejs/plugin-vue": "4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitest/ui": "^0.31.0",
"@vitest/ui": "catalog:",
"@vue/runtime-core": "3.2.31",
"@vue/test-utils": "^2.2.7",
"jsdom": "^21.0.0",
@ -58,4 +58,4 @@
"vue": "^3.3.9",
"vue-i18n": "^9.1.7"
}
}
}

View File

@ -5,7 +5,8 @@ packages:
# 统一版本,方便维护
catalog:
'vitest': '^2.1.8'
'vitest': '^3.0.8'
'@vitest/ui': '^3.0.8'
'vite': '^6.0.0'
'typescript': '~5.3.3'
'@playwright/test': '~1.49.0'