Skip to content

Commit

Permalink
Merge pull request #17 from /issues/16-update-profile-images
Browse files Browse the repository at this point in the history
Issues/16 update profile images
  • Loading branch information
vixero-dev authored Feb 5, 2024
2 parents 4cb33d9 + 89d79c0 commit 9a5dcaa
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 369 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,37 @@
"@sendgrid/mail": "^8.1.0",
"aos": "3.0.0-beta.6",
"bootstrap": "^5.3.2",
"html-react-parser": "^5.0.11",
"html-react-parser": "^5.1.1",
"next": "14.0.4",
"next-recaptcha-v3": "^1.3.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.3",
"sharp": "^0.33.1"
"react-toastify": "^10.0.4",
"sharp": "^0.33.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@next/eslint-plugin-next": "^14.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/aos": "^3.0.7",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"dotenv": "^16.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.1",
"sass": "^1.69.7",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit 9a5dcaa

Please sign in to comment.