Update TS dependency to 3.7.2

This commit is contained in:
Marquis Kurt 2019-11-21 11:00:42 -05:00
parent 3a0f75b97f
commit 86047e649c
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
2 changed files with 110 additions and 110 deletions

6
package-lock.json generated
View File

@ -19907,9 +19907,9 @@
}
},
"typescript": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.1.tgz",
"integrity": "sha512-3NSMb2VzDQm8oBTLH6Nj55VVtUEpe/rgkIzMir0qVoLyjDZlnMBva0U6vDiV3IH+sl/Yu6oP5QwsAQtHPmDd2Q==",
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz",
"integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==",
"dev": true
},
"ua-parser-js": {

View File

@ -36,7 +36,7 @@
"react-scripts": "^2.1.8",
"react-swipeable-views": "^0.13.3",
"react-web-share-api": "^0.0.2",
"typescript": "3.4.1"
"typescript": "^3.7.2"
},
"dependencies": {
"electron-notarize": "^0.1.1",