Skip to content

Commit b36c5e1

Browse files
renovate[bot]danez
andauthored
chore(deps): update dependency next to v16.2.3 [security] (#1083)
* chore(deps): update dependency next to v16.2.3 [security] * Switch to turbopack --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <code@tschinder.de>
1 parent 8951c16 commit b36c5e1

File tree

4 files changed

+60
-54
lines changed

4 files changed

+60
-54
lines changed

nx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
"{workspaceRoot}/tsconfig.base.json"
2121
],
2222
"production": ["default"]
23+
},
24+
"analytics": false,
25+
"tui": {
26+
"autoExit": true,
27+
"enabled": false
2328
}
2429
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"node": "^20.9.0 || >=22",
55
"pnpm": ">=10.6.2"
66
},
7+
"type": "module",
78
"scripts": {
89
"build": "nx run-many --target=build --exclude='@react-docgen-internal/*'",
910
"lint": "eslint . --report-unused-disable-directives --max-warnings=0",

packages/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.0.0",
55
"description": "react-docgen website",
66
"scripts": {
7-
"dev": "nx exec -- next dev",
8-
"build": "NODE_ENV=production nx exec -- next build --webpack",
7+
"dev": "nx exec -- next dev --turbopack",
8+
"build": "NODE_ENV=production nx exec -- next build --turbopack",
99
"start": "nx exec -- next start",
1010
"postbuild": "next-sitemap && pagefind --site .next/server/app --output-path public/_pagefind"
1111
},
@@ -21,7 +21,7 @@
2121
"@types/react-dom": "19.2.3",
2222
"@uiw/react-codemirror": "4.25.9",
2323
"clsx": "2.1.1",
24-
"next": "16.1.7",
24+
"next": "16.2.3",
2525
"next-sitemap": "4.2.3",
2626
"next-themes": "0.4.6",
2727
"nextra": "4.6.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)