Skip to content

Commit

Permalink
feat: replace winston with pino (#244)
Browse files Browse the repository at this point in the history
* feat: replace winston with pino

* feat: delet winston deps
  • Loading branch information
samhwang authored Dec 11, 2024
1 parent 34bb588 commit 13e7344
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 241 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build:referrals": "vite-node scripts/build-referral-list.ts"
},
"dependencies": {
"@axiomhq/winston": "^1.3.0",
"@axiomhq/pino": "^1.3.0",
"@discordjs/rest": "2.0.0",
"@prisma/client": "^6.0.1",
"cowsay": "^1.6.0",
Expand All @@ -53,7 +53,7 @@
"node-html-parser": "^6.1.13",
"oxide.ts": "^1.1.0",
"parse-duration": "^1.1.1",
"winston": "^3.17.0",
"pino": "^9.5.0",
"wretch": "^2.11.0",
"zod": "^3.24.1"
},
Expand All @@ -66,9 +66,11 @@
"@vitest/ui": "^2.1.8",
"esbuild": "^0.24.0",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-pino": "^2.2.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"msw": "^2.6.8",
"pino-pretty": "^13.0.0",
"prisma": "^6.0.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
Expand Down
Loading

0 comments on commit 13e7344

Please sign in to comment.