Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/sdks/nextjs-sdk/examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"@descope/nextjs-sdk": "workspace:*",
"next": "14.2.32",
"next": "14.2.35",
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pnpm-lock.yaml file should be updated to reflect this dependency change. According to the lint-staged configuration in the root package.json, running pnpm i should update the lock file automatically. Please ensure the lock file is included in this PR to maintain dependency consistency across the monorepo.

Copilot uses AI. Check for mistakes.
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Loading