Skip to content

Commit c9e5a45

Browse files
chore: bump typescript from 4.3.5 to 5.8.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.3.5 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v4.3.5...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2faceef commit c9e5a45

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"rollup-plugin-sourcemaps": "^0.6.3",
7474
"source-map-support": "^0.5.19",
7575
"terser": "^5.3.8",
76-
"typescript": "^4.0.5",
76+
"typescript": "^5.8.2",
7777
"typescript-json-schema": "^0.64.0",
7878
"vega-datasets": "latest",
7979
"vega-lite-dev-config": "^0.18.0"

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -7632,11 +7632,16 @@ typescript-json-schema@^0.64.0:
76327632
typescript "~5.1.0"
76337633
yargs "^17.1.1"
76347634

7635-
typescript@^4.0.5, typescript@^4.3.5:
7635+
typescript@^4.3.5:
76367636
version "4.3.5"
76377637
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
76387638
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
76397639

7640+
typescript@^5.8.2:
7641+
version "5.8.2"
7642+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
7643+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
7644+
76407645
typescript@~5.1.0:
76417646
version "5.1.6"
76427647
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"

0 commit comments

Comments
 (0)