Skip to content

Commit 27ef07e

Browse files
Update dependency typescript to v5.9.3 (#630)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2730d60 commit 27ef07e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/color-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rollup-plugin-terser": "7.0.2",
4545
"should": "13.2.3",
4646
"sinon": "21.0.0",
47-
"typescript": "5.9.2"
47+
"typescript": "5.9.3"
4848
},
4949
"dependencies": {
5050
"@types/color": "3.0.6",

packages/custom-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"mocha": "11.7.3",
4545
"sinon": "21.0.0",
4646
"ts-node": "10.9.2",
47-
"typescript": "5.9.2"
47+
"typescript": "5.9.3"
4848
}
4949
}

packages/referrer-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint": "^8.52.0",
5858
"should": "13.2.3",
5959
"sinon": "21.0.0",
60-
"typescript": "5.9.2",
60+
"typescript": "5.9.3",
6161
"vite": "^7.0.0",
6262
"vite-plugin-dts": "^4.0.0",
6363
"vitest": "^3.0.0"

packages/timezone-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"rollup-plugin-terser": "7.0.2",
4646
"should": "13.2.3",
4747
"sinon": "21.0.0",
48-
"typescript": "5.9.2"
48+
"typescript": "5.9.3"
4949
}
5050
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12199,10 +12199,10 @@ [email protected]:
1219912199
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
1220012200
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
1220112201

12202-
12203-
version "5.9.2"
12204-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
12205-
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
12202+
12203+
version "5.9.3"
12204+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
12205+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
1220612206

1220712207
"typescript@^3 || ^4":
1220812208
version "4.9.5"

0 commit comments

Comments
 (0)