Skip to content

Commit 102e5fb

Browse files
chore(deps-dev): bump typescript from 5.0.4 to 5.9.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.0.4 to 5.9.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.0.4...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b56242 commit 102e5fb

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"lint-staged": "^13.2.2",
5858
"nock": "^13.3.1",
5959
"rollup": "^3.23.0",
60-
"typescript": "^5.0.4",
60+
"typescript": "^5.9.3",
6161
"vitest": "^0.31.1"
6262
},
6363
"publishConfig": {

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3793,15 +3793,10 @@ typed-array-length@^1.0.4:
37933793
for-each "^0.3.3"
37943794
is-typed-array "^1.1.9"
37953795

3796-
"typescript@^4.6.4 || ^5.2.2":
3797-
version "5.6.3"
3798-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
3799-
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
3800-
3801-
typescript@^5.0.4:
3802-
version "5.0.4"
3803-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
3804-
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
3796+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.9.3:
3797+
version "5.9.3"
3798+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
3799+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
38053800

38063801
ufo@^1.1.2:
38073802
version "1.1.2"

0 commit comments

Comments
 (0)