Installed typescript 4.2 (beta)

pull/73/head
MillenniumEarl 2021-02-13 15:12:21 +01:00
parent a74425ed15
commit b252728393
2 changed files with 7 additions and 1 deletions

5
package-lock.json generated
View File

@ -2492,6 +2492,11 @@
"is-typedarray": "^1.0.0"
}
},
"typescript": {
"version": "4.2.0-beta",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.0-beta.tgz",
"integrity": "sha512-0nYjpkQ6bKjHoJTQkUHcDtGLNenqc5rfTcl3ISUnJXPkGa0115FcVJABmodfMKHLyDBmzDr8IGLbDv5m7sbYgw=="
},
"universalify": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",

View File

@ -37,7 +37,8 @@
"log4js": "^6.3.0",
"luxon": "^1.25.0",
"md5": "^2.3.0",
"tough-cookie": "^4.0.0"
"tough-cookie": "^4.0.0",
"typescript": "^4.2.0-beta"
},
"devDependencies": {
"babel-eslint": "^10.1.0",