Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
refector(user): remove input from tokenValidity check
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTL-UwU committed Nov 22, 2023
1 parent e688298 commit 7f93c64
Show file tree
Hide file tree
Showing 3 changed files with 614 additions and 615 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"db:createAdmin": "tsx ./src/scripts/createAdmin.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.445.0",
"@aws-sdk/s3-request-presigner": "^3.445.0",
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/s3-request-presigner": "^3.456.0",
"@libsql/client": "^0.3.6",
"@trpc/server": "^10.43.3",
"@trpc/server": "^10.44.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.1.1",
"cors": "^2.8.5",
Expand All @@ -40,15 +40,15 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@trpc/client": "^10.43.3",
"@trpc/client": "^10.44.0",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.16",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
"eslint": "^8.54.0",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 7f93c64

Please sign in to comment.