Skip to content

Commit

Permalink
Merge pull request #388 from arduino/dependabot/npm_and_yarn/typescri…
Browse files Browse the repository at this point in the history
…pt-5.5.2

Bump typescript from 5.4.5 to 5.5.2
  • Loading branch information
per1234 authored Jun 21, 2024
2 parents d76ae25 + a6feeb7 commit 955c245
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.getArduinoLint = void 0;
exports.getArduinoLint = getArduinoLint;
// Load tempDirectory before it gets wiped by tool-cache
let tempDirectory = process.env["RUNNER_TEMP"] || "";
const os = __importStar(__nccwpck_require__(2037));
Expand Down Expand Up @@ -86,7 +86,6 @@ function getArduinoLint(version) {
return path.join(toolPath, "arduino-lint");
});
}
exports.getArduinoLint = getArduinoLint;
function downloadRelease(version) {
return __awaiter(this, void 0, void 0, function* () {
// Download
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"nock": "^13.5.4",
"prettier": "^3.3.2",
"ts-jest": "^28.0.8",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}

0 comments on commit 955c245

Please sign in to comment.