Skip to content

Commit c2b332d

Browse files
upgrade: react router to 7 (#12)
1 parent 3ee583a commit c2b332d

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.claude/settings.local.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(bun update:*)",
5+
"Bash(bun run:*)"
6+
],
7+
"deny": [],
8+
"ask": []
9+
}
10+
}

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"react-dom": "^18.3.1",
9191
"react-hook-form": "^7.53.0",
9292
"react-resizable-panels": "^2.1.3",
93-
"react-router-dom": "^6.26.2",
93+
"react-router-dom": "^7.9.1",
9494
"recharts": "^2.12.7",
9595
"sonner": "^1.5.0",
9696
"tailwind-merge": "^2.5.2",

0 commit comments

Comments
 (0)