Skip to content

Commit d156f40

Browse files
chore(deps): bump next from 15.5.4 to 16.0.1 (#1065)
* chore(deps): bump next from 15.5.4 to 16.0.1 Bumps [next](https://github.com/vercel/next.js) from 15.5.4 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.4...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]> * fix: use --webpack --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ken Matsui <[email protected]>
1 parent ca1f470 commit d156f40

File tree

3 files changed

+220
-195
lines changed

3 files changed

+220
-195
lines changed

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
import "./.next/types/routes.d.ts";
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"dev": "next dev",
1111
"prebuild": "yarn generate",
12-
"build": "next build",
12+
"build": "next build --webpack",
1313
"postbuild": "next-sitemap",
1414
"start": "next start",
1515
"lint": "biome check .",
@@ -27,7 +27,7 @@
2727
"@vercel/speed-insights": "^1.2.0",
2828
"framer-motion": "12.23.24",
2929
"graphql": "^16.12.0",
30-
"next": "^15.5.4",
30+
"next": "^16.0.3",
3131
"next-themes": "^0.4.6",
3232
"react": "19.2.0",
3333
"react-dom": "19.2.0",

0 commit comments

Comments
 (0)