Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 12, 2024
1 parent e8101a3 commit 313aefc
Show file tree
Hide file tree
Showing 8 changed files with 4,105 additions and 457 deletions.
262 changes: 131 additions & 131 deletions api/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"start": "npm run build && node dist/src",
"test": "rimraf coverage && cross-env NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules jest --coverage",
"lint": "eslint --ext .ts .",
"ncu": "ncu -u"
"ncu": "ncu -u -x eslint"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
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.4",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.8",
Expand All @@ -59,14 +59,14 @@
"i18n-js": "^4.4.3",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.0",
"mongoose": "^8.3.1",
"movinin-types": "file:../packages/movinin-types",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"nodemailer": "^6.9.13",
"rimraf": "^5.0.5",
"supertest": "^6.3.4",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"winston": "^3.13.0"
Expand Down
24 changes: 12 additions & 12 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@mui/x-date-pickers": "^7.1.1",
"@types/draftjs-to-html": "^0.8.4",
"@types/html-to-draftjs": "^1.4.3",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/validator": "^13.11.9",
"axios": "^1.6.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 @@ -9,9 +9,9 @@
"@mui/material": "^5.15.15",
"@mui/x-data-grid": "^7.1.1",
"@mui/x-date-pickers": "^7.1.1",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@types/react-google-recaptcha": "^2.1.9",
"@types/validator": "^13.11.9",
"axios": "^1.6.8",
Expand Down
Loading

0 comments on commit 313aefc

Please sign in to comment.