Skip to content

Commit

Permalink
chore(deps): update deps and dev-deps (#211)
Browse files Browse the repository at this point in the history
* chore(deps): update deps and dev-deps

* chore: update type imports fix from biome
  • Loading branch information
samhwang authored Mar 14, 2024
1 parent 2f6be93 commit 8d048f3
Show file tree
Hide file tree
Showing 74 changed files with 232 additions and 230 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@
"dependencies": {
"@axiomhq/winston": "^0.1.3",
"@discordjs/rest": "2.0.0",
"@neondatabase/serverless": "^0.7.2",
"@prisma/adapter-neon": "^5.10.2",
"@prisma/client": "^5.10.2",
"@neondatabase/serverless": "^0.9.0",
"@prisma/adapter-neon": "^5.11.0",
"@prisma/client": "^5.11.0",
"cowsay": "^1.6.0",
"date-fns": "^3.3.1",
"discord-api-types": "^0.37.71",
"date-fns": "^3.4.0",
"discord-api-types": "^0.37.73",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"dotenv-expand": "^10.0.0",
"dotenv-expand": "^11.0.6",
"oxide.ts": "^1.1.0",
"parse-duration": "^1.1.0",
"winston": "^3.12.0",
"wretch": "^2.8.0",
"wretch": "^2.8.1",
"ws": "^8.16.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@biomejs/biome": "^1.6.1",
"@faker-js/faker": "^8.4.1",
"@types/node": "^20.11.25",
"@types/node": "^20.11.27",
"@types/node-fetch": "^2.6.11",
"@types/ws": "^8.5.10",
"@vitest/coverage-v8": "^1.3.1",
Expand All @@ -70,8 +70,8 @@
"esbuild-plugin-copy": "^2.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"msw": "^2.2.2",
"prisma": "^5.10.2",
"msw": "^2.2.3",
"prisma": "^5.11.0",
"rimraf": "^5.0.5",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
Expand Down
Loading

0 comments on commit 8d048f3

Please sign in to comment.