Skip to content

Commit 23ca528

Browse files
authored
Merge pull request #102 from lambda-curry/codegen-bot/upgrade-react-router-v7-1751770841
Upgrade React Router to v7 and fix version compatibility
2 parents 16ac938 + 93f9a77 commit 23ca528

2 files changed

Lines changed: 731 additions & 806 deletions

File tree

packages/components/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/forms",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -42,6 +42,8 @@
4242
},
4343
"peerDependencies": {
4444
"react": "^19.0.0",
45+
"react-router": "^7.0.0",
46+
"react-router-dom": "^7.0.0",
4547
"remix-hook-form": "7.0.1"
4648
},
4749
"dependencies": {
@@ -72,7 +74,8 @@
7274
"next-themes": "^0.4.4",
7375
"react-day-picker": "^9.7.0",
7476
"react-hook-form": "^7.53.1",
75-
"react-router": "^7.6.1",
77+
"react-router": "^7.6.3",
78+
"react-router-dom": "^7.6.3",
7679
"remix-hook-form": "7.0.1",
7780
"sonner": "^1.7.1",
7881
"tailwind-merge": "^2.5.5",

0 commit comments

Comments
 (0)