From abf56a1f585ca77cb9f9477ba44f64bcea38b881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 02:04:26 +0000 Subject: [PATCH] build(deps-dev): Bump typescript from 4.4.2 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 97f26cf..271a72f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-github-btn": "^1.2.0", "react-syntax-highlighter": "^15.2.1", "ts-loader": "^9.2.6", - "typescript": "4.4.2", + "typescript": "5.1.3", "webpack": "^5.64.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.5.0" diff --git a/yarn.lock b/yarn.lock index 193565d..697aed9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3014,10 +3014,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86" - integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ== +typescript@5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== universalify@^0.1.0: version "0.1.2"