Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed May 6, 2024
1 parent 86b6740 commit 396ae88
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 44 deletions.
40 changes: 20 additions & 20 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-import": "^2.29.1",
"nodemon": "^3.1.0",
"npm-check-updates": "^16.14.20",
"tsx": "^4.8.2"
"tsx": "^4.9.3"
},
"dependencies": {
"@babel/cli": "^7.24.5",
Expand All @@ -39,7 +39,7 @@
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/nodemailer": "^6.4.15",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.8",
Expand All @@ -60,12 +60,12 @@
"i18n-js": "^4.4.3",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.3",
"mongoose": "^8.3.4",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"nodemailer": "^6.9.13",
"rimraf": "^5.0.5",
"stripe": "^15.4.0",
"stripe": "^15.5.0",
"supertest": "^7.0.0",
"typescript": "^5.4.5",
"uuid": "^9.0.1",
Expand Down
8 changes: 4 additions & 4 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@mui/x-date-pickers": "^7.3.2",
"@types/draftjs-to-html": "^0.8.4",
"@types/html-to-draftjs": "^1.4.3",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-draft-wysiwyg": "^1.13.8",
Expand Down
24 changes: 12 additions & 12 deletions frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@mui/material": "^5.15.16",
"@mui/x-data-grid": "^7.3.2",
"@mui/x-date-pickers": "^7.3.2",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@types/node": "^20.12.8",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
Expand Down

0 comments on commit 396ae88

Please sign in to comment.