Skip to content

Commit

Permalink
Bump date-fns to 4.1.0 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 28, 2025
1 parent 6d8b3fe commit fc3e124
Show file tree
Hide file tree
Showing 10 changed files with 410 additions and 436 deletions.
276 changes: 131 additions & 145 deletions api/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 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 && npm run build && cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --coverage --no-cache",
"lint": "eslint --ext .ts .",
"ncu": "ncu -u -x typescript,eslint,@types/express"
"ncu": "ncu -u -x eslint,@types/express"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -27,9 +27,9 @@
},
"dependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.5",
Expand All @@ -38,7 +38,7 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.7",
"@types/node": "^22.12.0",
"@types/nodemailer": "^6.4.17",
"@types/supertest": "^6.0.2",
"@types/validator": "^13.12.2",
Expand All @@ -63,11 +63,11 @@
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.9",
"nocache": "^4.0.0",
"nodemailer": "^6.9.16",
"nodemailer": "^6.10.0",
"rimraf": "^6.0.1",
"stripe": "^17.5.0",
"stripe": "^17.6.0",
"supertest": "^7.0.0",
"typescript": "^5.4.5",
"typescript": "^5.7.3",
"validator": "^13.12.0",
"winston": "^3.17.0"
}
Expand Down
Loading

0 comments on commit fc3e124

Please sign in to comment.