Skip to content

Commit 33ff5f5

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 528ce81 commit 33ff5f5

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.2.6"
7676
}
7777
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9549,10 +9549,10 @@ typed-array-length@^1.0.7:
95499549
possible-typed-array-names "^1.0.0"
95509550
reflect.getprototypeof "^1.0.6"
95519551

9552-
typescript@^4.9.5:
9553-
version "4.9.5"
9554-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
9555-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
9552+
typescript@^5.8.3:
9553+
version "5.8.3"
9554+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
9555+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
95569556

95579557
ua-parser-js@^0.7.30:
95589558
version "0.7.33"

0 commit comments

Comments
 (0)