diff --git a/packages/backpack-react/package.json b/packages/backpack-react/package.json index 468afed..da703ef 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": "5.3.x" }, "peerDependencies": { "react": ">=16" diff --git a/packages/backpack-tokens/package.json b/packages/backpack-tokens/package.json index ac8f9f0..7b614bd 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": "5.3.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 289d3e2..360df27 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": "5.3.3" }, "peerDependencies": { "yo": ">3.x" diff --git a/packages/stickerbomb/package.json b/packages/stickerbomb/package.json index 80fa008..6d55a25 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": "5.3.x" }, "engines": { "node": ">=10" diff --git a/yarn.lock b/yarn.lock index 0829549..fe32be5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21766,20 +21766,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@5.3.3, typescript@5.3.x: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== typescript@^3.2.4, typescript@^3.7.3: version "3.9.7"