Skip to content

Commit e8f1490

Browse files
build(deps-dev): bump typescript from 4.9.5 to 5.1.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5241aa7 commit e8f1490

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
@@ -100,7 +100,7 @@
100100
"lint-staged": "^13.1.1",
101101
"prettier": "^2.8.4",
102102
"ts-prune": "^0.10.3",
103-
"typescript": "^4.9.5",
103+
"typescript": "^5.1.3",
104104
"utility-types": "^3.10.0"
105105
}
106106
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10520,10 +10520,10 @@ typed-array-length@^1.0.4:
1052010520
for-each "^0.3.3"
1052110521
is-typed-array "^1.1.9"
1052210522

10523-
typescript@^4.9.5:
10524-
version "4.9.5"
10525-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
10526-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
10523+
typescript@^5.1.3:
10524+
version "5.1.3"
10525+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
10526+
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
1052710527

1052810528
ua-parser-js@^0.7.30:
1052910529
version "0.7.34"

0 commit comments

Comments
 (0)