Skip to content

Commit 3d99027

Browse files
Bump typescript from 5.7.3 to 5.8.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2. - [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.3...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fec6af0 commit 3d99027

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prettier": "^3.5.2",
3333
"ts-jest": "^28.0.8",
3434
"type-plus": "^7.6.2",
35-
"typescript": "^5.7.3"
35+
"typescript": "^5.8.2"
3636
},
3737
"dependencies": {}
3838
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2343,10 +2343,10 @@ type-plus@^7.6.2:
23432343
tersify "^3.11.1"
23442344
unpartial "^1.0.4"
23452345

2346-
typescript@^5.7.3:
2347-
version "5.7.3"
2348-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
2349-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
2346+
typescript@^5.8.2:
2347+
version "5.8.2"
2348+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
2349+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
23502350

23512351
unpartial@^1.0.0, unpartial@^1.0.4:
23522352
version "1.0.4"

0 commit comments

Comments
 (0)