Skip to content

Commit 2f2f01c

Browse files
authored
build: update eslint-next-config to avoid npm install errors (#781)
1 parent 419155a commit 2f2f01c

File tree

2 files changed

+1516
-1431
lines changed

2 files changed

+1516
-1431
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"date-fns-tz": "^3.2.0",
3434
"feed": "^5.1.0",
3535
"framer-motion": "^11.9.0",
36+
"glob": "^11.0.3",
3637
"gray-matter": "^4.0.3",
3738
"isomorphic-dompurify": "^2.16.0",
3839
"next": "^14.2.30",
@@ -47,8 +48,8 @@
4748
},
4849
"devDependencies": {
4950
"@types/react": "^18.3.11",
50-
"eslint": "^9.12.0",
51-
"eslint-config-next": "14.2.14",
51+
"eslint": "^9.25.1",
52+
"eslint-config-next": "15.3.3",
5253
"playwright": "^1.47.2",
5354
"typescript": ">=5.9.2",
5455
"webpack": "^5.101.0"

0 commit comments

Comments
 (0)