Skip to content

Commit

Permalink
230th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Dec 9, 2023
1 parent 2c14155 commit f279119
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 123 deletions.
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.40.1",
"@types/node": "^20.10.3"
"@types/node": "^20.10.4"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@fastify/under-pressure": "^8.3.0",
"@fastify/websocket": "^8.2.0",
"@sinclair/typebox": "^0.31.28",
"bullmq": "^4.15.0",
"bullmq": "^4.15.2",
"cache-manager": "^5.3.1",
"cache-manager-ioredis-yet": "^1.2.2",
"exceljs": "^4.4.0",
Expand All @@ -49,7 +49,7 @@
"@types/nunjucks": "^3.2.6",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-v8": "^1.0.1",
"@vitest/coverage-v8": "^1.0.2",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -58,11 +58,11 @@
"mongodb-memory-server": "^9.1.1",
"prettier": "^3.1.0",
"process-envify": "^2.0.0",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"vite-node": "^1.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite-node": "^1.0.2",
"vite-plugin-fastify": "^1.2.5",
"vite-plugin-fastify-routes": "^1.0.2",
"vitest": "^1.0.1"
"vitest": "^1.0.2"
}
}
Loading

0 comments on commit f279119

Please sign in to comment.