mirror of
https://github.com/purocean/yn.git
synced 2026-08-31 01:55:43 +08:00
chore: upgrade vite
This commit is contained in:
+3
-3
@@ -97,8 +97,8 @@
|
||||
"@types/yargs": "^15.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
||||
"@vue/compiler-sfc": "^3.5.13",
|
||||
"@vue/eslint-config-standard": "^8.0.1",
|
||||
"@vue/eslint-config-typescript": "^13.0.0",
|
||||
@@ -153,7 +153,7 @@
|
||||
"typescript": "^5.5.4",
|
||||
"utility-types": "^3.10.0",
|
||||
"viewerjs": "^1.11.6",
|
||||
"vite": "^6.1.6",
|
||||
"vite": "^8.0.10",
|
||||
"vue": "^3.5.13",
|
||||
"vue-tsc": "^2.2.0",
|
||||
"xterm-theme": "^1.1.0"
|
||||
|
||||
@@ -475,7 +475,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
::v-deep(a) {
|
||||
color: var(-g-color-anchor);
|
||||
color: var(--g-color-anchor);
|
||||
}
|
||||
|
||||
::v-deep(input ~ .suggestions-datalist) {
|
||||
|
||||
Reference in New Issue
Block a user