Skip to content

Commit bdbc3ce

Browse files
authored
fix(repo): Explicitly list @clerk/types as deps in nextjs playground (#6794)
1 parent 07e2724 commit bdbc3ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/nextjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"dependencies": {
1414
"@clerk/nextjs": "canary",
1515
"@clerk/themes": "canary",
16+
"@clerk/types": "canary",
1617
"next": "^15",
1718
"react": "^19.1.1",
1819
"react-dom": "^19.1.1"

0 commit comments

Comments
 (0)