build(deps-dev): bump typescript from 3.4.5 to 3.5.1

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.4.5 to 3.5.1.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
This commit is contained in:
dependabot-preview[bot] 2019-05-30 14:03:26 +00:00 committed by GitHub
parent d5872f7b64
commit b879cdfcaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 6 deletions

18
package-lock.json generated
View file

@ -11391,11 +11391,19 @@
"shelljs": "^0.8.3",
"typedoc-default-themes": "^0.6.0-0",
"typescript": "3.4.x"
},
"dependencies": {
"typescript": {
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz",
"integrity": "sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==",
"dev": true
}
}
},
"typedoc-default-themes": {
"version": "git://github.com/tridactyl/typedoc-default-themes.git#a28d333b26688511dae6d99d92abb082c5f23214",
"from": "git://github.com/tridactyl/typedoc-default-themes.git#fix_weird_member_names_bin",
"version": "0.6.0-0",
"resolved": "git://github.com/tridactyl/typedoc-default-themes.git#a28d333b26688511dae6d99d92abb082c5f23214",
"dev": true,
"requires": {
"backbone": "^1.1.2",
@ -11413,9 +11421,9 @@
}
},
"typescript": {
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz",
"integrity": "sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==",
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.1.tgz",
"integrity": "sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==",
"dev": true
},
"typical": {

View file

@ -35,7 +35,7 @@
"tslint-sonarts": "^1.9.0",
"typedoc": "git://github.com/TypeStrong/typedoc",
"typedoc-default-themes": "git://github.com/tridactyl/typedoc-default-themes.git#fix_weird_member_names_bin",
"typescript": "^3.4.5",
"typescript": "^3.5.1",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^2.1.3",
"web-ext": "^3.0.0",