diff --git a/package.json b/package.json index 5926038..e890dec 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,15 @@ "version": "0.1.0", "private": true, "dependencies": { - "@material-ui/core": "^4.11.2", - "@material-ui/icons": "^4.11.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", - "axios": "^0.21.1", - "react": "^17.0.1", - "react-dom": "^17.0.1", - "react-scripts": "4.0.1", - "react-tinder-card": "^1.3.1", - "web-vitals": "^0.2.4" + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-router-dom": "^5.2.0", + "react-scripts": "4.0.3", + "react-tinder-card": "^1.4.0", + "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start",