Skip to content

Commit 95a24c5

Browse files
chore(deps-dev): bump typescript from 5.4.5 to 5.8.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.4.5...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05a377c commit 95a24c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"prettier": "^3.5.3",
325325
"ts-loader": "^9.5.1",
326326
"tsc-watch": "^6.2.1",
327-
"typescript": "^5.4.5",
327+
"typescript": "^5.8.3",
328328
"utf-8-validate": "^6.0.5",
329329
"vitest": "^0.34.6",
330330
"vscode-test": "^1.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6876,10 +6876,10 @@ typedarray-to-buffer@^3.1.5:
68766876
dependencies:
68776877
is-typedarray "^1.0.0"
68786878

6879-
typescript@^5.4.5:
6880-
version "5.4.5"
6881-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
6882-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
6879+
typescript@^5.8.3:
6880+
version "5.8.3"
6881+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
6882+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
68836883

68846884
ua-parser-js@1.0.40:
68856885
version "1.0.40"

0 commit comments

Comments
 (0)