mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
update typescript
This commit is contained in:
parent
d0899e5835
commit
80ea309f8b
3 changed files with 6 additions and 6 deletions
|
|
@ -40,7 +40,7 @@ const addSymlink = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const addBinToUserPath = () => {
|
const addBinToUserPath = () => {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise<void>((resolve, reject) => {
|
||||||
try {
|
try {
|
||||||
const envKey = Registry.openKey(Registry.HKCU, 'Environment', Registry.Access.ALL_ACCESS)!;
|
const envKey = Registry.openKey(Registry.HKCU, 'Environment', Registry.Access.ALL_ACCESS)!;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"terser": "5.5.0",
|
"terser": "5.5.0",
|
||||||
"terser-webpack-plugin": "4.2.3",
|
"terser-webpack-plugin": "4.2.3",
|
||||||
"ts-node": "9.0.0",
|
"ts-node": "9.0.0",
|
||||||
"typescript": "4.0.5",
|
"typescript": "4.1.2",
|
||||||
"webpack": "4.44.2"
|
"webpack": "4.44.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8059,10 +8059,10 @@ typedarray@^0.0.6:
|
||||||
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||||
|
|
||||||
typescript@4.0.5:
|
typescript@4.1.2:
|
||||||
version "4.0.5"
|
version "4.1.2"
|
||||||
resolved "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
|
resolved "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
|
||||||
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
|
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
|
||||||
|
|
||||||
typical@^5.0.0, typical@^5.2.0:
|
typical@^5.0.0, typical@^5.2.0:
|
||||||
version "5.2.0"
|
version "5.2.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue