Skip to content

Commit

Permalink
chore: ensure example use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored and nandan-bhat committed Feb 11, 2025
1 parent d26551b commit a56eafe
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/with-next-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "4.0.0-beta.2",
"@auth0/nextjs-auth0": "^4.0.0",
"next": "15.0.3",
"next-intl": "^3.25.0",
"react": "19.0.0-rc-66855b96-20241106",
Expand Down
34 changes: 18 additions & 16 deletions examples/with-next-intl/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/with-shadcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "@auth0/nextjs-auth0@4.0.0-alpha.0",
"@auth0/nextjs-auth0": "^4.0.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
Expand Down
69 changes: 67 additions & 2 deletions examples/with-shadcn/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a56eafe

Please sign in to comment.