Skip to content

Commit 0ea3b76

Browse files
build(deps): bump next from 15.5.6 to 16.0.1 (#7638)
* build(deps): bump next from 15.5.6 to 16.0.1 Bumps [next](https://github.com/vercel/next.js) from 15.5.6 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.5.6...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]> * Update package.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 57e3630 commit 0ea3b76

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"private": true,
66
"scripts": {
7-
"build": "next build",
7+
"build": "next build --webpack",
88
"dev": "next --turbopack",
99
"pagefind": "pagefind --site .next/server/app --output-path out/_pagefind",
1010
"postbuild": "next-sitemap && npm run pagefind",
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@theguild/components": "9.11.1",
1515
"@theguild/remark-mermaid": "0.3.0",
16-
"next": "15.5.6",
16+
"next": "16.0.1",
1717
"next-sitemap": "4.2.3",
1818
"react": "19.2.0",
1919
"react-dom": "19.2.0"

0 commit comments

Comments
 (0)