playground-vue(deps): update vite

This commit is contained in:
Benjamin Canac
2025-02-19 12:11:47 +01:00
parent d958fc27c2
commit a8f9a02833
3 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"vite": "^6.0.11", "vite": "^6.1.0",
"vue-tsc": "^2.2.0" "vue-tsc": "^2.2.0"
} }
} }

2
pnpm-lock.yaml generated
View File

@@ -362,7 +362,7 @@ importers:
specifier: 5.6.3 specifier: 5.6.3
version: 5.6.3 version: 5.6.3
vite: vite:
specifier: ^6.0.11 specifier: ^6.1.0
version: 6.1.0(@types/node@22.13.4)(jiti@2.4.2)(lightningcss@1.29.1)(terser@5.39.0)(yaml@2.7.0) version: 6.1.0(@types/node@22.13.4)(jiti@2.4.2)(lightningcss@1.29.1)(terser@5.39.0)(yaml@2.7.0)
vue-tsc: vue-tsc:
specifier: 2.2.0 specifier: 2.2.0

View File

@@ -9,7 +9,6 @@
"valibot30", "valibot30",
"valibot31", "valibot31",
"typescript", "typescript",
"vite",
"vue-tsc" "vue-tsc"
], ],
"baseBranches": ["dev", "v3"], "baseBranches": ["dev", "v3"],