Skip to content

feat(Frontend) add access token expire handling #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Mar 26, 2025
Merged
Prev Previous commit
Next Next commit
update package .json
  • Loading branch information
ZHallen122 committed Mar 23, 2025
commit 5b0134283617feb07a263ab904bd28027479abbd
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@huggingface/transformers": "latest",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/apollo": "^12.2.0",
"@nestjs/axios": "^3.0.3",
"@nestjs/axios": "^3.1.3",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.0.0",
Expand All @@ -48,7 +48,7 @@
"@types/normalize-path": "^3.0.2",
"@types/toposort": "^2.0.7",
"archiver": "^7.0.1",
"axios": "^1.7.7",
"axios": "^1.8.3",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand Down
Loading