Skip to content

Commit

Permalink
Upgrade: Bump typescript from 3.9.5 to 5.3.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.9.5...v5.3.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent cbdd432 commit 8fdd5ed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/backpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/backpack-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-backpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/stickerbomb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 4 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21766,20 +21766,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

[email protected]:
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==

[email protected]:
version "4.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==

[email protected]:
version "4.1.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
[email protected], [email protected]:
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"
Expand Down

0 comments on commit 8fdd5ed

Please sign in to comment.