Node.js minimum versions is now 18.18.0.
Updated other dependencies and run linting fixes.
This commit is contained in:
@@ -51,6 +51,7 @@ const config = {
|
||||
'**/*.config.js',
|
||||
'**/*.config.cjs',
|
||||
'**/node_modules',
|
||||
'database.types.ts',
|
||||
'.next',
|
||||
'dist',
|
||||
'pnpm-lock.yaml',
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user