mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 14:47:28 +00:00
fix(deps): fix failing yarn builds (#355)
This commit is contained in:
committed by
GitHub
parent
f5eaeffa1f
commit
1832525230
@@ -55,6 +55,7 @@
|
||||
"@types/bcrypt-nodejs": "0.0.31",
|
||||
"@types/bluebird": "3.5.33",
|
||||
"@types/body-parser": "1.19.0",
|
||||
"@types/bson": "4.0.5",
|
||||
"@types/chai": "4.2.14",
|
||||
"@types/compression": "1.7.0",
|
||||
"@types/concurrently": "5.2.1",
|
||||
@@ -68,7 +69,7 @@
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/lusca": "1.6.2",
|
||||
"@types/mongodb": "3.6.5",
|
||||
"@types/node": "14.14.25",
|
||||
"@types/node": "^14.18",
|
||||
"@types/nodemailer": "6.4.0",
|
||||
"@types/passport": "1.0.5",
|
||||
"@types/passport-facebook": "2.1.10",
|
||||
@@ -92,5 +93,8 @@
|
||||
"ts-jest": "^27.0.3",
|
||||
"ts-node": "9.1.1",
|
||||
"typescript": "4.1.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user