Skip to content

Commit 0ef92cf

Browse files
authored
fix(repo): Update TypeScript to v5 for Next.js 15 compatibility in playground (#6591)
1 parent 8b21966 commit 0ef92cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playground/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@types/node": "18.8.3",
2222
"@types/react": "19.1.10",
2323
"@types/react-dom": "19.1.7",
24-
"eslint": "8.24.0",
25-
"eslint-config-next": "12.3.1",
26-
"typescript": "4.8.4"
24+
"eslint": "9.31.0",
25+
"eslint-config-next": "15.5.0",
26+
"typescript": "5.8.3"
2727
}
2828
}

0 commit comments

Comments
 (0)