Skip to content

Commit

Permalink
Update dependencies and fix autocomplete issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 14, 2023
1 parent 8995fa3 commit d98b390
Show file tree
Hide file tree
Showing 11 changed files with 462 additions and 457 deletions.
183 changes: 92 additions & 91 deletions api/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"nodemon": "^3.0.2",
"npm-check-updates": "^16.14.11",
"npm-check-updates": "^16.14.12",
"ts-node": "^10.9.2"
},
"dependencies": {
"@babel/cli": "^7.23.4",
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.6",
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.11",
"@types/node": "^20.10.2",
"@types/node": "^20.10.4",
"@types/nodemailer": "^6.4.14",
"@types/uuid": "^9.0.7",
"@types/validator": "^13.11.7",
Expand All @@ -50,14 +50,14 @@
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"localized-strings": "^0.2.4",
"mongoose": "^8.0.2",
"mongoose": "^8.0.3",
"movinin-helper": "file:../packages/movinin-helper",
"movinin-types": "file:../packages/movinin-types",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"nodemailer": "^6.9.7",
"rimraf": "^5.0.5",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"validator": "^13.11.0"
}
Expand Down
166 changes: 83 additions & 83 deletions backend/package-lock.json

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

Loading

0 comments on commit d98b390

Please sign in to comment.