Bump typescript version

This commit is contained in:
Josh Gross 2019-10-30 15:44:30 -04:00
parent a920bd2725
commit e5ee516c44
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4975,9 +4975,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.5.3", "version": "3.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
"integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==", "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==",
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {

View file

@ -38,6 +38,6 @@
"jest-circus": "^24.7.1", "jest-circus": "^24.7.1",
"prettier": "1.18.2", "prettier": "1.18.2",
"ts-jest": "^24.0.2", "ts-jest": "^24.0.2",
"typescript": "^3.5.1" "typescript": "^3.6.4"
} }
} }