Skip to content

Commit 94694a9

Browse files
committed
[#152] chore: 의존성 변경
1 parent 1e94f36 commit 94694a9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

backend/package-lock.json

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"author": "",
1414
"license": "ISC",
1515
"devDependencies": {
16-
"@types/cookie-parser": "^1.4.2",
17-
"@types/express-session": "^1.17.3",
1816
"@typescript-eslint/eslint-plugin": "^4.8.1",
1917
"@typescript-eslint/parser": "^4.8.1",
2018
"eslint": "^7.13.0",
@@ -30,7 +28,9 @@
3028
},
3129
"dependencies": {
3230
"@types/connect-flash": "0.0.36",
31+
"@types/cookie-parser": "^1.4.2",
3332
"@types/express": "^4.17.9",
33+
"@types/express-session": "^1.17.3",
3434
"@types/http-errors": "^1.8.0",
3535
"@types/mongoose": "^5.10.1",
3636
"@types/morgan": "^1.9.2",

0 commit comments

Comments
 (0)