Skip to content

Commit 2399a87

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 4b03cf0 commit 2399a87

3 files changed

Lines changed: 3170 additions & 247 deletions

File tree

packages/react-router/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"vitest": "3.1.3"
6060
},
6161
"peerDependencies": {
62+
"@asgardeo/react": ">=0.1.0",
6263
"react": ">=19.1.4",
6364
"react-router": ">=6.30.1"
6465
},

packages/tanstack-router/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@
6060
"vitest": "3.1.3"
6161
},
6262
"peerDependencies": {
63-
"react": ">=19.1.4",
64-
"@tanstack/react-router": ">=1.134.4"
63+
"@asgardeo/react": ">=0.1.0",
64+
"@tanstack/react-router": ">=1.134.4",
65+
"react": ">=19.1.4"
6566
},
6667
"dependencies": {
6768
"tslib": "2.8.1"
6869
},
6970
"publishConfig": {
7071
"access": "public"
7172
}
72-
}
73+
}

0 commit comments

Comments
 (0)