Skip to content

Commit

Permalink
docs(tutorial): pin react-router-dom version to v6 (#6532)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir authored Nov 28, 2024
1 parent 9cf5b7e commit 50ee9ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const AddRouterProviderToApp = () => {
export const dependencies = {
...initialDependencies,
"@refinedev/react-router-v6": "latest",
"react-router-dom": "latest",
"react-router-dom": "^6.8.1",
};

export const finalFiles = {
Expand Down

0 comments on commit 50ee9ea

Please sign in to comment.