Skip to content

Commit 5105d31

Browse files
fix the wrong eslint version being used in examples/create-next-app (#55)
1 parent acc0c5e commit 5105d31

File tree

3 files changed

+293
-181
lines changed

3 files changed

+293
-181
lines changed

examples/create-next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/node": "catalog:",
2424
"@types/react": "catalog:",
2525
"@types/react-dom": "catalog:",
26-
"eslint": "catalog:",
27-
"eslint-config-next": "catalog:",
26+
"eslint": "^8",
27+
"eslint-config-next": "14.2.14",
2828
"postcss": "^8",
2929
"tailwindcss": "^3.4.1",
3030
"typescript": "catalog:",

0 commit comments

Comments
 (0)