Skip to content

Commit

Permalink
Add AUD currency to mobile app ; update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 19, 2025
1 parent 47e6297 commit f4786d5
Show file tree
Hide file tree
Showing 12 changed files with 1,123 additions and 997 deletions.
163 changes: 84 additions & 79 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"nodemon": "^3.1.9",
"npm-check-updates": "^17.1.13",
"npm-check-updates": "^17.1.14",
"tsx": "^4.19.2"
},
"dependencies": {
Expand All @@ -38,7 +38,7 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@types/nodemailer": "^6.4.17",
"@types/supertest": "^6.0.2",
"@types/validator": "^13.12.2",
Expand All @@ -59,7 +59,7 @@
"i18n-js": "^4.5.1",
"jest": "^29.7.0",
"jose": "^5.9.6",
"mongoose": "^8.9.3",
"mongoose": "^8.9.5",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.9",
"nocache": "^4.0.0",
Expand Down
Loading

0 comments on commit f4786d5

Please sign in to comment.