Updated typescript from 2 to 3.

This commit is contained in:
gnu4cn 2019-04-03 14:54:45 +08:00
parent c213a0c4eb
commit 9d3a674146
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3885,9 +3885,9 @@
"dev": true
},
"typescript": {
"version": "2.9.2",
"resolved": "http://registry.npm.taobao.org/typescript/download/typescript-2.9.2.tgz",
"integrity": "sha1-HL9h0F1rliaSROtqO85L2RTg8Aw=",
"version": "3.4.1",
"resolved": "https://mirrors.huaweicloud.com/repository/npm/typescript/-/typescript-3.4.1.tgz",
"integrity": "sha512-3NSMb2VzDQm8oBTLH6Nj55VVtUEpe/rgkIzMir0qVoLyjDZlnMBva0U6vDiV3IH+sl/Yu6oP5QwsAQtHPmDd2Q==",
"dev": true
},
"uglify-js": {

View File

@ -28,7 +28,7 @@
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.0",
"live-server": "^1.2.0",
"typescript": "^2.6.2"
"typescript": "^3.4.1"
},
"dependencies": {}
}