Update TypeScript dependency to version 5.7.2 and refactor run function parameters

This commit is contained in:
Borales 2024-12-09 18:01:44 +01:00
parent 726692d6eb
commit e090e6360e
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

2
dist/index.js vendored
View File

@ -56,7 +56,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.run = void 0;
const exec_1 = __nccwpck_require__(236);
const run = (cmd, { cwd }) => __awaiter(void 0, void 0, void 0, function* () {
const run = (cmd_1, _a) => __awaiter(void 0, [cmd_1, _a], void 0, function* (cmd, { cwd }) {
yield (0, exec_1.exec)('yarn', cmd.split(' '), { cwd });
});
exports.run = run;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,6 @@
"eslint": "^8.57.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"typescript": "^5.3.3"
"typescript": "^5.7.2"
}
}

View File

@ -3797,10 +3797,10 @@ typed-array-length@^1.0.4:
for-each "^0.3.3"
is-typed-array "^1.1.9"
typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
typescript@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
unbox-primitive@^1.0.2:
version "1.0.2"