Skip to content

Commit 4296588

Browse files
⬆️ Bump typescript from 5.5.4 to 5.6.2 (#1347)
⬆️ Bump typescript from 5.5.4 to 5.6.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.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.5.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cfcbaaf commit 4296588

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
@@ -85,7 +85,7 @@
8585
"pkg": "5.8.1",
8686
"prettier": "3.3.3",
8787
"turbo": "^2.0.3",
88-
"typescript": "^5.5.4"
88+
"typescript": "^5.6.2"
8989
},
9090
"jest": {
9191
"coverageDirectory": "./coverage/",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5643,10 +5643,10 @@ type-fest@^4.21.0:
56435643
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.23.0.tgz#8196561a6b835175473be744f3e41e2dece1496b"
56445644
integrity sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==
56455645

5646-
typescript@^5.5.4:
5647-
version "5.5.4"
5648-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
5649-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
5646+
typescript@^5.6.2:
5647+
version "5.6.2"
5648+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
5649+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
56505650

56515651
uint8array-extras@^1.1.0:
56525652
version "1.2.0"

0 commit comments

Comments
 (0)