chore(deps): update dependency typescript to v3

This commit is contained in:
Martijn Walraven 2018-09-01 10:39:01 +02:00
parent b0433e2b34
commit d7e16a0e30
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -11931,9 +11931,9 @@
"dev": true
},
"typescript": {
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz",
"integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz",
"integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==",
"dev": true
},
"uglify-js": {

View file

@ -112,7 +112,7 @@
"test-listen": "^1.1.0",
"ts-jest": "^23.1.3",
"tslint": "^5.11.0",
"typescript": "^2.9.2",
"typescript": "^3.0.3",
"ws": "^6.0.0",
"yup": "^0.26.2"
},