Skip to content

Commit

Permalink
325th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed May 11, 2024
1 parent 8361983 commit 187a099
Show file tree
Hide file tree
Showing 7 changed files with 322 additions and 286 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bullmq": "^5.7.8",
"cache-manager": "^5.5.2",
"exceljs": "^4.4.0",
"fastify": "^4.26.2",
"fastify": "^4.27.0",
"fastify-cloudinary": "^1.2.0",
"fastify-i18n": "^2.0.0",
"fastify-plugin": "^4.5.1",
Expand Down
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.43.1",
"@types/node": "^20.12.8"
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.11"
}
}
1 change: 0 additions & 1 deletion infra/Pulumi.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
name: infra
runtime: nodejs
description: docker
4 changes: 2 additions & 2 deletions infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"private": true,
"main": "./src/index.ts",
"dependencies": {
"@pulumi/azure-native": "^2.39.0",
"@pulumi/azure-native": "^2.40.0",
"@pulumi/docker": "^4.5.3",
"@pulumi/pulumi": "^3.115.0"
"@pulumi/pulumi": "^3.115.2"
},
"devDependencies": {
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@fastify/one-line-logger": "^1.3.0",
"fastify": "^4.26.2",
"fastify": "^4.27.0",
"fastify-plugin": "^4.5.1"
},
"devDependencies": {
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.2"
"@biomejs/biome": "^1.7.3"
}
}
Loading

0 comments on commit 187a099

Please sign in to comment.