chore: downgrade vite to v5

This commit is contained in:
Maulana Sodiqin
2025-04-07 20:50:10 +07:00
parent 0709c3a2bd
commit b1a53df4a9
3 changed files with 905 additions and 46 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm install --legacy-peer-deps
run: npm install
- name: Nx Build
run: npx nx run-many --target=build --all
+903 -44
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -102,7 +102,7 @@
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
"verdaccio": "^6.0.5",
"vite": "^6.0.0",
"vite": "5.3",
"vite-plugin-dts": "~4.5.0",
"vitest": "^3.0.8",
"vue": "^3.3.4",