You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
build(deps): bump the tanstack-router group across 1 directory with 2 updates
Bumps the tanstack-router group with 2 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) and [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools). Updates `@tanstack/react-router` from 1.46.3 to 1.46.4 - [Release notes](https://github.com/TanStack/router/releases) - [Commits](https://github.com/TanStack/router/commits/v1.46.4/packages/react-router) Updates `@tanstack/router-devtools` from 1.46.3 to 1.46.5 - [Release notes](https://github.com/TanStack/router/releases) - [Commits](https://github.com/TanStack/router/commits/v1.46.5/packages/router-devtools) --- updated-dependencies: - dependency-name: "@tanstack/react-router" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tanstack-router - dependency-name: "@tanstack/router-devtools" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tanstack-router ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
fb05f5a600
commit
d6bb5f55d7
18
frontend/package-lock.json
generated
18
frontend/package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"@fontsource/inconsolata": "^5.0.18",
|
||||
"@fontsource/inter": "^5.0.20",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
"@tanstack/react-router": "^1.46.3",
|
||||
"@tanstack/react-router": "^1.46.4",
|
||||
"@urql/core": "^5.0.5",
|
||||
"@urql/devtools": "^2.0.3",
|
||||
"@urql/exchange-graphcache": "^7.1.2",
|
||||
@ -45,7 +45,7 @@
|
||||
"@storybook/addon-essentials": "^8.2.7",
|
||||
"@storybook/react": "^8.2.7",
|
||||
"@storybook/react-vite": "^8.2.7",
|
||||
"@tanstack/router-devtools": "^1.46.3",
|
||||
"@tanstack/router-devtools": "^1.46.5",
|
||||
"@tanstack/router-vite-plugin": "^1.45.13",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/node": "^22.1.0",
|
||||
@ -7980,9 +7980,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tanstack/react-router": {
|
||||
"version": "1.46.3",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.46.3.tgz",
|
||||
"integrity": "sha512-NVu/bQofLJIPQyq7W2drhi5veiDK1TwCvKIVCO3zBkkA4X7N2Bq6EqIbocwsN6wmHHmfKs7ovsSfz2dKQ4T0gg==",
|
||||
"version": "1.46.4",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.46.4.tgz",
|
||||
"integrity": "sha512-ELuHRaUCswAPwzrdf+X1BStKbogEQ82qW9Nyl0FfdK3qta7b28frBD9mmDOeyHW/Ff+OhWhY3KgpeViHef/+LQ==",
|
||||
"dependencies": {
|
||||
"@tanstack/history": "1.45.3",
|
||||
"@tanstack/react-store": "^0.5.5",
|
||||
@ -8019,9 +8019,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tanstack/router-devtools": {
|
||||
"version": "1.46.3",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/router-devtools/-/router-devtools-1.46.3.tgz",
|
||||
"integrity": "sha512-nGHtuH5a/0vLdMwDI2FubzyUZZSw8KbrXaLB4uej8vyGFOX70v3GOhN6n7bFAPT1i3SxE5uIyRq7/agC91xgTw==",
|
||||
"version": "1.46.5",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/router-devtools/-/router-devtools-1.46.5.tgz",
|
||||
"integrity": "sha512-VZVampaUcvMQtNcPqAKO3PF/rBFI/dT3p9/yhC3A5RnzMa2XGNNJcxuM1hPD6LnNJosxplDyakZb2zjmCxr7lA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"clsx": "^2.1.1",
|
||||
@ -8035,7 +8035,7 @@
|
||||
"url": "https://github.com/sponsors/tannerlinsley"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tanstack/react-router": "^1.46.3",
|
||||
"@tanstack/react-router": "^1.46.4",
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"@fontsource/inconsolata": "^5.0.18",
|
||||
"@fontsource/inter": "^5.0.20",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
"@tanstack/react-router": "^1.46.3",
|
||||
"@tanstack/react-router": "^1.46.4",
|
||||
"@urql/core": "^5.0.5",
|
||||
"@urql/devtools": "^2.0.3",
|
||||
"@urql/exchange-graphcache": "^7.1.2",
|
||||
@ -54,7 +54,7 @@
|
||||
"@storybook/addon-essentials": "^8.2.7",
|
||||
"@storybook/react": "^8.2.7",
|
||||
"@storybook/react-vite": "^8.2.7",
|
||||
"@tanstack/router-devtools": "^1.46.3",
|
||||
"@tanstack/router-devtools": "^1.46.5",
|
||||
"@tanstack/router-vite-plugin": "^1.45.13",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/node": "^22.1.0",
|
||||
|
Reference in New Issue
Block a user