From 90e6c7d4f490e34f8e89c756fb78c448c8998e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 09:39:14 +0000 Subject: [PATCH] Upgrade: Bump typescript from 4.0.2 to 4.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/backpack-react/package.json | 2 +- packages/backpack-tokens/package.json | 2 +- packages/generator-backpack/package.json | 2 +- packages/stickerbomb/package.json | 2 +- yarn.lock | 18 ++++-------------- 5 files changed, 8 insertions(+), 18 deletions(-) diff --git a/packages/backpack-react/package.json b/packages/backpack-react/package.json index 0fbcc78c..d28211af 100644 --- a/packages/backpack-react/package.json +++ b/packages/backpack-react/package.json @@ -59,7 +59,7 @@ "ts-loader": "8.0.x", "tsdx": "0.13.3", "tslib": "2.0.x", - "typescript": "4.0.x" + "typescript": "4.5.x" }, "peerDependencies": { "react": ">=16" diff --git a/packages/backpack-tokens/package.json b/packages/backpack-tokens/package.json index ea8f59d1..98924d04 100644 --- a/packages/backpack-tokens/package.json +++ b/packages/backpack-tokens/package.json @@ -36,7 +36,7 @@ "nearest-color": "0.4.4", "replace": "1.2.x", "ts-node": "9.1.x", - "typescript": "4.1.x", + "typescript": "4.5.x", "vuepress": "1.8.x", "vuepress-plugin-typescript": "0.3.1" } diff --git a/packages/generator-backpack/package.json b/packages/generator-backpack/package.json index b9074f26..6d5366ac 100644 --- a/packages/generator-backpack/package.json +++ b/packages/generator-backpack/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@types/node": "13.7.7", "@types/yeoman-generator": "3.1.4", - "typescript": "3.9.5" + "typescript": "4.5.2" }, "peerDependencies": { "yo": ">3.x" diff --git a/packages/stickerbomb/package.json b/packages/stickerbomb/package.json index 9bcb56fe..dff02bf9 100644 --- a/packages/stickerbomb/package.json +++ b/packages/stickerbomb/package.json @@ -52,7 +52,7 @@ "@types/svgo": "1.3.x", "tsdx": "0.14.1", "tslib": "2.0.x", - "typescript": "4.1.x" + "typescript": "4.5.x" }, "engines": { "node": ">=10" diff --git a/yarn.lock b/yarn.lock index 371c38e8..211e0b84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21537,20 +21537,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@3.9.5: - version "3.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36" - integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ== - -typescript@4.0.x: - version "4.0.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5" - integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg== - -typescript@4.1.x: - version "4.1.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" - integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== +typescript@4.5.2, typescript@4.5.x: + version "4.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998" + integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw== typescript@^3.2.4, typescript@^3.7.3: version "3.9.7"