Node.js minimum versions is now 18.18.0.

Updated other dependencies and run linting fixes.
This commit is contained in:
gbuomprisco
2024-10-29 11:07:47 +08:00
parent 81e468adc0
commit f9bd5b3802
6 changed files with 44 additions and 96 deletions

View File

@@ -51,6 +51,7 @@ const config = {
'**/*.config.js',
'**/*.config.cjs',
'**/node_modules',
'database.types.ts',
'.next',
'dist',
'pnpm-lock.yaml',

View File

@@ -15,7 +15,7 @@
"dependencies": {
"@next/eslint-plugin-next": "15.0.1",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/parser": "^8.12.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.2.3",