Skip to content

Commit

Permalink
Tenant UI backend
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Feb 10, 2025
1 parent caeb013 commit ca8c8f5
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 74 deletions.
144 changes: 76 additions & 68 deletions services/tenant-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions services/tenant-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"express-validator": "^7.2.0",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.16",
"nodemailer": "^6.10.0",
"ws": "^8.18.0"
},
"devDependencies": {
Expand All @@ -33,12 +33,12 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.7",
"@types/jsonwebtoken": "^9.0.8",
"@types/node": "^22.13.1",
"@types/nodemailer": "^6.4.16",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
Expand Down

0 comments on commit ca8c8f5

Please sign in to comment.