Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lucide-react": "^0.454.0",
"mermaid": "^11.12.0",
"next": "^15.5.9",
"next-i18next": "^15.4.2",
"next-i18next": "^16.0.7",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

next-i18next 从 v15 升级到 v16 是 major version bump。next-i18next v16 可能修改了翻译文件的加载方式、getStaticProps/getServerSideProps 中的 i18n 配置接口,或 useTranslation hook 的行为。项目大量使用 i18n(多语言支持),建议在合并前完整测试所有语言版本的页面渲染是否正常。

"next-themes": "^0.4.4",
"papaparse": "^5.5.3",
"pdfjs-dist": "5.3.93",
Expand Down
Loading