Skip to content

Commit 4039500

Browse files
Bump typescript from 4.9.5 to 5.8.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.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](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-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df8b12c commit 4039500

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
@@ -71,7 +71,7 @@
7171
"react-test-renderer": "^18.3.1",
7272
"ts-jest": "^29.2.5",
7373
"ts-node": "^10.9.2",
74-
"typescript": "^4.9.5",
74+
"typescript": "^5.8.3",
7575
"vite": "^6.3.2"
7676
}
7777
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9589,10 +9589,10 @@ typed-array-length@^1.0.7:
95899589
possible-typed-array-names "^1.0.0"
95909590
reflect.getprototypeof "^1.0.6"
95919591

9592-
typescript@^4.9.5:
9593-
version "4.9.5"
9594-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
9595-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
9592+
typescript@^5.8.3:
9593+
version "5.8.3"
9594+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
9595+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
95969596

95979597
ua-parser-js@^0.7.30:
95989598
version "0.7.33"

0 commit comments

Comments
 (0)