build: update typescript to 3.8.x

This commit is contained in:
Jovan Krunić
2020-10-27 17:52:23 +01:00
parent 2b88518ca4
commit 28de70abd3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -18811,9 +18811,9 @@
"integrity": "sha1-bcJDPnjti+qOiHo6zeLzF4W9Yic="
},
"typescript": {
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz",
"integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==",
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true
},
"uglify-js": {