diff --git a/package.json b/package.json index 23d6cef..e544c46 100644 --- a/package.json +++ b/package.json @@ -4,27 +4,27 @@ "version": "0.1.0", "private": true, "dependencies": { - "@reduxjs/toolkit": "^1.7.1", - "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^12.0.0", - "@testing-library/user-event": "^13.2.1", - "axios": "^0.25.0", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-feather": "^2.0.9", - "react-redux": "^7.2.6", - "react-scripts": "5.0.0", - "typescript": "^4.4.2", - "web-vitals": "^2.1.0" + "@reduxjs/toolkit": "^1.8.6", + "@testing-library/jest-dom": "^5.16.5", + "@testing-library/react": "^13.4.0", + "@testing-library/user-event": "^14.4.3", + "axios": "^1.1.3", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-feather": "^2.0.10", + "react-redux": "^8.0.4", + "react-scripts": "^5.0.1", + "typescript": "^4.8.4", + "web-vitals": "^3.0.3" }, "devDependencies": { - "@types/jest": "^27.0.1", - "@types/node": "^16.7.13", - "@types/react": "^17.0.20", - "@types/react-dom": "^17.0.9", - "@types/react-redux": "^7.1.22", - "gh-pages": "^3.2.3", - "sass": "^1.49.0" + "@types/jest": "^29.1.2", + "@types/node": "^18.11.0", + "@types/react": "^18.0.21", + "@types/react-dom": "^18.0.6", + "@types/react-redux": "^7.1.24", + "gh-pages": "^4.0.0", + "sass": "^1.55.0" }, "scripts": { "start": "react-scripts start",