Skip to content

Commit 552db6f

Browse files
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](https://github.com/microsoft/TypeScript/commits) --- 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]>
1 parent 508956e commit 552db6f

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.3",
3333
"ts-jest": "^28.0.8",
3434
"type-plus": "^7.6.2",
35-
"typescript": "^5.8.2"
35+
"typescript": "^5.8.3"
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.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==
2346+
typescript@^5.8.3:
2347+
version "5.8.3"
2348+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
2349+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
23502350

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

0 commit comments

Comments
 (0)