Skip to content

Commit 7bb089a

Browse files
committed
chore: updated to Next.js 16 stable
1 parent f6a22c8 commit 7bb089a

File tree

3 files changed

+598
-369
lines changed

3 files changed

+598
-369
lines changed

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"github-slugger": "~2.0.0",
6161
"gray-matter": "~4.0.3",
6262
"mdast-util-to-string": "^4.0.0",
63-
"next": "16.0.0-beta.0",
63+
"next": "16.0.0",
6464
"next-intl": "~4.3.11",
6565
"next-themes": "~0.4.6",
6666
"postcss-calc": "~10.1.1",
@@ -81,7 +81,7 @@
8181
},
8282
"devDependencies": {
8383
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.1",
84-
"@next/eslint-plugin-next": "16.0.0-beta.0",
84+
"@next/eslint-plugin-next": "16.0.0",
8585
"@node-core/remark-lint": "workspace:*",
8686
"@opennextjs/cloudflare": "^1.6.4",
8787
"@playwright/test": "^1.54.1",
@@ -91,7 +91,7 @@
9191
"@types/semver": "~7.7.1",
9292
"babel-plugin-react-compiler": "^1.0.0",
9393
"dedent": "^1.6.0",
94-
"eslint-config-next": "16.0.0-beta.0",
94+
"eslint-config-next": "16.0.0",
9595
"eslint-plugin-mdx": "~3.6.2",
9696
"eslint-plugin-react": "~7.37.5",
9797
"eslint-plugin-react-hooks": "^5.2.0",

apps/site/redirects.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,14 @@
351351
{
352352
"source": "/:locale/download/package-manager/all",
353353
"destination": "/:locale/download/archive/current"
354+
},
355+
{
356+
"source": "/404",
357+
"destination": "/"
358+
},
359+
{
360+
"source": "/500",
361+
"destination": "/"
354362
}
355363
],
356364
"internal": []

0 commit comments

Comments
 (0)