diff --git a/test/e2e/fixtures/react/index.html b/test/e2e/fixtures/react/index.html index 2daf7b4e..2626463a 100644 --- a/test/e2e/fixtures/react/index.html +++ b/test/e2e/fixtures/react/index.html @@ -4,7 +4,7 @@ - clerk-fixture-react-b1bnwe + clerk-fixture-react-wr565o
diff --git a/test/e2e/fixtures/tanstack-start/package.json b/test/e2e/fixtures/tanstack-start/package.json index bc915d68..82b43aa5 100644 --- a/test/e2e/fixtures/tanstack-start/package.json +++ b/test/e2e/fixtures/tanstack-start/package.json @@ -33,11 +33,10 @@ "@types/node": "^22.10.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^5.1.4", + "@vitejs/plugin-react": "^6.0.1", "jsdom": "^28.1.0", "typescript": "^5.7.2", - "vite": "^7.3.1", - "vite-tsconfig-paths": "^5.1.4", + "vite": "^8.0.0", "vitest": "^3.0.5" }, "pnpm": { diff --git a/test/e2e/fixtures/tanstack-start/vite.config.ts b/test/e2e/fixtures/tanstack-start/vite.config.ts index b518298b..d297d294 100644 --- a/test/e2e/fixtures/tanstack-start/vite.config.ts +++ b/test/e2e/fixtures/tanstack-start/vite.config.ts @@ -1,6 +1,5 @@ import { defineConfig } from "vite"; import { devtools } from "@tanstack/devtools-vite"; -import tsconfigPaths from "vite-tsconfig-paths"; import { tanstackStart } from "@tanstack/react-start/plugin/vite"; @@ -8,13 +7,8 @@ import viteReact from "@vitejs/plugin-react"; import tailwindcss from "@tailwindcss/vite"; const config = defineConfig({ - plugins: [ - devtools(), - tsconfigPaths({ projects: ["./tsconfig.json"] }), - tailwindcss(), - tanstackStart(), - viteReact(), - ], + resolve: { tsconfigPaths: true }, + plugins: [devtools(), tailwindcss(), tanstackStart(), viteReact()], }); export default config; diff --git a/test/e2e/fixtures/vue/index.html b/test/e2e/fixtures/vue/index.html index a9401913..59832803 100644 --- a/test/e2e/fixtures/vue/index.html +++ b/test/e2e/fixtures/vue/index.html @@ -4,7 +4,7 @@ - clerk-fixture-vue-dbfu2t + clerk-fixture-vue-kj54pv