Skip to content

Commit 2a3cc00

Browse files
⬆️ Bump typescript from 5.3.3 to 5.4.5 (#1302)
⬆️ Bump typescript from 5.3.3 to 5.4.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.4.5) --- 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 34bb90c commit 2a3cc00

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
@@ -86,7 +86,7 @@
8686
"pkg": "5.8.1",
8787
"prettier": "3.2.4",
8888
"turbo": "^1.12.5",
89-
"typescript": "^5.3.3"
89+
"typescript": "^5.4.5"
9090
},
9191
"jest": {
9292
"coverageDirectory": "./coverage/",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5679,10 +5679,10 @@ typedarray-to-buffer@^3.1.5:
56795679
dependencies:
56805680
is-typedarray "^1.0.0"
56815681

5682-
typescript@^5.3.3:
5683-
version "5.3.3"
5684-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
5685-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
5682+
typescript@^5.4.5:
5683+
version "5.4.5"
5684+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
5685+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
56865686

56875687
uint8array-extras@^0.3.0:
56885688
version "0.3.0"

0 commit comments

Comments
 (0)