diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 79c182cfa..d9a550c3a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -453,8 +453,8 @@ importers: specifier: 1.87.7 version: 1.87.7 '@tanstack/router-vite-plugin': - specifier: 1.87.11 - version: 1.87.11(vite@6.0.3(@types/node@22.10.1)(jiti@2.4.1)(tsx@4.19.2)(yaml@2.6.1)) + specifier: 1.87.13 + version: 1.87.13(vite@6.0.3(@types/node@22.10.1)(jiti@2.4.1)(tsx@4.19.2)(yaml@2.6.1)) '@types/node': specifier: ^22.10.1 version: 22.10.1 @@ -3644,8 +3644,8 @@ packages: resolution: {integrity: sha512-w9Px1C6DM0YNVXvu1VjUuZ5el0ykOeofEmEZBW83VUTzvCXFpcjPCHncU9FO9uXup8NFIxNfGz+xpwf93GoFnQ==} engines: {node: '>=12'} - '@tanstack/router-plugin@1.87.11': - resolution: {integrity: sha512-mg8Ci9IT2H5aDBM6DippwKr1AHTBc6eudgpvHRMelGxLl4VY7vlKNx5Ds5yZeqE9Jp6VNr2z7E0xx70e8cFoBg==} + '@tanstack/router-plugin@1.87.13': + resolution: {integrity: sha512-h5dD0m5ixSsmIMOrNXd4NBH2Fwx+4Mb5GK0JCUVlcegjtNQ9Zx9kdWqWXi+4P595XKCmjdHVOP4vhBr9cfwozg==} engines: {node: '>=12'} peerDependencies: '@rsbuild/core': '>=1.0.2' @@ -3659,8 +3659,8 @@ packages: webpack: optional: true - '@tanstack/router-vite-plugin@1.87.11': - resolution: {integrity: sha512-q9hhQkGEk5yuy1x7/QoCQ/Scx4vJAS/Yb7q0sRKNQrcdFcPdfZI0uby6VGLV5wD4zpUWxaWiLeRBNv2iNU5K+Q==} + '@tanstack/router-vite-plugin@1.87.13': + resolution: {integrity: sha512-CwNoMVZa/UA9YMpj2CtNRKU0x/77KsazjJJQHOK0Qq38BvgTxNi5bp8oAgCO512YO2tOclLEKOEEPI/rqNHK8g==} engines: {node: '>=12'} '@tanstack/store@0.6.0': @@ -14435,7 +14435,7 @@ snapshots: tsx: 4.19.2 zod: 3.23.8 - '@tanstack/router-plugin@1.87.11(vite@6.0.3(@types/node@22.10.1)(jiti@2.4.1)(tsx@4.19.2)(yaml@2.6.1))': + '@tanstack/router-plugin@1.87.13(vite@6.0.3(@types/node@22.10.1)(jiti@2.4.1)(tsx@4.19.2)(yaml@2.6.1))': dependencies: '@babel/core': 7.26.0 '@babel/generator': 7.26.3 @@ -14460,9 +14460,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/router-vite-plugin@1.87.11(vite@6.0.3(@types/node@22.10.1)(jiti@2.4.1)(tsx@4.19.2)(yaml@2.6.1))': + '@tanstack/router-vite-plugin@1.87.13(vite@6.0.3(@types/node@22.10.1)(jiti@2.4.1)(tsx@4.19.2)(yaml@2.6.1))': dependencies: - '@tanstack/router-plugin': 1.87.11(vite@6.0.3(@types/node@22.10.1)(jiti@2.4.1)(tsx@4.19.2)(yaml@2.6.1)) + '@tanstack/router-plugin': 1.87.13(vite@6.0.3(@types/node@22.10.1)(jiti@2.4.1)(tsx@4.19.2)(yaml@2.6.1)) transitivePeerDependencies: - '@rsbuild/core' - supports-color diff --git a/website/package.json b/website/package.json index c81cafa60..f6062afbe 100644 --- a/website/package.json +++ b/website/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@0no-co/graphqlsp": "^1.12.16", "@tanstack/router-cli": "1.87.7", - "@tanstack/router-vite-plugin": "1.87.11", + "@tanstack/router-vite-plugin": "1.87.13", "@types/node": "^22.10.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1",