Skip to content

Commit

Permalink
Update depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Feb 2, 2025
1 parent 9c311bf commit 9c5eb01
Show file tree
Hide file tree
Showing 12 changed files with 313 additions and 313 deletions.
16 changes: 8 additions & 8 deletions api/package-lock.json

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

4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/multer": "^1.4.12",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@types/nodemailer": "^6.4.17",
"@types/supertest": "^6.0.2",
"@types/validator": "^13.12.2",
Expand All @@ -50,7 +50,7 @@
"i18n-js": "^4.5.1",
"jest": "^29.7.0",
"jose": "^5.9.6",
"mongoose": "^8.9.5",
"mongoose": "^8.9.6",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.9",
"nocache": "^4.0.0",
Expand Down
114 changes: 57 additions & 57 deletions backend/package-lock.json

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

12 changes: 6 additions & 6 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@mui/x-data-grid": "^7.24.1",
"@mui/x-date-pickers": "^7.24.1",
"@types/node": "^22.12.0",
"@mui/icons-material": "^6.4.2",
"@mui/material": "^6.4.2",
"@mui/x-data-grid": "^7.25.0",
"@mui/x-date-pickers": "^7.25.0",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/validator": "^13.12.2",
Expand All @@ -39,7 +39,7 @@
"localized-strings": "^2.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.3",
"react-router-dom": "^7.1.5",
"react-toastify": "^11.0.3",
"rrule": "^2.8.1",
"typescript": "^5.7.3",
Expand Down
Loading

0 comments on commit 9c5eb01

Please sign in to comment.