Skip to content

Commit

Permalink
Merge pull request #72 from earthly/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
Update dependency typescript to v5
  • Loading branch information
idodod authored Mar 26, 2024
2 parents 93b38a7 + 2b730a4 commit 0bc1e9c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dist/cache-save/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79102,11 +79102,11 @@ var State;
State["CachePrimaryKey"] = "EARTHLY_CACHE_KEY";
State["CacheMatchedKey"] = "EARTHLY_CACHE_RESULT";
State["BinaryPath"] = "EARTHLY_BINARY_PATH";
})(State = exports.State || (exports.State = {}));
})(State || (exports.State = State = {}));
var Outputs;
(function (Outputs) {
Outputs["CacheHit"] = "cache-hit";
})(Outputs = exports.Outputs || (exports.Outputs = {}));
})(Outputs || (exports.Outputs = Outputs = {}));


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion dist/cache-save/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88069,11 +88069,11 @@ var State;
State["CachePrimaryKey"] = "EARTHLY_CACHE_KEY";
State["CacheMatchedKey"] = "EARTHLY_CACHE_RESULT";
State["BinaryPath"] = "EARTHLY_BINARY_PATH";
})(State = exports.State || (exports.State = {}));
})(State || (exports.State = State = {}));
var Outputs;
(function (Outputs) {
Outputs["CacheHit"] = "cache-hit";
})(Outputs = exports.Outputs || (exports.Outputs = {}));
})(Outputs || (exports.Outputs = Outputs = {}));


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion dist/setup/index.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 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 @@ -44,6 +44,6 @@
"jest": "^29.2.2",
"prettier": "^3.0.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"typescript": "^5.0.0"
}
}

0 comments on commit 0bc1e9c

Please sign in to comment.