Skip to content
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion benchmarks/bundle-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-vue": "^6.0.5",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"vite-plugin-solid": "^2.11.11"
}
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/client-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vitejs/plugin-vue": "^6.0.5",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@types/jsdom": "28.0.0",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"vite-plugin-solid": "^2.11.11",
"vitest": "^4.0.17"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@codspeed/vitest-plugin": "^5.0.1",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"vite-plugin-solid": "^2.11.11",
"vitest": "^4.0.17"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
1 change: 1 addition & 0 deletions e2e/react-router/basic-file-based/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
1 change: 1 addition & 0 deletions e2e/react-router/basic-react-query/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
3 changes: 2 additions & 1 deletion e2e/react-router/basic-scroll-restoration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.0"
"vite": "^8.0.0",
"typescript": "~5.9.0"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
1 change: 1 addition & 0 deletions e2e/react-router/basic/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
1 change: 1 addition & 0 deletions e2e/react-router/generator-cli-only/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
2 changes: 1 addition & 1 deletion e2e/react-router/i18n-paraglide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0"
}
}
1 change: 1 addition & 0 deletions e2e/react-router/i18n-paraglide/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
1 change: 1 addition & 0 deletions e2e/react-router/js-only-file-based/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
2 changes: 1 addition & 1 deletion e2e/react-router/rspack-basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@types/react-dom": "^19.0.3",
"postcss": "^8.5.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
}
}
1 change: 1 addition & 0 deletions e2e/react-router/rspack-basic-file-based/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
2 changes: 1 addition & 1 deletion e2e/react-router/rspack-basic-file-based/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"useDefineForClassFields": true,
"allowJs": true
},
"include": ["src", "playwright.config.ts", "tests"],
"include": ["src", "tests"],
"exclude": ["node_modules", "dist"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@types/react-dom": "^19.0.3",
"postcss": "^8.5.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"useDefineForClassFields": true,
"allowJs": true
},
"include": ["src", "playwright.config.ts", "tests", "./routes.ts"],
"include": ["src", "tests", "./routes.ts"],
"exclude": ["node_modules", "dist"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
1 change: 1 addition & 0 deletions e2e/react-router/sentry-integration/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
2 changes: 1 addition & 1 deletion e2e/react-router/view-transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0"
}
}
1 change: 1 addition & 0 deletions e2e/react-router/view-transitions/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
2 changes: 1 addition & 1 deletion e2e/react-start/basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"dotenv": "^17.2.3",
"prisma": "^7.0.0",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
}
}
1 change: 0 additions & 1 deletion e2e/react-start/basic-auth/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/basic-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"wrangler": "^4.74.0"
}
Expand Down
1 change: 0 additions & 1 deletion e2e/react-start/basic-cloudflare/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@vitejs/plugin-react": "^6.0.1",
"srvx": "^0.11.9",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
}
}
1 change: 0 additions & 1 deletion e2e/react-start/basic-react-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
},
"overrides": {
"react": "0.0.0-experimental-035a41c4e-20230704",
Expand Down
1 change: 0 additions & 1 deletion e2e/react-start/basic-rsc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/basic-tsr-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"srvx": "^0.11.9",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
}
}
1 change: 0 additions & 1 deletion e2e/react-start/basic-tsr-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/app/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"combinate": "^1.1.11",
"srvx": "^0.11.9",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"zod": "^3.24.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/basic/tests/search-params.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from '@playwright/test'
import { test } from '@tanstack/router-e2e-utils'
import { isSpaMode } from 'tests/utils/isSpaMode'
import { isSpaMode } from './utils/isSpaMode'
import { isPrerender } from './utils/isPrerender'
import type { Response } from '@playwright/test'

Expand Down
1 change: 0 additions & 1 deletion e2e/react-start/basic/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/clerk-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"@tailwindcss/vite": "^4.2.2"
}
}
1 change: 0 additions & 1 deletion e2e/react-start/clerk-basic/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/csp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"srvx": "^0.11.9",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
}
}
1 change: 1 addition & 0 deletions e2e/react-start/csp/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
1 change: 0 additions & 1 deletion e2e/react-start/csp/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"nitro": "^3.0.260311-beta",
"sass": "^1.97.2",
"srvx": "^0.11.9",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"wrangler": "^4.74.0"
}
Expand Down
1 change: 0 additions & 1 deletion e2e/react-start/css-modules/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/custom-basepath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"srvx": "^0.11.9",
"tailwindcss": "^4.2.2",
"tsx": "^4.20.3",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0"
}
}
1 change: 0 additions & 1 deletion e2e/react-start/custom-basepath/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/dev-ssr-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vitejs/plugin-react": "^6.0.1",
"nitro": "^3.0.260311-beta",
"srvx": "^0.11.9",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"zod": "^3.24.2"
}
Expand Down
1 change: 1 addition & 0 deletions e2e/react-start/dev-ssr-styles/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
1 change: 0 additions & 1 deletion e2e/react-start/dev-ssr-styles/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/flamegraph-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"nitro": "^3.0.260311-beta",
"autocannon": "^8.0.0",
"concurrently": "9.2.1",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0"
}
}
2 changes: 1 addition & 1 deletion e2e/react-start/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react-dom": "^19.0.3",
"tailwindcss": "^4.2.2",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0"
}
}
1 change: 0 additions & 1 deletion e2e/react-start/hmr/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/i18n-paraglide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "^8.0.0"
}
}
1 change: 1 addition & 0 deletions e2e/react-start/i18n-paraglide/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
1 change: 0 additions & 1 deletion e2e/react-start/i18n-paraglide/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"srvx": "^0.11.9",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"noEmit": true
}
}
2 changes: 1 addition & 1 deletion e2e/react-start/import-protection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"srvx": "^0.11.9",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
}
}
1 change: 0 additions & 1 deletion e2e/react-start/import-protection/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"target": "ES2022",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/query-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.7.2"
"typescript": "^6.0.2"
}
}
Loading
Loading