Skip to content

Commit 2515f85

Browse files
fix: add react-router as peerDependency for react-router
1 parent 94fd702 commit 2515f85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react-router/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"@types/react": "^18.0.0 || ^19.0.0",
6868
"@types/react-dom": "^18.0.0 || ^19.0.0",
6969
"react": "^18.0.0 || ^19.0.0",
70-
"react-dom": "^18.0.0 || ^19.0.0"
70+
"react-dom": "^18.0.0 || ^19.0.0",
71+
"react-router": "^7.0.2"
7172
},
7273
"engines": {
7374
"node": ">=18"

0 commit comments

Comments
 (0)