Skip to content

Commit f72c32f

Browse files
Update dependency typescript to v6
1 parent 0f69071 commit f72c32f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"esbuild": "0.28.0",
4040
"lodash": "4.18.1",
4141
"ts-node": "10.9.2",
42-
"typescript": "5.9.3"
42+
"typescript": "6.0.3"
4343
},
4444
"dependencies": {}
4545
}

packages/prometheus-metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"sinon": "21.1.2",
3838
"supertest": "7.2.2",
3939
"ts-node": "10.9.2",
40-
"typescript": "5.9.3"
40+
"typescript": "6.0.3"
4141
},
4242
"dependencies": {
4343
"@tryghost/logging": "^4.0.3",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7914,6 +7914,11 @@ typescript@5.9.3:
79147914
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
79157915
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
79167916

7917+
typescript@6.0.3:
7918+
version "6.0.3"
7919+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
7920+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
7921+
79177922
typical@^7.3.0:
79187923
version "7.3.0"
79197924
resolved "https://registry.yarnpkg.com/typical/-/typical-7.3.0.tgz#930376be344228709f134613911fa22aa09617a4"

0 commit comments

Comments
 (0)