Skip to content

Commit a56eafe

Browse files
frederikprijcknandan-bhat
authored andcommitted
chore: ensure example use latest version
1 parent d26551b commit a56eafe

File tree

4 files changed

+87
-20
lines changed

4 files changed

+87
-20
lines changed

examples/with-next-intl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@auth0/nextjs-auth0": "4.0.0-beta.2",
12+
"@auth0/nextjs-auth0": "^4.0.0",
1313
"next": "15.0.3",
1414
"next-intl": "^3.25.0",
1515
"react": "19.0.0-rc-66855b96-20241106",

examples/with-next-intl/pnpm-lock.yaml

+18-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/with-shadcn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@auth0/nextjs-auth0": "@auth0/nextjs-auth0@4.0.0-alpha.0",
12+
"@auth0/nextjs-auth0": "^4.0.0",
1313
"@radix-ui/react-avatar": "^1.1.1",
1414
"@radix-ui/react-collapsible": "^1.1.1",
1515
"@radix-ui/react-dialog": "^1.1.2",

examples/with-shadcn/pnpm-lock.yaml

+67-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)