Skip to content

Commit 4350328

Browse files
Update dependency typescript to v6
1 parent 5f165f5 commit 4350328

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "^8.18.0",
3030
"fastify": "^4.1.0",
3131
"ts-node": "^10.8.1",
32-
"typescript": "^4.7.4"
32+
"typescript": "^6.0.0"
3333
},
3434
"dependencies": {
3535
"better-object-constructor": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,10 +1426,10 @@ typescript@>=3.0.1:
14261426
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
14271427
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
14281428

1429-
typescript@^4.7.4:
1430-
version "4.8.3"
1431-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
1432-
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==
1429+
typescript@^6.0.0:
1430+
version "6.0.2"
1431+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
1432+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
14331433

14341434
uri-js@^4.2.2:
14351435
version "4.4.1"

0 commit comments

Comments
 (0)