Skip to content

Commit c57f9b2

Browse files
fix(deps): update dependency next to v16 (#2737)
* fix(deps): update dependency next to v16 * Modify build script to include webpack fallback --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent 0444c71 commit c57f9b2

File tree

2 files changed

+61
-60
lines changed

2 files changed

+61
-60
lines changed

pnpm-lock.yaml

Lines changed: 59 additions & 58 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
@@ -6,14 +6,14 @@
66
"license": "MIT",
77
"private": true,
88
"scripts": {
9-
"build": "next build && next-sitemap --config next-sitemap.config.cjs",
9+
"build": "next build || next build --webpack && next-sitemap --config next-sitemap.config.cjs",
1010
"dev": "next",
1111
"start": "next start"
1212
},
1313
"dependencies": {
1414
"@theguild/components": "7.6.5",
1515
"date-fns": "4.1.0",
16-
"next": "15.5.9",
16+
"next": "16.1.1",
1717
"next-sitemap": "4.2.3",
1818
"nextra": "3.0.0-alpha.22",
1919
"react": "18.3.1",

0 commit comments

Comments
 (0)