Skip to content

Commit

Permalink
Move react-router-dom to client/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ambatte committed Feb 20, 2024
1 parent 02991b5 commit 42d4e13
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 94 deletions.
39 changes: 39 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
Expand Down
93 changes: 1 addition & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"mongoose": "^8.1.3",
"react-router-dom": "^6.22.1"
"mongoose": "^8.1.3"
}
}

0 comments on commit 42d4e13

Please sign in to comment.