Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 0f76a43

Browse files
chore: bump typescript from 4.5.4 to 4.6.2 (#867)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.6.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.4...v4.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77022b6 commit 0f76a43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prettier": "2.5.1",
2727
"semver-compare": "^1.0.0",
2828
"ts-node": "^10.4.0",
29-
"typescript": "^4.5.4"
29+
"typescript": "^4.6.2"
3030
},
3131
"engines": {
3232
"node": "^14.17.6"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -996,10 +996,10 @@ type-fest@^0.11.0:
996996
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
997997
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
998998

999-
typescript@^4.5.4:
1000-
version "4.5.4"
1001-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
1002-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
999+
typescript@^4.6.2:
1000+
version "4.6.2"
1001+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
1002+
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
10031003

10041004
uc.micro@^1.0.1, uc.micro@^1.0.5:
10051005
version "1.0.6"

0 commit comments

Comments
 (0)