Skip to content

Commit 76889cb

Browse files
build(deps-dev): bump typescript from 5.7.2 to 5.7.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 792ce67 commit 76889cb

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
@@ -86,7 +86,7 @@
8686
"eslint-plugin-tsdoc": "^0.4.0",
8787
"@vitest/eslint-plugin": "^1.1.23",
8888
"eslint-config-prettier": "^9.1.0",
89-
"typescript": "^5.7.2",
89+
"typescript": "^5.7.3",
9090
"vite": "^6.0.9",
9191
"@typescript-eslint/utils": "^8.19.0",
9292
"globals": "^15.14.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,10 +2540,10 @@ typescript-eslint@^8.19.0:
25402540
"@typescript-eslint/parser" "8.19.0"
25412541
"@typescript-eslint/utils" "8.19.0"
25422542

2543-
typescript@^5.7.2:
2544-
version "5.7.2"
2545-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
2546-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
2543+
typescript@^5.7.3:
2544+
version "5.7.3"
2545+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
2546+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
25472547

25482548
uc.micro@^2.0.0, uc.micro@^2.1.0:
25492549
version "2.1.0"

0 commit comments

Comments
 (0)