Skip to content

Commit 9730aec

Browse files
committed
fix: move TypeScript types to production dependencies for Vercel
1 parent 3644250 commit 9730aec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@
1818
},
1919
"dependencies": {
2020
"@notionhq/client": "^4.0.1",
21+
"@types/cors": "^2.8.17",
22+
"@types/express": "^4.17.21",
23+
"@types/node": "^20.10.5",
2124
"amqplib": "^0.10.3",
2225
"cors": "^2.8.5",
2326
"dotenv": "^16.3.1",
2427
"express": "^4.18.2",
2528
"helmet": "^7.1.0",
26-
"morgan": "^1.10.0"
29+
"morgan": "^1.10.0",
30+
"typescript": "^5.3.3"
2731
},
2832
"devDependencies": {
29-
"@types/cors": "^2.8.17",
30-
"@types/express": "^4.17.21",
3133
"@types/jest": "^29.5.8",
3234
"@types/morgan": "^1.9.9",
33-
"@types/node": "^20.10.5",
3435
"@typescript-eslint/parser": "^8.0.1",
3536
"eslint": "^9.9.0",
3637
"jest": "^29.7.0",
37-
"tsx": "^4.6.2",
38-
"typescript": "^5.3.3"
38+
"tsx": "^4.6.2"
3939
},
4040
"engines": {
4141
"node": ">=18.0.0"

0 commit comments

Comments
 (0)