Skip to content

Commit

Permalink
Merging 5114da0 into trunk-temp/pr-2065/8cd1cdfe-8739-4f20-94be-3bc6e…
Browse files Browse the repository at this point in the history
…d6bd69d
  • Loading branch information
trunk-io[bot] authored Oct 23, 2024
2 parents 9abe502 + 5114da0 commit 077e5fe
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 86 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,9 @@ jobs:
- name: Build
working-directory: examples/nextjs-permit
run: npm run build
env:
# This is the smallest dummy token that passes the Clerk validation
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: pk_test_JA==

nextjs-sensitive-info:
name: Next.js + Sensitive Info
Expand Down
164 changes: 81 additions & 83 deletions examples/nextjs-permit/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/nextjs-permit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@arcjet/ip": "file:../../ip",
"@arcjet/next": "file:../../arcjet-next",
"@clerk/nextjs": "^5.7.5",
"next": "15.0.0",
"@clerk/nextjs": "^6.0.0",
"next": "15.0.1",
"permitio": "^2.6.1",
"react": "^18",
"react-dom": "^18"
Expand All @@ -22,7 +22,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.0",
"eslint-config-next": "15.0.1",
"typescript": "^5"
}
}

0 comments on commit 077e5fe

Please sign in to comment.