Skip to content

Commit

Permalink
336th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Jun 5, 2024
1 parent 6b8464c commit 0532d15
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 148 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tirke/node-cache-manager-ioredis": "3.6.0",
"async-cache-dedupe": "2.2.0",
"bree": "9.2.3",
"bullmq": "5.7.12",
"bullmq": "5.7.15",
"cache-manager": "5.5.3",
"exceljs": "4.4.0",
"fastify": "4.27.0",
Expand All @@ -49,10 +49,10 @@
"@types/nunjucks": "3.2.6",
"@vitest/coverage-v8": "1.6.0",
"ioredis-mock": "8.9.0",
"mongodb-memory-server": "9.2.0",
"mongodb-memory-server": "9.3.0",
"process-envify": "2.0.0",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite": "5.2.12",
"vite-node": "1.6.0",
"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.2.2"
"vitepress": "1.2.3"
}
}
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.44.1",
"@types/node": "20.12.12"
"@types/node": "20.14.1"
}
}
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.2.11",
"vite": "5.2.12",
"vite-plugin-fastify": "1.2.5",
"vite-plugin-fastify-routes": "1.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"e2e": "pnpm -C e2e e2e"
},
"devDependencies": {
"@biomejs/biome": "1.7.3"
"@biomejs/biome": "1.8.0"
}
}
Loading

0 comments on commit 0532d15

Please sign in to comment.