Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 2, 2023
1 parent 5dcd152 commit f8f2822
Show file tree
Hide file tree
Showing 8 changed files with 705 additions and 658 deletions.
376 changes: 201 additions & 175 deletions api/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"dependencies": {
"@babel/cli": "^7.23.0",
"@babel/preset-env": "^7.23.2",
"@types/bcrypt": "^5.0.0",
"@types/compression": "^1.7.3",
"@types/cookie-parser": "^1.4.4",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.19",
"@types/jsonwebtoken": "^9.0.3",
"@types/multer": "^1.4.8",
"@types/node": "^20.8.6",
"@types/nodemailer": "^6.4.11",
"@types/uuid": "^9.0.5",
"@types/validator": "^13.11.3",
"@types/bcrypt": "^5.0.1",
"@types/compression": "^1.7.4",
"@types/cookie-parser": "^1.4.5",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/jsonwebtoken": "^9.0.4",
"@types/multer": "^1.4.9",
"@types/node": "^20.8.10",
"@types/nodemailer": "^6.4.13",
"@types/uuid": "^9.0.6",
"@types/validator": "^13.11.5",
"babel-plugin-add-import-extension": "^1.6.0",
"bcrypt": "^5.1.1",
"bookcars-types": "file:../packages/bookcars-types",
Expand All @@ -41,21 +41,21 @@
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.2",
"localized-strings": "^0.2.4",
"mongoose": "^7.6.2",
"mongoose": "^8.0.0",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"nodemailer": "^6.9.6",
"nodemailer": "^6.9.7",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"uuid": "^9.0.1",
"validator": "^13.11.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.14.6",
"ts-node": "^10.9.1"
Expand Down
250 changes: 125 additions & 125 deletions backend/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.14.13",
"@mui/x-data-grid": "^6.16.2",
"@mui/x-date-pickers": "^6.16.2",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/validator": "^13.11.3",
"axios": "^1.5.1",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@mui/x-data-grid": "^6.17.0",
"@mui/x-date-pickers": "^6.17.0",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/validator": "^13.11.5",
"axios": "^1.6.0",
"bookcars-helper": "file:../packages/bookcars-helper",
"bookcars-types": "file:../packages/bookcars-types",
"date-fns": "^2.30.0",
"disable-react-devtools": "file:../packages/disable-react-devtools",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-localization": "^1.0.19",
"react-router-dom": "^6.16.0",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
"typescript": "^4.9.5",
Expand Down
Loading

0 comments on commit f8f2822

Please sign in to comment.