Skip to content
Open
Show file tree
Hide file tree
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 examples/ms-teams-connect-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@knocklabs/react": "0.9.4",
"jsonwebtoken": "^9.0.2",
"next": "15.3.3",
"next": "16.0.1",
Copy link

Choose a reason for hiding this comment

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

Bug: Version Mismatch: Align ESLint Config with Next.js

Version mismatch: Next.js was bumped to 16.0.1 but eslint-config-next remains at 15.4.6. The eslint-config-next version should match the major version of Next.js to ensure correct linting rules. This should be updated to "eslint-config-next": "16.0.1" or compatible version.

Fix in Cursor Fix in Web

"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@telegraph/tokens": "^0.1.2",
"@telegraph/typography": "^0.1.25",
"framer-motion": "^12.23.12",
"next": "15.3.3",
"next": "16.0.1",
"next-seo": "^6.8.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/slack-connect-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@knocklabs/react": "0.9.4",
"jsonwebtoken": "^9.0.2",
"next": "15.3.3",
"next": "16.0.1",
Copy link

Choose a reason for hiding this comment

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

Bug: Next.js/Eslint Config Version Mismatch</analysis user haste>

Version mismatch: Next.js was bumped to 16.0.1 but eslint-config-next remains at 15.4.6. The eslint-config-next version should match the major version of Next.js to ensure correct linting rules. This should be updated to "eslint-config-next": "16.0.1" or compatible version.

Fix in Cursor Fix in Web

"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/slack-kit-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@knocklabs/node": "^1.11.2",
"@knocklabs/react": "0.9.4",
"jsonwebtoken": "^9.0.2",
"next": "15.3.3",
"next": "16.0.1",
Copy link

Choose a reason for hiding this comment

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

Bug: Mismatched Next.js and ESLint Config Version Agreement

Version mismatch: Next.js was bumped to 16.0.1 but eslint-config-next remains at 15.4.6. The eslint-config-next version should match the major version of Next.js to ensure correct linting rules. This should be updated to "eslint-config-next": "16.0.1" or compatible version.

Fix in Cursor Fix in Web

"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.14",
"jsdom": "^27.1.0",
"next": "15.3.3",
"next": "16.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
Expand Down
Loading
Loading