fix: fix error

This commit is contained in:
2025-01-03 21:33:01 +08:00
parent edde6181f7
commit a97bb5f732
8 changed files with 468 additions and 104 deletions

View File

@@ -35,19 +35,19 @@
"@kevisual/ai-graph": "workspace:^",
"@kevisual/ai-lang": "workspace:^",
"@kevisual/auth": "1.0.5",
"@kevisual/local-app-manager": "0.1.6-alpha.3",
"@kevisual/router": "^0.0.6-alpha-3",
"@kevisual/local-app-manager": "0.1.6-alpha.5",
"@kevisual/router": "^0.0.6-alpha-5",
"@types/semver": "^7.5.8",
"archiver": "^7.0.1",
"bullmq": "^5.34.0",
"bullmq": "^5.34.6",
"dayjs": "^1.11.13",
"dts-bundle-generator": "^9.5.1",
"formidable": "^3.5.2",
"ioredis": "^5.4.1",
"ioredis": "^5.4.2",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"minio": "^8.0.2",
"minio": "^8.0.3",
"nanoid": "^5.0.9",
"neo4j-driver": "^5.27.0",
"neode": "^0.4.9",
@@ -68,26 +68,26 @@
"devDependencies": {
"@kevisual/use-config": "^1.0.7",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@types/archiver": "^6.0.3",
"@types/crypto-js": "^4.2.2",
"@types/formidable": "^3.4.5",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/uuid": "^10.0.0",
"concurrently": "^9.1.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"pm2": "^5.4.3",
"pm2-dev": "^5.4.1",
"rimraf": "^6.0.1",
"rollup": "^4.28.1",
"rollup": "^4.29.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"tape": "^5.9.0",