From 2ae9e6880c5a63048cdd125d941011bc60088aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:01:12 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.3 to 5.0.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v5.0.2) --- 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..d3d86728 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.2", "vue": "^2.7.0", "vue-template-compiler": "^2.7.0", "vuepress": "^1.5.1" diff --git a/yarn.lock b/yarn.lock index 1d3799b8..2af5f112 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.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== typescript@~4.1.5: version "4.1.5"