Skip to content

Commit

Permalink
Bump npm packages to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Sep 21, 2023
1 parent 614c5eb commit 5a8deaf
Show file tree
Hide file tree
Showing 8 changed files with 2,894 additions and 410 deletions.
2,798 changes: 2,644 additions & 154 deletions api/package-lock.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "npx nodemon",
"build": "rimraf ./dist && tsc",
"start": "npm run build && node --experimental-specifier-resolution=node dist/index.js",
"lint": "eslint --ext .ts ."
"lint": "eslint --ext .ts .",
"ncu": "ncu -u"
},
"keywords": [],
"author": "",
Expand All @@ -20,7 +21,7 @@
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.3",
"@types/multer": "^1.4.7",
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"@types/nodemailer": "^6.4.10",
"@types/uuid": "^9.0.4",
"@types/validator": "^13.11.1",
Expand All @@ -45,10 +46,11 @@
"validator": "^13.11.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.14.4",
"ts-node": "^10.9.1"
}
}
93 changes: 46 additions & 47 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@mui/material": "^5.14.10",
"@mui/x-data-grid": "^6.14.0",
"@mui/x-date-pickers": "^6.14.0",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/validator": "^13.11.1",
"axios": "^1.5.0",
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"npm-check-updates": "^16.14.3"
"npm-check-updates": "^16.14.4"
}
}
Loading

0 comments on commit 5a8deaf

Please sign in to comment.