From d126d0e31a026ddbf577752d86b1c4867f7b5380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 09:59:46 +0000 Subject: [PATCH] chore(deps-dev): Bump typescript from 4.5.2 to 5.0.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 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 | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index def21a8..65a114b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint-config-satya164": "3.1.x", "microbundle": "0.14.x", "prettier": "2.5.x", - "typescript": "4.5.x" + "typescript": "5.0.x" }, "engines": { "node": ">= 16.13.0", diff --git a/yarn.lock b/yarn.lock index 78399b9..2eaec7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4410,7 +4410,12 @@ type-fest@^0.20.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== -typescript@4.5.x, typescript@^4.1.3: +typescript@5.0.x: + version "5.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf" + integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA== + +typescript@^4.1.3: version "4.5.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998" integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==