web: bump Next.js to 14.0 for faster local server startup (#1925)

This commit is contained in:
Bowen Liang
2024-01-09 13:46:02 +08:00
committed by GitHub
parent c32c177e15
commit 126b4c332f
4 changed files with 828 additions and 663 deletions

View File

@@ -23,7 +23,7 @@
"@lexical/react": "^0.12.2",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.2.4",
"@next/mdx": "^14.0.4",
"@sentry/react": "^7.54.0",
"@sentry/utils": "^7.54.0",
"@tailwindcss/line-clamp": "^0.4.4",
@@ -47,7 +47,7 @@
"lodash-es": "^4.17.21",
"mermaid": "10.4.0",
"negotiator": "^0.6.3",
"next": "13.3.1",
"next": "^14.0.4",
"qrcode.react": "^3.1.0",
"qs": "^6.11.1",
"rc-textarea": "^1.5.2",
@@ -99,7 +99,7 @@
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint-config-next": "^13.4.7",
"eslint-config-next": "^14.0.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"miragejs": "^0.1.47",