upgrade vite to 6

This commit is contained in:
dswbx
2025-03-11 08:51:37 +01:00
parent 8df30f4dae
commit 368c60d7c7
2 changed files with 42 additions and 56 deletions

View File

@@ -42,7 +42,7 @@
"@mantine/hooks": "^7.17.1",
"@sinclair/typebox": "^0.32.34",
"@tanstack/react-form": "^1.0.5",
"@uiw/react-codemirror": "^4.23.6",
"@uiw/react-codemirror": "^4.23.10",
"@xyflow/react": "^12.3.2",
"aws4fetch": "^1.0.18",
"dayjs": "^1.11.13",
@@ -57,7 +57,7 @@
"oauth4webapi": "^2.11.1",
"object-path-immutable": "^4.1.2",
"picocolors": "^1.1.1",
"radix-ui": "^1.1.2",
"radix-ui": "^1.1.3",
"swr": "^2.2.5"
},
"devDependencies": {
@@ -73,12 +73,10 @@
"@mantine/notifications": "^7.17.1",
"@rjsf/core": "5.22.2",
"@tabler/icons-react": "3.18.0",
"@types/node": "^22.10.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
@@ -87,9 +85,11 @@
"kysely-d1": "^0.3.0",
"open": "^10.1.0",
"openapi-types": "^12.1.3",
"postcss": "^8.4.47",
"postcss": "^8.5.3",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.53.1",
"react-icons": "5.2.1",
"react-json-view-lite": "^2.0.1",
@@ -99,8 +99,7 @@
"tailwindcss-animate": "^1.0.7",
"tsc-alias": "^1.8.10",
"tsup": "^8.3.5",
"vite": "^5.4.10",
"vite-plugin-static-copy": "^2.0.0",
"vite": "^6.2.1",
"vite-tsconfig-paths": "^5.0.1",
"wouter": "^3.3.5"
},