mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
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:
parent
d5872f7b64
commit
b879cdfcaa
2 changed files with 14 additions and 6 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue