feat: update vite to v6 and vitest v3 (#576)

This commit is contained in:
Marco Pasqualetti
2025-02-22 21:06:38 +01:00
committed by GitHub
parent d6fc18e2f6
commit 0a4d1e2995
5 changed files with 518 additions and 483 deletions
+3 -3
View File
@@ -15,10 +15,10 @@
"types": "tsc --noEmit"
},
"devDependencies": {
"oxc-transform": "0.50.0",
"oxc-transform": "0.52.0",
"rollup-plugin-preserve-directives": "0.4.0",
"unplugin-isolated-decl": "0.11.0",
"vite": "5.4.14",
"unplugin-isolated-decl": "0.11.2",
"vite": "6.1.1",
"vite-plugin-externalize-deps": "0.9.0"
}
}
@@ -41,11 +41,11 @@
"@babel/core": "^7.24.4",
"@babel/types": "^7.24.0",
"prettier": "^3.2.4",
"vite": "^5.4.14"
"vite": "^6.1.1"
},
"devDependencies": {
"@types/babel__core": "7.20.5",
"vite-config": "workspace:*",
"vitest": "2.1.9"
"vitest": "3.0.6"
}
}
+4 -4
View File
@@ -46,11 +46,11 @@
"devDependencies": {
"@testing-library/react": "16.2.0",
"@types/react": "19.0.8",
"@vitejs/plugin-react-swc": "3.7.2",
"happy-dom": "16.8.1",
"@vitejs/plugin-react-swc": "3.8.0",
"happy-dom": "17.1.2",
"react": "19.0.0",
"vite": "5.4.14",
"vite": "6.1.1",
"vite-config": "workspace:*",
"vitest": "2.1.9"
"vitest": "3.0.6"
}
}
+4 -4
View File
@@ -66,12 +66,12 @@
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/plugin-syntax-typescript": "^7.24.1",
"@rollup/plugin-inject": "^5.0.5",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"fast-text-encoding": "^1.0.6",
"tuono-fs-router-vite-plugin": "workspace:*",
"tuono-router": "workspace:*",
"url-search-params-polyfill": "^8.2.5",
"vite": "^5.4.14",
"vite": "^6.1.1",
"web-streams-polyfill": "^4.0.0"
},
"devDependencies": {
@@ -82,8 +82,8 @@
"@types/react-dom": "19.0.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"vitest": "2.1.9",
"vite-config": "workspace:*"
"vite-config": "workspace:*",
"vitest": "3.0.6"
},
"sideEffects": false,
"keywords": [
+505 -470
View File
File diff suppressed because it is too large Load Diff