Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed May 2, 2024
1 parent 904e5dc commit 8365c14
Show file tree
Hide file tree
Showing 8 changed files with 314 additions and 313 deletions.
224 changes: 112 additions & 112 deletions api/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.7.3"
"tsx": "^4.8.2"
},
"dependencies": {
"@babel/cli": "^7.24.5",
Expand All @@ -39,8 +39,8 @@
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@types/node": "^20.12.8",
"@types/nodemailer": "^6.4.15",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.11.9",
Expand Down
56 changes: 28 additions & 28 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 @@ -6,13 +6,13 @@
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/x-data-grid": "^7.3.1",
"@mui/x-date-pickers": "^7.3.1",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"@mui/x-data-grid": "^7.3.2",
"@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.7",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-draft-wysiwyg": "^1.13.8",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint-config-airbnb": "^19.0.4",
"npm-check-updates": "^16.14.20",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0"
}
}
56 changes: 28 additions & 28 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/x-data-grid": "^7.3.1",
"@mui/x-date-pickers": "^7.3.1",
"@mui/icons-material": "^5.15.16",
"@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.7",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint-config-airbnb": "^19.0.4",
"npm-check-updates": "^16.14.20",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0"
}
}
Loading

0 comments on commit 8365c14

Please sign in to comment.