Reduced typescript version due to a compile error

This commit is contained in:
WolverinDEV 2020-02-22 14:44:54 +01:00
parent 78410c9fdf
commit 01a0dc1441
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -5007,9 +5007,9 @@
"dev": true
},
"typescript": {
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz",
"integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==",
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
"integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==",
"dev": true
},
"unc-path-regex": {

View file

@ -37,7 +37,7 @@
"sha256": "^0.2.0",
"terser": "^4.2.1",
"ttypescript": "^1.5.7",
"typescript": "^3.7.3",
"typescript": "3.6.4",
"wat2wasm": "^1.0.2",
"fs-extra": "latest"
},