Skip to content

Commit

Permalink
move @types/cookie-parser from dep to devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
N4r35h committed Jul 1, 2024
1 parent 5a14881 commit 20bf030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"license": "ISC",
"dependencies": {
"@repo/db": "*",
"@types/cookie-parser": "^1.4.7",
"@types/express-session": "^1.18.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.1.0",
Expand All @@ -28,6 +27,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/cookie-session": "^2.0.49",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
Expand Down

0 comments on commit 20bf030

Please sign in to comment.