From 9ed1cb58a6d7023748f911e3857848c19be17792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 13:58:43 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.3 to 5.0.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 5.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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 267da77f..d7ef7243 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "rimraf": "^3.0.0", "spectron": "^15.0.0", "terminal-tasks": "^0.0.5", - "typescript": "^4.7.2", + "typescript": "^5.0.3", "vue": "^2.7.0", "vue-template-compiler": "^2.7.0", "vuepress": "^1.5.1" diff --git a/yarn.lock b/yarn.lock index 1d3799b8..bc10ed7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17023,10 +17023,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.7.2: - version "4.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" - integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== +typescript@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf" + integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA== typescript@~4.1.5: version "4.1.5"