Skip to content

Commit 85a57df

Browse files
authored
build(deps): bump the tanstack-router group across 1 directory with 3 updates (#4153)
2 parents 70cbde3 + fd38f45 commit 85a57df

File tree

3 files changed

+40
-41
lines changed

3 files changed

+40
-41
lines changed

frontend/package-lock.json

Lines changed: 37 additions & 37 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.1",
26-
"@tanstack/react-router": "^1.112.0",
26+
"@tanstack/react-router": "^1.112.18",
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.1",
56-
"@tanstack/router-devtools": "^1.112.6",
57-
"@tanstack/router-vite-plugin": "^1.112.3",
56+
"@tanstack/router-devtools": "^1.112.18",
57+
"@tanstack/router-vite-plugin": "^1.112.18",
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/test-utils/router.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const InnerProvider: React.FC<React.PropsWithChildren> = ({ children }) => {
4242
export const DummyRouter: React.FC<React.PropsWithChildren> = ({
4343
children,
4444
}) => (
45-
/** @ts-expect-error: The router we pass doesn't match the "real" router, which is fine for tests */
4645
<RouterContextProvider router={router}>
4746
<InnerProvider>{children}</InnerProvider>
4847
</RouterContextProvider>

0 commit comments

Comments
 (0)