mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 11:25:17 +00:00
Uniformed @types/node across examples to fix incompatibilities with signatures
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user