Skip to content

Commit 0287fca

Browse files
committed
fix(frontend): remove obsolete @types/react-router-dom
react-router-dom@7 ships its own TypeScript types (./dist/index.d.ts), making @types/react-router-dom (v5-era) obsolete and a potential source of type conflicts. Codebase doesn't use any v5-only types (RouteComponentProps, withRouter, etc.). Frontend build verified. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a4833ab commit 0287fca

2 files changed

Lines changed: 0 additions & 29 deletions

File tree

src/frontend/package-lock.json

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"@radix-ui/react-icons": "^1.3.2",
2121
"@reduxjs/toolkit": "^2.11.2",
2222
"@tailwindcss/vite": "^4.2.4",
23-
"@types/react-router-dom": "^5.3.3",
2423
"autoprefixer": "^10.5.0",
2524
"axios": "^1.15.2",
2625
"class-variance-authority": "^0.7.1",

0 commit comments

Comments
 (0)