Skip to content

Commit

Permalink
fix: bump deps (#3077)
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel authored Dec 27, 2024
1 parent bbc94a4 commit acbc3f2
Show file tree
Hide file tree
Showing 37 changed files with 2,126 additions and 1,604 deletions.
2 changes: 1 addition & 1 deletion e2e/create-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test:e2e": "playwright test --project=chromium"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.1",
"@tanstack/create-start": "workspace:^",
"get-port-please": "^3.1.2",
"tempy": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions e2e/react-router/basic-esbuild-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"esbuild": "^0.24.0"
"esbuild": "^0.24.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-router/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-router/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-router/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions e2e/react-router/basic-scroll-restoration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"@tanstack/react-router": "workspace:^",
"@tanstack/react-virtual": "^3.11.1",
"@tanstack/react-virtual": "^3.11.2",
"@tanstack/router-devtools": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-router/basic-virtual-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-router/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
8 changes: 4 additions & 4 deletions e2e/react-router/rspack-basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@rsbuild/core": "1.1.9",
"@rsbuild/plugin-react": "1.1.0",
"@playwright/test": "^1.49.1",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "^1.1.0",
"@tanstack/router-plugin": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@rsbuild/core": "1.1.9",
"@rsbuild/plugin-react": "1.1.0",
"@playwright/test": "^1.49.1",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "^1.1.0",
"@tanstack/router-plugin": "workspace:^",
"@tanstack/virtual-file-routes": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
6 changes: 3 additions & 3 deletions e2e/start/basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"vinxi": "0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.5.4",
"@types/node": "^22.10.2",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
}
Expand Down
8 changes: 4 additions & 4 deletions e2e/start/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"vinxi": "0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.5.4",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions e2e/start/basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"vinxi": "0.5.1"
},
"devDependencies": {
Expand All @@ -23,7 +23,7 @@
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/start/basic-tsr-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"vinxi": "0.5.1"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/node": "^22.10.2",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"typescript": "^5.7.2"
Expand Down
8 changes: 4 additions & 4 deletions e2e/start/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"vinxi": "0.5.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.5.4",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"combinate": "^1.1.11",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
}
Expand Down
10 changes: 5 additions & 5 deletions e2e/start/clerk-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"test:e2e": "exit 0; playwright test --project=chromium"
},
"dependencies": {
"@clerk/tanstack-start": "0.6.5",
"@clerk/tanstack-start": "^0.8.5",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"vinxi": "0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.5.4",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
}
Expand Down
10 changes: 5 additions & 5 deletions e2e/start/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"vinxi": "0.5.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.5.4",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/react/router-monorepo-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.10.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"typescript": "^5.7.2",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
"vite-plugin-dts": "^4.4.0"
},
"keywords": [],
"author": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "^5.7.2",
"@tanstack/router-devtools": "^1.92.6",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
"vite-plugin-dts": "^4.4.0"
},
"nx": {
"targets": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
"vite-plugin-dts": "^4.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.3",
"redaxios": "^0.5.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tanstack/router-plugin": "^1.91.1",
"@router-mono-react-query/post-query": "workspace:*",
"redaxios": "^0.5.1",
"zod": "^3.23.8",
"zod": "^3.24.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -24,6 +24,6 @@
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
"vite-plugin-dts": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/router-monorepo-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
"vite-plugin-dts": "^4.4.0"
},
"keywords": [],
"author": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^5.7.2",
"@tanstack/router-devtools": "^1.92.6",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
"vite-plugin-dts": "^4.4.0"
},
"nx": {
"targets": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
"vite-plugin-dts": "^4.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
"vite-plugin-dts": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/start-large/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
plugins: [
tsConfigPaths({
projects: ['./tsconfig.json'],
}),
}) as any,
],
},
})
Loading

0 comments on commit acbc3f2

Please sign in to comment.