Skip to content

Commit

Permalink
Update eslint related packages to the later version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharala-Perumal committed Jan 16, 2025
1 parent d30f4f7 commit 1caf856
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions express-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"zod": "3.24.0"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@eslint/js": "9.18.0",
"@faker-js/faker": "9.3.0",
"@types/compression": "1.7.4",
"@types/cookie-parser": "1.4.5",
Expand All @@ -61,8 +61,8 @@
"@types/swagger-jsdoc": "6.0.4",
"@types/swagger-ui-express": "4.1.6",
"cross-env": "7.0.3",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"nodemon": "3.1.0",
Expand All @@ -71,6 +71,6 @@
"ts-jest": "29.2.0",
"tsc-alias": "1.8.8",
"typescript": "5.7.2",
"typescript-eslint": "8.19.1"
"typescript-eslint": "8.20.0"
}
}

0 comments on commit 1caf856

Please sign in to comment.