4.8.5 test (#1805)
* perf: revert tip * feat: create copy app * perf: file stream read * perf: read directory over 100 files * perf: index * fix: team chat api error * lock * fix: i18n file
Showing
| ... | ... | @@ -21,12 +21,6 @@ |
| "react-i18next": "13.5.0", | ||
| "zhlint": "^0.7.1" | ||
| }, | ||
| "resolutions": { | ||
| "react": "18.3.1", | ||
| "react-dom": "18.3.1", | ||
| "@types/react": "18.3.0", | ||
| "@types/react-dom": "18.3.0" | ||
| }, | ||
| "lint-staged": { | ||
| "./**/**/*.{ts,tsx,scss}": "npm run format-code", | ||
| "./docSite/**/**/*.md": "npm run format-doc" | ||
| ... | ... |
| ... | ... | @@ -17,6 +17,6 @@ |
| }, | ||
| "devDependencies": { | ||
| "@types/js-yaml": "^4.0.9", | ||
| "@types/node": "^20.8.5" | ||
| "@types/node": "^20.14.2" | ||
| } | ||
| } |
| ... | ... | @@ -3,7 +3,7 @@ |
| "version": "1.0.0", | ||
| "dependencies": {}, | ||
| "devDependencies": { | ||
| "@types/node": "^20.8.5", | ||
| "@types/node": "^20.14.2", | ||
| "@fastgpt/global": "workspace:*", | ||
| "@fastgpt/service": "workspace:*" | ||
| } | ||
| ... | ... |
| ... | ... | @@ -15,12 +15,12 @@ |
| "decompress": "^4.2.1", | ||
| "domino-ext": "^2.1.4", | ||
| "encoding": "^0.1.13", | ||
| "lodash": "^4.17.21", | ||
| "file-type": "^19.0.0", | ||
| "iconv-lite": "^0.6.3", | ||
| "joplin-turndown-plugin-gfm": "^1.0.12", | ||
| "json5": "^2.2.3", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^4.17.21", | ||
| "mammoth": "^1.6.0", | ||
| "mongoose": "^7.0.2", | ||
| "multer": "1.4.5-lts.1", | ||
| ... | ... | @@ -39,10 +39,10 @@ |
| "@types/cookie": "^0.5.2", | ||
| "@types/decompress": "^4.2.7", | ||
| "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/multer": "^1.4.10", | ||
| "@types/node-cron": "^3.0.11", | ||
| "@types/papaparse": "5.3.7", | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/pg": "^8.6.6", | ||
| "@types/tunnel": "^0.0.4", | ||
| "@types/turndown": "^5.0.4" | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | ||
| "name": "app", | ||
| "version": "4.8.4", | ||
| "version": "4.8.5", | ||
| "private": false, | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| ... | ... | @@ -71,12 +71,12 @@ |
| "@types/js-yaml": "^4.0.9", | ||
| "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/node": "^20.8.5", | ||
| "@types/node": "^20.14.2", | ||
| "@types/react": "18.3.0", | ||
| "@types/react-dom": "18.3.0", | ||
| "@types/react-syntax-highlighter": "^15.5.6", | ||
| "@types/request-ip": "^0.0.37", | ||
| "eslint": "8.34.0", | ||
| "eslint": "8.56.0", | ||
| "eslint-config-next": "14.2.3", | ||
| "nextjs-node-loader": "^1.1.5", | ||
| "typescript": "4.9.5" | ||
| ... | ... |
projects/app/src/pages/api/core/app/copy.ts
0 → 100644
| ... | ... | @@ -35,7 +35,7 @@ |
| "@nestjs/schematics": "^10.0.0", | ||
| "@nestjs/testing": "^10.0.0", | ||
| "@types/jest": "^29.5.2", | ||
| "@types/node": "^20.3.1", | ||
| "@types/node": "^20.14.2", | ||
| "@types/supertest": "^6.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^6.0.0", | ||
| "@typescript-eslint/parser": "^6.0.0", | ||
| ... | ... |
Please
register
or
sign in
to comment