Skip to content

Commit

Permalink
chore: Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Jun 20, 2024
1 parent 523ce0b commit 23b499a
Show file tree
Hide file tree
Showing 8 changed files with 1,720 additions and 761 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default antfu({
quotes: 'single',
},
typescript: {
tsconfigPath: './tsconfig.json',
parserOptions: {
project: './tsconfig.json',
},
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,45 +51,45 @@
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^8.2.0",
"@fastify/multipart": "^8.3.0",
"@fastify/sensible": "^5.6.0",
"@fastify/static": "^7.0.4",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^3.0.0",
"@fastify/under-pressure": "^8.3.0",
"@fastify/swagger-ui": "^4.0.0",
"@fastify/under-pressure": "^8.5.0",
"@fastify/websocket": "^9.0.0",
"@langchain/anthropic": "^0.1.21",
"@langchain/azure-openai": "^0.0.9",
"@langchain/cohere": "^0.0.10",
"@langchain/community": "^0.2.4",
"@langchain/core": "^0.2.5",
"@langchain/google-genai": "^0.0.16",
"@langchain/mistralai": "^0.0.23",
"@langchain/openai": "^0.1.0",
"@langchain/anthropic": "^0.2.1",
"@langchain/azure-openai": "^0.0.11",
"@langchain/cohere": "^0.1.0",
"@langchain/community": "^0.2.12",
"@langchain/core": "^0.2.8",
"@langchain/google-genai": "^0.0.20",
"@langchain/mistralai": "^0.0.24",
"@langchain/openai": "^0.1.3",
"@mgcrea/fastify-request-logger": "^1.6.0",
"@mgcrea/pino-pretty-compact": "^1.3.0",
"@qdrant/js-client-rest": "^1.9.0",
"callsites": "^4.1.0",
"cheerio": "1.0.0-rc.12",
"chokidar": "^3.6.0",
"consola": "^3.2.3",
"console-table-printer": "^2.12.0",
"console-table-printer": "^2.12.1",
"d3-dsv": "^2.0.0",
"date-fns": "^3.6.0",
"defu": "^6.1.4",
"destr": "^2.0.3",
"dotenv": "^16.4.5",
"fastembed": "^1.14.1",
"fastify": "^4.27.0",
"fastify-zod-openapi": "^1.2.0",
"fastify": "^4.28.0",
"fastify-zod-openapi": "^1.2.1",
"get-port-please": "^3.1.2",
"html-to-text": "^9.0.5",
"is-docker": "^3.0.0",
"js-tiktoken": "^1.0.12",
"langchain": "^0.2.4",
"langchain": "^0.2.5",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
"mammoth": "^1.7.2",
"mammoth": "^1.8.0",
"ofetch": "^1.3.4",
"officeparser": "^4.1.1",
"pdf-parse": "^1.1.1",
Expand All @@ -99,28 +99,28 @@
"turbowatch": "^2.29.4",
"uncrypto": "^0.1.3",
"zod": "^3.23.8",
"zod-openapi": "^2.18.0",
"zod-to-json-schema": "^3.23.0"
"zod-openapi": "^2.19.0",
"zod-to-json-schema": "^3.23.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
"@antfu/eslint-config": "^2.21.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.13",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.6",
"@types/nodemon": "^1.19.6",
"@types/qs": "^6.9.15",
"@types/ws": "^8.5.10",
"@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",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-zod-openapi": "^0.2.0",
"magicast": "^0.3.4",
"nodemon": "^3.1.0",
"tsup": "^8.0.2",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0",
"tsup": "^8.1.0",
"tsx": "^4.15.6",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
Expand Down
Loading

0 comments on commit 23b499a

Please sign in to comment.