From 129d650933e5e0d96522f0ba12f6f7b70a8c8135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:20:56 +0000 Subject: [PATCH] build(deps): bump the npm-gui group in /gui with 3 updates Bumps the npm-gui group in /gui with 3 updates: [material-icon-theme](https://github.com/material-extensions/vscode-material-icon-theme), [recharts](https://github.com/recharts/recharts) and [@tanstack/router-generator](https://github.com/TanStack/router/tree/HEAD/packages/router-generator). Updates `material-icon-theme` from 5.31.0 to 5.32.0 - [Release notes](https://github.com/material-extensions/vscode-material-icon-theme/releases) - [Changelog](https://github.com/material-extensions/vscode-material-icon-theme/blob/main/CHANGELOG.md) - [Commits](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.31.0...v5.32.0) Updates `recharts` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v3.7.0...v3.8.0) Updates `@tanstack/router-generator` from 1.164.0 to 1.166.7 - [Release notes](https://github.com/TanStack/router/releases) - [Commits](https://github.com/TanStack/router/commits/v1.166.7/packages/router-generator) --- updated-dependencies: - dependency-name: material-icon-theme dependency-version: 5.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-gui - dependency-name: recharts dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-gui - dependency-name: "@tanstack/router-generator" dependency-version: 1.166.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-gui ... Signed-off-by: dependabot[bot] --- gui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/package.json b/gui/package.json index fff69347..d890dda6 100644 --- a/gui/package.json +++ b/gui/package.json @@ -26,7 +26,7 @@ "@monaco-editor/react": "catalog:", "@tailwindcss/vite": "catalog:", "@tanstack/react-router": "catalog:", - "@tanstack/router-generator": "^1.164.0", + "@tanstack/router-generator": "^1.166.12", "@tanstack/router-plugin": "catalog:", "@tauri-apps/api": "catalog:", "@tauri-apps/cli": "catalog:", @@ -39,11 +39,11 @@ "clsx": "catalog:", "fast-check": "catalog:", "lucide-react": "catalog:", - "material-icon-theme": "^5.31.0", + "material-icon-theme": "^5.32.0", "monaco-editor": "catalog:", "react": "catalog:", "react-dom": "catalog:", - "recharts": "^3.7.0", + "recharts": "^3.8.0", "tailwindcss": "catalog:", "tailwind-merge": "catalog:", "tw-animate-css": "catalog:",