Skip to content

Commit 13185e4

Browse files
committed
fix(deps): bump @vitejs/plugin-react, lucide-react, and jsdom in /apps/web
- @vitejs/plugin-react: ^5.1.3 -> ^5.2.0 (PR #495) - lucide-react: ^0.563.0 -> ^1.24.0 (PR #493) - jsdom: ^28.0.0 -> ^29.1.1 (PR #496) - All verified: tests pass (32/32 web, 644/644 backend), typecheck clean, build clean, lint clean
1 parent 518cf14 commit 13185e4

2 files changed

Lines changed: 129 additions & 163 deletions

File tree

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.1.1",
3333
"date-fns": "^4.1.0",
34-
"lucide-react": "^0.563.0",
34+
"lucide-react": "^1.24.0",
3535
"next-themes": "^0.4.6",
3636
"react": "^19.2.5",
3737
"react-day-picker": "^9.14.0",
@@ -50,9 +50,9 @@
5050
"@testing-library/user-event": "^14.6.1",
5151
"@types/react": "^19.2.14",
5252
"@types/react-dom": "^19.2.3",
53-
"@vitejs/plugin-react": "^5.1.3",
53+
"@vitejs/plugin-react": "^5.2.0",
5454
"@vitest/coverage-v8": "catalog:",
55-
"jsdom": "^28.0.0",
55+
"jsdom": "^29.1.1",
5656
"msw": "^2.12.10",
5757
"typescript": "catalog:",
5858
"vite": "^7.3.1",

0 commit comments

Comments
 (0)