Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 55505a1 commit 068ef8a
Show file tree
Hide file tree
Showing 83 changed files with 1,999 additions and 2,366 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.49.1",
"@playwright/test": "^1.50.0",
"@tanstack/create-start": "workspace:^",
"get-port-please": "^3.1.2",
"tempy": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-router/basic-esbuild-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"esbuild": "^0.24.2"
Expand Down
4 changes: 2 additions & 2 deletions e2e/react-router/basic-file-based-code-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
4 changes: 2 additions & 2 deletions e2e/react-router/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"combinate": "^1.1.11",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
8 changes: 4 additions & 4 deletions e2e/react-router/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
Expand All @@ -22,10 +22,10 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
8 changes: 4 additions & 4 deletions e2e/react-router/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
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 @@ -19,10 +19,10 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
4 changes: 2 additions & 2 deletions e2e/react-router/basic-virtual-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
4 changes: 2 additions & 2 deletions e2e/react-router/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
4 changes: 2 additions & 2 deletions e2e/react-router/rspack-basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@rsbuild/core": "^1.1.13",
"@playwright/test": "^1.50.0",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@tanstack/router-plugin": "workspace:^",
"@types/react": "^18.3.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@rsbuild/core": "^1.1.13",
"@playwright/test": "^1.50.0",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@tanstack/router-plugin": "workspace:^",
"@tanstack/virtual-file-routes": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions e2e/react-router/scroll-restoration-sandbox-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
4 changes: 2 additions & 2 deletions e2e/start/basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"vinxi": "0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.50.0",
"@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",
"postcss": "^8.5.1",
"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 @@ -11,8 +11,8 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-with-query": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
Expand All @@ -24,13 +24,13 @@
"vinxi": "0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@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",
"postcss": "^8.5.1",
"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-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@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",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
Expand Down
6 changes: 3 additions & 3 deletions e2e/start/clerk-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:e2e": "exit 0; playwright test --project=chromium"
},
"dependencies": {
"@clerk/tanstack-start": "^0.8.5",
"@clerk/tanstack-start": "^0.8.16",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
Expand All @@ -22,13 +22,13 @@
"vinxi": "0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@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",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
Expand Down
4 changes: 2 additions & 2 deletions e2e/start/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@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",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/authenticated-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
4 changes: 2 additions & 2 deletions examples/react/basic-default-search-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-router": "^1.97.16",
"@tanstack/router-devtools": "^1.97.16",
"redaxios": "^0.5.1",
Expand All @@ -22,6 +22,6 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-file-based-codesplitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
6 changes: 3 additions & 3 deletions examples/react/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-router": "^1.97.16",
"@tanstack/router-devtools": "^1.97.16",
"@tanstack/router-plugin": "^1.97.16",
Expand All @@ -24,6 +24,6 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
6 changes: 3 additions & 3 deletions examples/react/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-router": "^1.97.16",
"@tanstack/router-devtools": "^1.97.16",
"react": "^18.2.0",
Expand All @@ -22,6 +22,6 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
8 changes: 4 additions & 4 deletions examples/react/basic-ssr-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/generator": "^7.26.3",
"@babel/core": "^7.26.7",
"@babel/generator": "^7.26.5",
"@rollup/plugin-babel": "^6.0.4",
"@types/express": "^4.17.21",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"compression": "^1.7.5",
"express": "^4.21.2",
"isbot": "^5.1.17",
"isbot": "^5.1.21",
"node-fetch": "^3.3.2",
"serve-static": "^1.16.2",
"vite": "^6.0.3"
"vite": "^6.0.11"
}
}
Loading

0 comments on commit 068ef8a

Please sign in to comment.