Skip to content

Commit

Permalink
383rd Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Sep 30, 2024
1 parent 83f4073 commit 487b4e7
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 175 deletions.
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"@fastify/mongodb": "9.0.1",
"@fastify/multipart": "9.0.1",
"@fastify/one-line-logger": "2.0.0",
"@fastify/rate-limit": "10.0.1",
"@fastify/rate-limit": "10.1.0",
"@fastify/redis": "7.0.1",
"@fastify/sensible": "6.0.1",
"@fastify/type-provider-typebox": "5.0.0",
"@fastify/under-pressure": "9.0.1",
"@fastify/websocket": "11.0.1",
"@keyv/redis": "3.0.1",
"@langchain/core": "0.3.3",
"@langchain/openai": "0.3.0",
"@langchain/core": "0.3.4",
"@langchain/openai": "0.3.2",
"@sinclair/typebox": "0.33.12",
"async-cache-dedupe": "2.2.0",
"bree": "9.2.4",
"bullmq": "5.13.2",
"cache-manager": "6.0.0",
"cacheable": "1.3.0",
"cache-manager": "6.1.0",
"cacheable": "1.7.1",
"exceljs": "4.4.0",
"fastify": "5.0.0",
"fastify-cloudinary": "2.0.0",
Expand All @@ -55,7 +55,7 @@
"process-envify": "2.0.0",
"redis-memory-server": "0.11.0",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-node": "2.1.1",
"vite-plugin-fastify": "1.2.5",
"vite-plugin-fastify-routes": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"devDependencies": {
"@playwright/test": "1.47.2",
"@types/node": "20.16.6"
"@types/node": "20.16.10"
}
}
2 changes: 1 addition & 1 deletion mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"process-envify": "2.0.0",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-plugin-fastify": "1.2.5",
"vite-plugin-fastify-routes": "1.1.1"
}
Expand Down
Loading

0 comments on commit 487b4e7

Please sign in to comment.