Skip to content

Commit

Permalink
chore: install @hapi/iron connect-mongo express-session react-query
Browse files Browse the repository at this point in the history
passport 0.6.0 jaredhanson/passport#907 이슈로 다운그레이드
  • Loading branch information
MINJE-98 committed Aug 31, 2022
1 parent b2ee355 commit 98bfd18
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 17 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,36 @@
"lint": "next lint"
},
"dependencies": {
"@hapi/iron": "^7.0.0",
"@types/passport-local": "^1.0.34",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"axios": "^0.27.2",
"connect-mongo": "^4.6.0",
"cookie": "^0.5.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"express-session": "^1.17.3",
"joi": "^17.6.0",
"mongodb": "^4.9.0",
"next": "12.2.5",
"next-connect": "^0.13.0",
"next-session": "^4.0.5",
"passport": "^0.6.0",
"passport": "0.5.0",
"passport-local": "^1.0.0",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/express-session": "^1.17.5",
"@types/node": "18.7.14",
"@types/passport": "^1.0.10",
"@types/react": "18.0.17",
Expand Down
Loading

0 comments on commit 98bfd18

Please sign in to comment.