lock (#2063)
* lock * perf: init data * perf: vision model url * fix: chat index
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": "^4.0.1", | "nanoid": "^4.0.1", | ||
| "next": "14.2.3", | "next": "14.2.5", | ||
| "openai": "4.28.0", | "openai": "4.28.0", | ||
| "openapi-types": "^12.1.3", | "openapi-types": "^12.1.3", | ||
| "timezones-list": "^3.0.2" | "timezones-list": "^3.0.2" | ||
| ... | ... |
| ... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
| "mammoth": "^1.6.0", | "mammoth": "^1.6.0", | ||
| "mongoose": "^7.0.2", | "mongoose": "^7.0.2", | ||
| "multer": "1.4.5-lts.1", | "multer": "1.4.5-lts.1", | ||
| "next": "14.2.3", | "next": "14.2.5", | ||
| "nextjs-cors": "^2.2.0", | "nextjs-cors": "^2.2.0", | ||
| "node-cron": "^3.0.3", | "node-cron": "^3.0.3", | ||
| "node-xlsx": "^0.23.0", | "node-xlsx": "^0.23.0", | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -41,7 +41,7 @@ | ... | @@ -41,7 +41,7 @@ |
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "mermaid": "^10.2.3", | "mermaid": "^10.2.3", | ||
| "nanoid": "^4.0.1", | "nanoid": "^4.0.1", | ||
| "next": "14.2.3", | "next": "14.2.5", | ||
| "json5": "^2.2.3", | "json5": "^2.2.3", | ||
| "nextjs-node-loader": "^1.1.5", | "nextjs-node-loader": "^1.1.5", | ||
| "nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
| ... | @@ -71,7 +71,7 @@ | ... | @@ -71,7 +71,7 @@ |
| "@types/js-yaml": "^4.0.9", | "@types/js-yaml": "^4.0.9", | ||
| "@types/jsonwebtoken": "^9.0.3", | "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "^4.14.191", | ||
| "@types/node": "20.14.0", | "@types/node": "^20.14.2", | ||
| "@types/react": "18.3.1", | "@types/react": "18.3.1", | ||
| "@types/react-dom": "18.3.0", | "@types/react-dom": "18.3.0", | ||
| "@types/react-syntax-highlighter": "^15.5.6", | "@types/react-syntax-highlighter": "^15.5.6", | ||
| ... | @@ -81,4 +81,4 @@ | ... | @@ -81,4 +81,4 @@ |
| "nextjs-node-loader": "^1.1.5", | "nextjs-node-loader": "^1.1.5", | ||
| "typescript": "^5.1.3" | "typescript": "^5.1.3" | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
| ... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
| "@nestjs/schematics": "^10.0.0", | "@nestjs/schematics": "^10.0.0", | ||
| "@nestjs/testing": "^10.0.0", | "@nestjs/testing": "^10.0.0", | ||
| "@types/jest": "^29.5.2", | "@types/jest": "^29.5.2", | ||
| "@types/node": "20.14.0", | "@types/node": "^20.14.2", | ||
| "@types/supertest": "^6.0.0", | "@types/supertest": "^6.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^6.0.0", | "@typescript-eslint/eslint-plugin": "^6.0.0", | ||
| "@typescript-eslint/parser": "^6.0.0", | "@typescript-eslint/parser": "^6.0.0", | ||
| ... | ... |
Please
register
or
sign in
to comment