Skip to content

Commit a8eb457

Browse files
committed
Bumps node modules
1 parent f974469 commit a8eb457

File tree

3 files changed

+90
-92
lines changed

3 files changed

+90
-92
lines changed

eslint.config.mjs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,11 @@ export default tseslint.config(
6060
'@next/next/no-duplicate-head': 'off',
6161
'@next/next/no-img-element': 'error',
6262
'@next/next/no-page-custom-font': 'off',
63-
'@stylistic/semi': 'error',
64-
'@stylistic/ts/indent': ['error', 2],
65-
'@stylistic/jsx/jsx-indent': ['error', 2],
66-
'comma-dangle': ['error', 'always-multiline'],
67-
'arrow-parens': ['error', 'always'],
68-
semi: ['error', 'always'],
69-
quotes: ['error', 'single'],
63+
// '@stylistic/indent': ['error', 2],
64+
'@stylistic/comma-dangle': ['error', 'always-multiline'],
65+
'@stylistic/arrow-parens': ['error', 'always'],
66+
'@stylistic/semi': ['error', 'always'],
67+
'@stylistic/quotes': ['error', 'single'],
7068
},
7169
},
7270
);

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"next-auth": "^4.24.11",
2727
"react": "^19.1.1",
2828
"react-dom": "^19.1.1",
29-
"web-vitals": "^5.0.3"
29+
"web-vitals": "^5.1.0"
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "^3.3.1",
@@ -52,8 +52,8 @@
5252
"eslint-plugin-react-hooks": "^5.2.0",
5353
"pnpm": "^10.14.0",
5454
"rimraf": "^6.0.1",
55-
"typescript": "^5.8.3",
55+
"typescript": "^5.9.2",
5656
"typescript-eslint": "^8.38.0"
5757
},
58-
"packageManager": "pnpm@10.13.1"
58+
"packageManager": "pnpm@10.14.0"
5959
}

0 commit comments

Comments
 (0)