Skip to content

Commit 1687300

Browse files
Update dependency typescript to v5.9.2 (#517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aff9d12 commit 1687300

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
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.8.3"
47+
"typescript": "5.9.2"
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": "10.8.2",
4545
"sinon": "21.0.0",
4646
"ts-node": "10.9.2",
47-
"typescript": "5.8.3"
47+
"typescript": "5.9.2"
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.4.3",
60+
"typescript": "5.9.2",
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.8.3"
48+
"typescript": "5.9.2"
4949
}
5050
}

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12123,20 +12123,15 @@ [email protected]:
1212312123
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
1212412124
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
1212512125

12126-
12127-
version "5.4.3"
12128-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
12129-
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
12130-
1213112126
1213212127
version "5.8.2"
1213312128
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
1213412129
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
1213512130

12136-
typescript@5.8.3:
12137-
version "5.8.3"
12138-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
12139-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
12131+
typescript@5.9.2:
12132+
version "5.9.2"
12133+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
12134+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
1214012135

1214112136
"typescript@^3 || ^4":
1214212137
version "4.9.5"

0 commit comments

Comments
 (0)