Downgrade 'vite' package version to 6.0.0 in package.json to maintain compatibility with existing project dependencies.

This commit is contained in:
Torsten Schulz (local)
2025-11-21 12:00:29 +01:00
parent 938ce4d991
commit 6eb42812fd

View File

@@ -29,7 +29,7 @@
"eslint-plugin-vue": "^9.0.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"vite": "^7.2.4"
"vite": "^6.0.0"
},
"eslintConfig": {
"root": true,