Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.0.4 to 5.3.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.0.4...v5.3.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent 7fce373 commit d63b80c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"ts-jest": "29.1.0",
"ts-node": "^10.9.1",
"turbo": "^1.9.3",
"typescript": "5.0.4",
"typescript": "5.3.3",
"ui": "*",
"vite": "^4.1.4",
"vite-compatible-readable-stream": "^3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/react-dom": "18.2.6",
"concurrently": "^8.2.0",
"eslint": "^8.43.0",
"typescript": "5.0.4",
"typescript": "5.3.3",
"serve": "^14.2.1"
}
}
2 changes: 1 addition & 1 deletion apps/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"glob": "^10.3.10",
"typescript": "^5.0.2",
"typescript": "^5.3.3",
"ui": "*",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"recharts": "^2.8.0",
"simplebar-react": "^3.2.4",
"sonner": "^0.5.0",
"typescript": "5.0.4",
"typescript": "5.3.3",
"use-debounce": "^9.0.4",
"use-deep-compare-effect": "^1.8.1",
"use-immer": "^0.9.0",
Expand Down
17 changes: 6 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18522,21 +18522,16 @@ typeforce@^1.11.5:
resolved "https://registry.npmjs.org/typeforce/-/typeforce-1.18.0.tgz"
integrity sha512-7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g==

[email protected], typescript@~5.0.4:
[email protected], "typescript@^4.6.4 || ^5.0.0", "typescript@^4.7 || 5", typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

typescript@~5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==

"typescript@^4.6.4 || ^5.0.0":
version "5.1.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz"
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==

"typescript@^4.7 || 5", typescript@^5.0.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

uberproto@^1.1.0:
version "1.2.0"
resolved "https://registry.npmjs.org/uberproto/-/uberproto-1.2.0.tgz"
Expand Down

0 comments on commit d63b80c

Please sign in to comment.