Skip to content

Commit 2612dee

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] <support@github.com>
1 parent 903fbe8 commit 2612dee

File tree

6 files changed

+469
-11
lines changed

6 files changed

+469
-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.4",
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.4",
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.4",
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
@@ -102,7 +102,7 @@
102102
"eslint-plugin-react-hooks": "^5.2.0",
103103
"eslint-plugin-react-refresh": "^0.4.14",
104104
"jsdom": "^27.1.0",
105-
"next": "15.3.3",
105+
"next": "16.0.1",
106106
"react": "^19.0.0",
107107
"react-dom": "^19.0.0",
108108
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)