Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 4, 2025
1 parent 169f8b0 commit 0766584
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 105 deletions.
8 changes: 4 additions & 4 deletions api/package-lock.json

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

2 changes: 1 addition & 1 deletion 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.10.2",
"@types/node": "^22.10.5",
"@types/nodemailer": "^6.4.17",
"@types/supertest": "^6.0.2",
"@types/validator": "^13.12.2",
Expand Down
92 changes: 46 additions & 46 deletions backend/package-lock.json

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

8 changes: 4 additions & 4 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.3.0",
"@mui/material": "^6.3.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/x-data-grid": "^7.23.5",
"@mui/x-date-pickers": "^7.23.3",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/validator": "^13.12.2",
Expand All @@ -43,7 +43,7 @@
"react-toastify": "^11.0.2",
"typescript": "^5.2.2",
"validator": "^13.12.0",
"vite": "^6.0.6"
"vite": "^6.0.7"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
Expand Down
Loading

0 comments on commit 0766584

Please sign in to comment.