diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-16 19:46:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-16 19:46:03 +0000 |
| commit | e11fcc2689805c691ba1bcad799fee10e609fdc3 (patch) | |
| tree | a30910c2a58db0f94cc7e8fd4b172dc065bdc06a | |
| parent | chore(deps): update dependency @types/node to v18 (#41) (diff) | |
| download | holo-schedule-renovate/typescript-5.x.tar.xz holo-schedule-renovate/typescript-5.x.zip | |
chore(deps): update dependency typescript to v5renovate/typescript-5.x
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index b461481..3f01125 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-promise": "^6.0.0", "eslint-plugin-standard": "^5.0.0", "semantic-release": "^19.0.0", - "typescript": "^4.0.0" + "typescript": "^5.0.0" }, "scripts": { "build": "tsc", @@ -4359,10 +4359,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.0.0: - version "4.5.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" - integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== +typescript@^5.0.0: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== uglify-js@^3.1.4: version "3.14.5" |