Uniformed @types/node across examples to fix incompatibilities with signatures

This commit is contained in:
Alexander Cerutti
2025-01-17 23:11:45 +01:00
parent d5b3bba782
commit db72590128
3 changed files with 89 additions and 97 deletions

View File

@@ -24,6 +24,7 @@
"@types/express": "5.0.0",
"@types/express-serve-static-core": "^5.0.4",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
"typescript": "^5.7.3",
"@types/node": "^20.0.0"
}
}

View File

@@ -22,6 +22,6 @@
"serverless-plugin-typescript": "^2.1.5",
"serverless-s3-local": "^0.8.5",
"typescript": "^5.7.3",
"@types/node": "^18"
"@types/node": "^20"
}
}