4.8.7 test (#2058)
* fix: query extension id;App page change type invalid * prettier
Showing
| ... | @@ -17,6 +17,6 @@ | ... | @@ -17,6 +17,6 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/js-yaml": "^4.0.9", | "@types/js-yaml": "^4.0.9", | ||
| "@types/node": "^20.14.2" | "@types/node": "20.14.0" | ||
| } | } | ||
| } | } |
| ... | @@ -7,6 +7,6 @@ | ... | @@ -7,6 +7,6 @@ |
| "devDependencies": { | "devDependencies": { | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| "@fastgpt/service": "workspace:*", | "@fastgpt/service": "workspace:*", | ||
| "@types/node": "^20.14.2" | "@types/node": "20.14.0" | ||
| } | } | ||
| } | } |
This diff is collapsed.
Click to expand it.
| { | { | ||
| "name": "app", | "name": "app", | ||
| "version": "4.8.6", | "version": "4.8.7", | ||
| "private": false, | "private": false, | ||
| "scripts": { | "scripts": { | ||
| "dev": "next dev", | "dev": "next dev", | ||
| ... | @@ -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.2", | "@types/node": "20.14.0", | ||
| "@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", | ||
| ... | ... |
| ... | @@ -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.2", | "@types/node": "20.14.0", | ||
| "@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