Skip to content

Commit e90d023

Browse files
jongioCopilot
andcommitted
fix(deps): update dependencies to latest stable versions
Go modules: - azure-dev/cli/azd v1.25.0 -> v1.25.1 - magefile/mage v1.16.0 -> v1.17.2 - mark3labs/mcp-go v0.53.0 -> v0.54.0 - google.golang.org/grpc v1.81.0 -> v1.81.1 (indirect) - charmbracelet/x/exp/slice updated (indirect) Dashboard (cli/dashboard): - lucide-react ^1.14.0 -> ^1.16.0 - @types/node ^25.7.0 -> ^25.8.0 - @vitejs/plugin-react ^6.0.1 -> ^6.0.2 - eslint ^10.3.0 -> ^10.4.0 - vite ^8.0.12 -> ^8.0.13 Website (web): - @astrojs/mdx ^5.0.4 -> ^5.0.6 - astro ^6.3.1 -> ^6.3.3 - @types/node ^25.7.0 -> ^25.8.0 - tsx ^4.21.0 -> ^4.22.1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a6d3299 commit e90d023

6 files changed

Lines changed: 993 additions & 739 deletions

File tree

cli/dashboard/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,31 @@
3232
"ansi-to-html": "^0.7.2",
3333
"class-variance-authority": "^0.7.1",
3434
"clsx": "^2.1.1",
35-
"lucide-react": "^1.14.0",
35+
"lucide-react": "^1.16.0",
3636
"react": "^19.2.6",
3737
"react-dom": "^19.2.6",
3838
"tailwind-merge": "^3.6.0"
3939
},
4040
"devDependencies": {
4141
"@bufbuild/protobuf": "^2.12.0",
4242
"@bufbuild/protoc-gen-es": "^2.12.0",
43-
4443
"@eslint/js": "^10.0.1",
4544
"@playwright/test": "^1.60.0",
4645
"@tailwindcss/vite": "^4.3.0",
4746
"@testing-library/dom": "^10.4.1",
4847
"@testing-library/jest-dom": "^6.9.1",
4948
"@testing-library/react": "^16.3.2",
5049
"@testing-library/user-event": "^14.6.1",
51-
"@types/node": "^25.7.0",
50+
"@types/node": "^25.8.0",
5251
"@types/react": "^19.2.14",
5352
"@types/react-dom": "^19.2.3",
5453
"@typescript-eslint/eslint-plugin": "^8.59.3",
5554
"@typescript-eslint/parser": "^8.59.3",
56-
"@vitejs/plugin-react": "^6.0.1",
55+
"@vitejs/plugin-react": "^6.0.2",
5756
"@vitest/coverage-v8": "^4.1.6",
5857
"@vitest/ui": "^4.1.6",
5958
"autoprefixer": "^10.5.0",
60-
"eslint": "^10.3.0",
59+
"eslint": "^10.4.0",
6160
"eslint-plugin-react-hooks": "^7.1.1",
6261
"eslint-plugin-react-refresh": "^0.5.2",
6362
"globals": "^17.6.0",
@@ -66,7 +65,7 @@
6665
"tailwindcss": "^4.3.0",
6766
"typescript": "^6.0.3",
6867
"typescript-eslint": "^8.59.3",
69-
"vite": "^8.0.12",
68+
"vite": "^8.0.13",
7069
"vitest": "^4.1.6"
7170
}
7271
}

0 commit comments

Comments
 (0)