Skip to content

Commit

Permalink
229th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Dec 5, 2023
1 parent cf34770 commit 2c14155
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 173 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.0"
"@types/node": "^20.10.3"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"mock": "cd mock/requests && pnpm mock"
},
"dependencies": {
"@fastify/cors": "^8.4.1",
"@fastify/cors": "^8.4.2",
"@fastify/helmet": "^11.1.1",
"@fastify/jwt": "^7.2.4",
"@fastify/mongodb": "^8.0.0",
Expand All @@ -26,7 +26,7 @@
"@fastify/under-pressure": "^8.3.0",
"@fastify/websocket": "^8.2.0",
"@sinclair/typebox": "^0.31.28",
"bullmq": "^4.14.4",
"bullmq": "^4.15.0",
"cache-manager": "^5.3.1",
"cache-manager-ioredis-yet": "^1.2.2",
"exceljs": "^4.4.0",
Expand All @@ -47,22 +47,22 @@
"@types/ioredis-mock": "^8.2.5",
"@types/nodemailer": "^6.4.14",
"@types/nunjucks": "^3.2.6",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-v8": "^0.34.6",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-v8": "^1.0.1",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"ioredis-mock": "^8.9.0",
"mongodb-memory-server": "^9.1.1",
"prettier": "^3.1.0",
"process-envify": "^2.0.0",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-node": "^0.34.6",
"vite": "^5.0.5",
"vite-node": "^1.0.1",
"vite-plugin-fastify": "^1.2.5",
"vite-plugin-fastify-routes": "^1.0.2",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
}
}
Loading

0 comments on commit 2c14155

Please sign in to comment.