Skip to content

Commit f54abe1

Browse files
Bump typescript from 4.9.5 to 5.8.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.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.9.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 a755ea1 commit f54abe1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"mocha": "^10.2.0",
179179
"prettier": "3.0.2",
180180
"ts-loader": "^9.4.2",
181-
"typescript": "^4.9.5",
181+
"typescript": "^5.8.2",
182182
"webpack": "^5.75.0",
183183
"webpack-cli": "^5.0.1"
184184
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2563,10 +2563,10 @@ type-is@~1.6.18:
25632563
media-typer "0.3.0"
25642564
mime-types "~2.1.24"
25652565

2566-
typescript@^4.9.5:
2567-
version "4.9.5"
2568-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
2569-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
2566+
typescript@^5.8.2:
2567+
version "5.8.2"
2568+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
2569+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
25702570

25712571
undici-types@~5.26.4:
25722572
version "5.26.5"

0 commit comments

Comments
 (0)