Skip to content

Commit e3c7985

Browse files
authored
build(deps): bump the tanstack-router group in /frontend with 3 updates (#4204)
2 parents 1c1277f + e3e9360 commit e3c7985

File tree

6 files changed

+38
-84
lines changed

6 files changed

+38
-84
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ updates:
9494
tanstack-router:
9595
patterns:
9696
- "@tanstack/react-router"
97+
- "@tanstack/react-router-*"
9798
- "@tanstack/router-*"
9899
tanstack-query:
99100
patterns:

frontend/package-lock.json

Lines changed: 30 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@radix-ui/react-collapsible": "^1.1.3",
2424
"@radix-ui/react-dialog": "^1.1.6",
2525
"@tanstack/react-query": "^5.67.3",
26-
"@tanstack/react-router": "^1.114.13",
26+
"@tanstack/react-router": "^1.114.17",
2727
"@vector-im/compound-design-tokens": "4.0.1",
2828
"@vector-im/compound-web": "^7.6.4",
2929
"@zxcvbn-ts/core": "^3.0.4",
@@ -53,8 +53,8 @@
5353
"@storybook/react-vite": "^8.6.4",
5454
"@storybook/test": "^8.5.5",
5555
"@tanstack/react-query-devtools": "^5.67.3",
56-
"@tanstack/router-devtools": "^1.114.13",
57-
"@tanstack/router-vite-plugin": "^1.114.13",
56+
"@tanstack/react-router-devtools": "^1.114.17",
57+
"@tanstack/router-plugin": "^1.114.17",
5858
"@testing-library/jest-dom": "^6.6.3",
5959
"@testing-library/react": "^16.2.0",
6060
"@testing-library/user-event": "^14.6.1",

frontend/src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
Outlet,
1212
createRootRouteWithContext,
1313
} from "@tanstack/react-router";
14-
import { TanStackRouterDevtools } from "@tanstack/router-devtools";
14+
import { TanStackRouterDevtools } from "@tanstack/react-router-devtools";
1515
import GenericError from "../components/GenericError";
1616
import Layout, { query } from "../components/Layout";
1717
import NotFound from "../components/NotFound";

frontend/tsconfig.node.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"composite": true,
4-
"module": "ESNext",
5-
"moduleResolution": "Node",
4+
"module": "node16",
5+
"moduleResolution": "node16",
66
"allowSyntheticDefaultImports": true,
77
"allowJs": true,
88
"resolveJsonModule": true

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { readFile, writeFile } from "node:fs/promises";
88
import { resolve } from "node:path";
99

1010
import { codecovVitePlugin } from "@codecov/vite-plugin";
11-
import { TanStackRouterVite as tanStackRouter } from "@tanstack/router-vite-plugin";
11+
import { TanStackRouterVite as tanStackRouter } from "@tanstack/router-plugin/vite";
1212
import react from "@vitejs/plugin-react";
1313
import browserslistToEsbuild from "browserslist-to-esbuild";
1414
import type { Manifest, PluginOption } from "vite";

0 commit comments

Comments
 (0)