Skip to content

Commit 95f60bb

Browse files
⬆️ Bump typescript from 5.8.2 to 5.8.3 (#1433)
⬆️ Bump typescript from 5.8.2 to 5.8.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 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.8.2...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1e56f3 commit 95f60bb

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
@@ -88,7 +88,7 @@
8888
"pkg": "5.8.1",
8989
"prettier": "3.5.3",
9090
"turbo": "^2.4.4",
91-
"typescript": "^5.8.2"
91+
"typescript": "^5.8.3"
9292
},
9393
"jest": {
9494
"coverageDirectory": "./coverage/",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5298,10 +5298,10 @@ type-fest@^4.21.0:
52985298
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.23.0.tgz#8196561a6b835175473be744f3e41e2dece1496b"
52995299
integrity sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==
53005300

5301-
typescript@^5.8.2:
5302-
version "5.8.2"
5303-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
5304-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
5301+
typescript@^5.8.3:
5302+
version "5.8.3"
5303+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
5304+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
53055305

53065306
uint8array-extras@^1.4.0:
53075307
version "1.4.0"

0 commit comments

Comments
 (0)