Skip to content

Commit

Permalink
add passport as dependency to BE
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 9, 2023
1 parent cf28ff7 commit 39ce09f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 44 deletions.
28 changes: 13 additions & 15 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"ora": "5.4.1",
"otplib": "12.0.1",
"p-limit": "3.1.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.1",
Expand All @@ -99,7 +100,7 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.3",
"@types/node": "^20.10.4",
"@types/node-schedule": "^2.1.5",
"@types/passport-jwt": "^3.0.13",
"@types/semver": "^7.5.6",
Expand All @@ -123,7 +124,7 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
Expand Down
39 changes: 14 additions & 25 deletions ui/package-lock.json

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

4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/emoji-js": "^3.5.2",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.3",
"@types/node": "^20.10.4",
"@types/qrcode": "^1.5.5",
"@types/semver": "^7.5.6",
"@types/socket.io-client": "^3.0.0",
Expand All @@ -88,7 +88,7 @@
"eslint-plugin-sort-exports": "^0.8.0",
"he": "^1.2.0",
"nouislider": "^15.7.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^4.8.4"
},
"overrides": {
Expand Down

0 comments on commit 39ce09f

Please sign in to comment.