Skip to content

Commit e7db63c

Browse files
chore(deps): bump next from 15.3.3 to 16.0.1
Bumps [next](https://github.com/vercel/next.js) from 15.3.3 to 16.0.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.3.3...v16.0.1) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acae7fd commit e7db63c

File tree

6 files changed

+435
-11
lines changed

6 files changed

+435
-11
lines changed

examples/ms-teams-connect-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@knocklabs/react": "0.9.2",
1515
"jsonwebtoken": "^9.0.2",
16-
"next": "15.3.3",
16+
"next": "16.0.1",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0"
1919
},

examples/nextjs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@telegraph/tokens": "^0.1.2",
2727
"@telegraph/typography": "^0.1.25",
2828
"framer-motion": "^12.23.12",
29-
"next": "15.3.3",
29+
"next": "16.0.1",
3030
"next-seo": "^6.8.0",
3131
"react": "^19.0.0",
3232
"react-dom": "^19.0.0",

examples/slack-connect-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@knocklabs/react": "0.9.2",
1515
"jsonwebtoken": "^9.0.2",
16-
"next": "15.3.3",
16+
"next": "16.0.1",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0"
1919
},

examples/slack-kit-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@knocklabs/node": "^1.11.2",
1515
"@knocklabs/react": "0.9.2",
1616
"jsonwebtoken": "^9.0.2",
17-
"next": "15.3.3",
17+
"next": "16.0.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0"
2020
},

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"eslint-plugin-react-hooks": "^5.2.0",
9292
"eslint-plugin-react-refresh": "^0.4.14",
9393
"jsdom": "^27.1.0",
94-
"next": "15.3.3",
94+
"next": "16.0.1",
9595
"react": "^19.0.0",
9696
"react-dom": "^19.0.0",
9797
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)