Ignore:
Timestamp:
06/17/24 21:59:14 (12 days ago)
Author:
223021 <daniel.ilievski.2@…>
Branches:
main
Children:
08f82ec
Parents:
b248810
Message:

Added an edit profile page for both job seekers and recruiters, where they can upload profile pictures/company logos and edit their profile data. Added profile page specifically for recruiters. Refactored existing code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jobvista-frontend/package-lock.json

    rb248810 rbefb988  
    3232        "react-scripts": "5.0.1",
    3333        "react-select": "^5.8.0",
     34        "react-toastify": "^10.0.5",
    3435        "redux": "^5.0.1",
    3536        "redux-thunk": "^3.1.0",
     
    1602716028      }
    1602816029    },
     16030    "node_modules/react-toastify": {
     16031      "version": "10.0.5",
     16032      "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz",
     16033      "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==",
     16034      "dependencies": {
     16035        "clsx": "^2.1.0"
     16036      },
     16037      "peerDependencies": {
     16038        "react": ">=18",
     16039        "react-dom": ">=18"
     16040      }
     16041    },
    1602916042    "node_modules/react-transition-group": {
    1603016043      "version": "4.4.5",
Note: See TracChangeset for help on using the changeset viewer.