Skip to content

Commit

Permalink
370th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Aug 18, 2024
1 parent 8c5dc66 commit 14a2bfa
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 355 deletions.
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@fastify/rate-limit": "9.1.0",
"@fastify/redis": "6.2.0",
"@fastify/sensible": "5.6.0",
"@fastify/type-provider-typebox": "4.0.0",
"@fastify/type-provider-typebox": "4.1.0",
"@fastify/under-pressure": "8.5.1",
"@fastify/websocket": "10.0.1",
"@sinclair/typebox": "0.32.35",
"@sinclair/typebox": "0.33.7",
"@tirke/node-cache-manager-ioredis": "3.6.0",
"async-cache-dedupe": "2.2.0",
"bree": "9.2.3",
"bullmq": "5.12.0",
"cache-manager": "5.7.4",
"bree": "9.2.4",
"bullmq": "5.12.9",
"cache-manager": "5.7.6",
"exceljs": "4.4.0",
"fastify": "4.28.1",
"fastify-cloudinary": "1.2.0",
Expand All @@ -52,7 +52,7 @@
"mongodb-memory-server": "10.0.0",
"process-envify": "2.0.0",
"typescript": "5.5.4",
"vite": "5.3.5",
"vite": "5.4.1",
"vite-node": "2.0.5",
"vite-plugin-fastify": "1.2.5",
"vite-plugin-fastify-routes": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"preview": "vitepress preview --port 3714"
},
"devDependencies": {
"vitepress": "1.3.1"
"vitepress": "1.3.3"
}
}
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.45.3",
"@types/node": "20.14.14"
"@playwright/test": "1.46.1",
"@types/node": "20.15.0"
}
}
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.3.5",
"vite": "5.4.1",
"vite-plugin-fastify": "1.2.5",
"vite-plugin-fastify-routes": "1.1.1"
}
Expand Down
Loading

0 comments on commit 14a2bfa

Please sign in to comment.