1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

update typescript

This commit is contained in:
Bowden Kelly
2019-05-10 12:19:04 -07:00
parent 89f3e04868
commit 36c1f1d972
3 changed files with 3168 additions and 2383 deletions

View File

@@ -64,7 +64,7 @@
"@types/express": "^4.11.1",
"@types/express-session": "^1.15.8",
"@types/jest": "^22.1.3",
"@types/jquery": "^3.2.17",
"@types/jquery": "^3.3.29",
"@types/lodash": "^4.14.91",
"@types/lusca": "^1.5.0",
"@types/mongodb": "^3.0.5",
@@ -82,13 +82,13 @@
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"jest": "^24.0.0",
"node-sass": "^4.11.0",
"node-sass": "^4.12.0",
"nodemon": "^1.18.10",
"shelljs": "^0.8.1",
"supertest": "^3.0.0",
"ts-jest": "^24.0.0",
"ts-node": "^5.0.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
"typescript": "^3.4.5"
}
}