add model test log (#4272)
* sync collection * remove lock * add model test log * update ui * update log * fix: channel test * preview chunk ui * test model ux * test model log * perf: dataset selector * fix: system plugin auth * update nextjs
Showing
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| "js-yaml": "^4.1.0", | "js-yaml": "^4.1.0", | ||
| "jschardet": "3.1.1", | "jschardet": "3.1.1", | ||
| "nanoid": "^5.1.3", | "nanoid": "^5.1.3", | ||
| "next": "14.2.24", | "next": "14.2.25", | ||
| "openai": "4.61.0", | "openai": "4.61.0", | ||
| "openapi-types": "^12.1.3", | "openapi-types": "^12.1.3", | ||
| "json5": "^2.2.3", | "json5": "^2.2.3", | ||
| ... | ... |
| ... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
| "mammoth": "^1.6.0", | "mammoth": "^1.6.0", | ||
| "mongoose": "^8.10.1", | "mongoose": "^8.10.1", | ||
| "multer": "1.4.5-lts.1", | "multer": "1.4.5-lts.1", | ||
| "next": "14.2.24", | "next": "14.2.25", | ||
| "nextjs-cors": "^2.2.0", | "nextjs-cors": "^2.2.0", | ||
| "node-cron": "^3.0.3", | "node-cron": "^3.0.3", | ||
| "node-xlsx": "^0.24.0", | "node-xlsx": "^0.24.0", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "mermaid": "^10.2.3", | "mermaid": "^10.2.3", | ||
| "nanoid": "^5.1.3", | "nanoid": "^5.1.3", | ||
| "next": "14.2.24", | "next": "14.2.25", | ||
| "next-i18next": "15.4.2", | "next-i18next": "15.4.2", | ||
| "nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
| "qrcode": "^1.5.4", | "qrcode": "^1.5.4", | ||
| ... | ... |
Please
register
or
sign in
to comment