Skip to content

Commit

Permalink
chore(repo): Use valid deps in playground/nextjs (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Nov 6, 2023
1 parent 4edb776 commit 939a769
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"yalc:add": "yalc add -- @clerk/shared @clerk/types @clerk/backend @clerk/clerk-react @clerk/clerk-sdk-node @clerk/nextjs"
},
"dependencies": {
"@clerk/backend": "file:.yalc/@clerk/backend",
"@clerk/clerk-react": "file:.yalc/@clerk/clerk-react",
"@clerk/clerk-sdk-node": "file:.yalc/@clerk/clerk-sdk-node",
"@clerk/nextjs": "file:.yalc/@clerk/nextjs",
"@clerk/shared": "file:.yalc/@clerk/shared",
"@clerk/types": "file:.yalc/@clerk/types",
"@clerk/backend": "latest",
"@clerk/clerk-react": "latest",
"@clerk/clerk-sdk-node": "latest",
"@clerk/nextjs": "latest",
"@clerk/shared": "latest",
"@clerk/types": "latest",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 939a769

Please sign in to comment.