Skip to content

Commit 682592f

Browse files
committed
move react-router-dom out of dependencies
1 parent 8ef69fa commit 682592f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/sdk/packages/shared/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
"@xyo-network/boundwitness-model": "~5.1.6",
5858
"@xyo-network/boundwitness-validator": "~5.1.6",
5959
"@xyo-network/payload-builder": "~5.1.6",
60-
"@xyo-network/payload-model": "~5.1.6",
61-
"react-router-dom": "^7.9.4"
60+
"@xyo-network/payload-model": "~5.1.6"
6261
},
6362
"devDependencies": {
6463
"@mui/icons-material": "~7.3.4",
@@ -73,6 +72,7 @@
7372
"@xylabs/tsconfig-react": "~7.1.8",
7473
"react": "~19.2.0",
7574
"react-dom": "~19.2.0",
75+
"react-router-dom": "^7.9.4",
7676
"storybook": "~9.1.10",
7777
"typescript": "~5.9.3",
7878
"vite": "~7.1.9"
@@ -81,10 +81,11 @@
8181
"@mui/icons-material": ">=6 <8",
8282
"@mui/material": ">=6 <8",
8383
"react": "~19",
84-
"react-dom": "~19"
84+
"react-dom": "~19",
85+
"react-router-dom": "^7"
8586
},
8687
"publishConfig": {
8788
"access": "public"
8889
},
8990
"docs": "dist/docs.json"
90-
}
91+
}

0 commit comments

Comments
 (0)