Skip to content

Commit

Permalink
🥌 remove potentially unnecessary dep?
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanshoesmith committed Dec 10, 2024
1 parent 3f9c7ec commit 9876c03
Show file tree
Hide file tree
Showing 3 changed files with 371 additions and 963 deletions.
1 change: 1 addition & 0 deletions backend/.pnpmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=false
21 changes: 10 additions & 11 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,30 @@
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.21.1",
"@prisma/client": "^5.22.0",
"bcrypt": "^5.1.1",
"connect-redis": "^7.1.1",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"express": "^4.21.1",
"express": "^4.21.2",
"express-session": "^1.18.1",
"prisma": "^5.21.1",
"prisma": "^5.22.0",
"redis": "^4.7.0",
"zod": "^3.23.8",
"zod-prisma-types": "^3.1.8"
"zod-prisma-types": "^3.2.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/express": "4",
"@types/express-session": "^1.18.0",
"@types/node": "^22.7.7",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.1",
"@types/node": "^22.10.1",
"jest-mock-extended": "2.0.4",
"supertest": "^7.0.0",
"sync-request-curl": "^3.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"vitest-mock-extended": "^2.0.2"
}
}
Loading

0 comments on commit 9876c03

Please sign in to comment.