layout changes and redux persist changes
Showing
... | ... | @@ -4,7 +4,6 @@ |
"private": true, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^2.2.1", | ||
"@tailwindcss/ui": "^0.7.2", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
... | ... | @@ -20,7 +19,7 @@ |
"react-redux": "^9.1.0", | ||
"react-router-dom": "^6.22.3", | ||
"react-scripts": "5.0.1", | ||
"react-tailwindcss-datepicker": "^1.6.6", | ||
"redux-persist": "^6.0.0", | ||
"redux-thunk": "^3.1.0", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
... | ... |
Please register or sign in to comment