fix(docs-ui): update @next/mdx and eslint-config-next to v16.1.7

Align remaining Next.js ecosystem packages with the next v16.1.7
upgrade from #33402.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-03-20 17:38:03 +01:00
parent 2d38b6787d
commit 183c84f672
2 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
"@lezer/highlight": "^1.2.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "16.1.6",
"@next/mdx": "16.1.7",
"@remixicon/react": "^4.6.0",
"@uiw/codemirror-themes": "^4.23.7",
"@uiw/react-codemirror": "^4.23.7",
@@ -43,7 +43,7 @@
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"eslint-config-next": "16.1.7",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"typescript": "^5",