Skip to content

Commit

Permalink
fix: nextjs not working on ts5
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed May 31, 2024
1 parent 929df5e commit c375129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refine-nextjs/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/node": "^18.16.2",
"@typescript-eslint/parser": "5.48.0",
"@typescript-eslint/parser": "^6.21.0",
"typescript": "^5.4.2",
"cross-env": "^7.0.3",
"eslint": "^8",
Expand Down

0 comments on commit c375129

Please sign in to comment.