Skip to content

Commit

Permalink
chore: Small tweaks and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed May 13, 2024
1 parent 5f32f25 commit 443d6ac
Show file tree
Hide file tree
Showing 8 changed files with 381 additions and 332 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^8.2.0",
"@fastify/sensible": "^5.6.0",
"@fastify/static": "^7.0.3",
"@fastify/static": "^7.0.4",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^3.0.0",
"@fastify/under-pressure": "^8.3.0",
"@fastify/websocket": "^9.0.0",
"@langchain/anthropic": "^0.1.16",
"@langchain/azure-openai": "^0.0.7",
"@langchain/anthropic": "^0.1.17",
"@langchain/azure-openai": "^0.0.8",
"@langchain/cohere": "^0.0.8",
"@langchain/community": "^0.0.53",
"@langchain/core": "^0.1.61",
"@langchain/community": "^0.0.56",
"@langchain/core": "^0.1.62",
"@langchain/google-genai": "^0.0.12",
"@langchain/mistralai": "^0.0.19",
"@langchain/openai": "^0.0.28",
Expand All @@ -79,48 +79,48 @@
"destr": "^2.0.3",
"dotenv": "^16.4.5",
"fastembed": "^1.14.1",
"fastify": "^4.26.2",
"fastify": "^4.27.0",
"fastify-zod-openapi": "^1.2.0",
"get-port-please": "^3.1.2",
"html-to-text": "^9.0.5",
"is-docker": "^3.0.0",
"js-tiktoken": "^1.0.11",
"langchain": "^0.1.36",
"langchain": "^0.1.37",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
"mammoth": "^1.7.2",
"ofetch": "^1.3.4",
"officeparser": "^4.0.8",
"officeparser": "^4.1.1",
"pdf-parse": "^1.1.1",
"pkg-types": "^1.1.0",
"pkg-types": "^1.1.1",
"qs": "^6.12.1",
"scule": "^1.3.0",
"turbowatch": "^2.29.4",
"uncrypto": "^0.1.3",
"zod": "^3.23.4",
"zod": "^3.23.8",
"zod-openapi": "^2.17.0",
"zod-to-json-schema": "^3.23.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"@antfu/eslint-config": "^2.17.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"@types/nodemon": "^1.19.6",
"@types/qs": "^6.9.15",
"@types/ws": "^8.5.10",
"@vitest/ui": "^1.5.2",
"@vitest/ui": "^1.6.0",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.1",
"eslint-plugin-zod-openapi": "^0.1.0",
"magicast": "^0.3.4",
"nodemon": "^3.1.0",
"tsup": "^8.0.2",
"tsx": "^4.7.3",
"tsx": "^4.10.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1",
"typescript-eslint": "^7.9.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.2"
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 443d6ac

Please sign in to comment.