Fix typescript dependency
All checks were successful
Core Repos/Homepage/pipeline/pr-master This commit looks good

This commit is contained in:
Cameron Cordes
2020-08-30 21:42:31 -04:00
parent c41d455d56
commit 41cc99e398
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -13144,9 +13144,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true
},
"ua-parser-js": {

View File

@@ -51,6 +51,6 @@
"puppeteer": "^3.3.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "^3.9.7"
"typescript": "^3.8.0"
}
}