Skip to content

Commit 1a74386

Browse files
Bump the nextjs group with 2 updates
Bumps the nextjs group with 2 updates: [next](https://github.com/vercel/next.js) and [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer). Updates `next` from 15.5.6 to 16.0.0 - [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.5.6...v16.0.0) Updates `@next/bundle-analyzer` from 15.5.6 to 16.0.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.0.0/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nextjs - dependency-name: "@next/bundle-analyzer" dependency-version: 16.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: nextjs ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94467e5 commit 1a74386

File tree

3 files changed

+193
-159
lines changed

3 files changed

+193
-159
lines changed

docs/whirlpool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@docusaurus/preset-classic": "^3.9.2",
1414
"@mdx-js/react": "^3.1.0",
1515
"clsx": "^2.1.1",
16-
"next": "^15.5.6",
16+
"next": "^16.0.3",
1717
"prism-react-renderer": "^2.4.1",
1818
"react": "^19.2.0",
1919
"react-dom": "^19.2.0",

examples/ts-sdk/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@solana/kit": "^3.0.3",
1414
"@solana/react": "^3.0.3",
1515
"@wallet-standard/react": "^1.0.1",
16-
"next": "^15.5.6",
16+
"next": "^16.0.3",
1717
"react": "^19.2.0",
1818
"react-dom": "^19.2.0"
1919
},
2020
"devDependencies": {
21-
"@next/bundle-analyzer": "^15.5.6",
21+
"@next/bundle-analyzer": "^16.0.3",
2222
"@types/node": "^24.9.1",
2323
"@types/react": "^19.2.2",
2424
"autoprefixer": "^10.4.0",

0 commit comments

Comments
 (0)