Skip to content

Commit 43c61dc

Browse files
Bump typescript from 5.7.3 to 5.8.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 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@v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0deea25 commit 43c61dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"cheerio": "^1.0.0",
6969
"markdownlint-rule-helpers": "^0.28.0",
7070
"rsync": "^0.6.1",
71-
"typescript": "^5.7.3"
71+
"typescript": "^5.8.2"
7272
},
7373
"browserslist": {
7474
"production": [

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@
18081808
"@types/gtag.js" "^0.0.12"
18091809
tslib "^2.6.0"
18101810

1811-
"@docusaurus/[email protected]":
1811+
"@docusaurus/[email protected]", "@docusaurus/plugin-google-tag-manager@^3.7.0":
18121812
version "3.7.0"
18131813
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.7.0.tgz#0a4390f4b0e760d073bdb1905436bfa7bd71356b"
18141814
integrity sha512-X8U78nb8eiMiPNg3jb9zDIVuuo/rE1LjGDGu+5m5CX4UBZzjMy+klOY2fNya6x8ACyE/L3K2erO1ErheP55W/w==
@@ -11255,10 +11255,10 @@ typedarray-to-buffer@^3.1.5:
1125511255
dependencies:
1125611256
is-typedarray "^1.0.0"
1125711257

11258-
typescript@^5.7.3:
11259-
version "5.7.3"
11260-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
11261-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
11258+
typescript@^5.8.2:
11259+
version "5.8.2"
11260+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
11261+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
1126211262

1126311263
uc.micro@^2.0.0, uc.micro@^2.1.0:
1126411264
version "2.1.0"

0 commit comments

Comments
 (0)