Update "vite" to v6.x

- vite v6.0.5
- vite-tsconfig-paths v5.1.4
- vite legacy plugin v6
This commit is contained in:
schroda
2024-12-24 13:04:29 +01:00
parent 86eef26748
commit 53b63f197a
2 changed files with 915 additions and 1126 deletions

View File

@@ -89,7 +89,7 @@
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitejs/plugin-legacy": "5.4.2",
"@vitejs/plugin-legacy": "6.0.0",
"@vitejs/plugin-react-swc": "3.7.2",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
@@ -111,8 +111,8 @@
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.7.2",
"vite": "5.4.2",
"vite-tsconfig-paths": "4.3.2",
"vite": "6.0.5",
"vite-tsconfig-paths": "5.1.4",
"yargs": "17.7.2"
}
}