Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 22, 2024
1 parent a1f84dc commit 3846410
Show file tree
Hide file tree
Showing 6 changed files with 618 additions and 1,247 deletions.
12 changes: 6 additions & 6 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"changelog": true
},
"optionalDependencies": {
"mongodb-memory-server": "^10.0.0",
"mongodb-memory-server": "^10.0.1",
"redis-memory-server": "^0.11.0"
},
"dependencies": {
Expand All @@ -64,7 +64,7 @@
"@fastify/static": "8.0.1",
"@innei/next-async": "0.3.0",
"@innei/pretty-logger-nestjs": "0.3.3",
"@langchain/openai": "0.2.11",
"@langchain/openai": "0.3.0",
"@mx-space/complied": "workspace:*",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.4.3",
Expand Down Expand Up @@ -103,7 +103,7 @@
"json5": "2.2.3",
"jsonwebtoken": "9.0.2",
"jszip": "3.10.1",
"langchain": "0.2.20",
"langchain": "0.3.2",
"linkedom": "0.18.5",
"lodash": "^4.17.21",
"lru-cache": "11.0.1",
Expand Down Expand Up @@ -163,11 +163,11 @@
"husky": "9.1.6",
"ioredis": "5.4.1",
"sharp": "0.33.5",
"socket.io": "^4.7.4",
"socket.io": "^4.8.0",
"unplugin-swc": "1.5.1",
"vite": "5.1.7",
"vite": "5.4.7",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.5.2",
"zx": "7.2.3"
}
}
}
5 changes: 4 additions & 1 deletion apps/core/src/modules/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ export class AuthService {

new Headers(req.headers),
process.env,
config.basePath,

{
basePath: config.basePath,
},
)

const response = await Auth(
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"publish:core": "cd apps/core && npm run publish"
},
"optionalDependencies": {
"mongodb-memory-server": "10.0.0",
"mongodb-memory-server": "10.0.1",
"redis-memory-server": "0.11.0"
},
"dependencies": {
Expand All @@ -29,17 +29,17 @@
"devDependencies": {
"@innei/prettier": "0.15.0",
"@sxzz/eslint-config": "4.2.0",
"@types/node": "20.16.5",
"@types/node": "22.5.5",
"cross-env": "7.0.3",
"eslint": "^9",
"eslint": "^9.11.0",
"eslint-plugin-unused-imports": "4.1.4",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"tsup": "8.2.4",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vite-tsconfig-paths": "4.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"express": "4.21.0",
"form-data": "4.0.0",
"lodash": "4.17.21",
"tsup": "8.2.4",
"tsup": "8.3.0",
"umi-request": "1.4.0",
"vite": "^5.1.7",
"vite": "^5.4.7",
"vitest": "1.5.2"
}
}
5 changes: 2 additions & 3 deletions packages/complied/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
"scripts": {
"build": "tsup"
},
"dependencies": {},
"devDependencies": {
"@auth/core": "0.34.2",
"@auth/mongodb-adapter": "3.4.2",
"@auth/core": "0.35.0",
"@auth/mongodb-adapter": "3.5.0",
"nanoid": "5.0.7",
"zx": "7.2.3"
}
Expand Down
Loading

0 comments on commit 3846410

Please sign in to comment.