Skip to content

Commit

Permalink
fix the wrong eslint version being used in examples/create-next-app (#55
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dario-piotrowicz authored Oct 3, 2024
1 parent acc0c5e commit 5105d31
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 181 deletions.
4 changes: 2 additions & 2 deletions examples/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"eslint": "catalog:",
"eslint-config-next": "catalog:",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "catalog:",
Expand Down
Loading

0 comments on commit 5105d31

Please sign in to comment.