Skip to content

Commit e5e24e9

Browse files
fix(deps): update dependency typescript to ^5.7.2 (#476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5d67b2 commit e5e24e9

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-plugin-prettier": "^5.2.1",
2929
"prettier": "^3.3.3",
30-
"typescript": "^5.6.3"
30+
"typescript": "^5.7.2"
3131
},
3232
"devDependencies": {
3333
"@favware/cliff-jumper": "^3.0.3",

packages/ts-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@sapphire/ts-config": "^5.0.1",
5151
"tslib": "^2.8.1",
52-
"typescript": "^5.6.3"
52+
"typescript": "^5.7.2"
5353
},
5454
"devDependencies": {
5555
"@favware/cliff-jumper": "^3.0.3",

yarn.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ __metadata:
848848
prettier: "npm:^3.3.3"
849849
typedoc: "npm:^0.26.11"
850850
typedoc-json-parser: "npm:^10.2.0"
851-
typescript: "npm:^5.6.3"
851+
typescript: "npm:^5.7.2"
852852
languageName: unknown
853853
linkType: soft
854854

@@ -890,7 +890,7 @@ __metadata:
890890
tslib: "npm:^2.8.1"
891891
typedoc: "npm:^0.26.11"
892892
typedoc-json-parser: "npm:^10.2.0"
893-
typescript: "npm:^5.6.3"
893+
typescript: "npm:^5.7.2"
894894
languageName: unknown
895895
linkType: soft
896896

@@ -6588,6 +6588,16 @@ __metadata:
65886588
languageName: node
65896589
linkType: hard
65906590

6591+
"typescript@npm:^5.7.2":
6592+
version: 5.7.2
6593+
resolution: "typescript@npm:5.7.2"
6594+
bin:
6595+
tsc: bin/tsc
6596+
tsserver: bin/tsserver
6597+
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
6598+
languageName: node
6599+
linkType: hard
6600+
65916601
"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>":
65926602
version: 5.4.2
65936603
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=5adc0c"
@@ -6628,6 +6638,16 @@ __metadata:
66286638
languageName: node
66296639
linkType: hard
66306640

6641+
"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
6642+
version: 5.7.2
6643+
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=cef18b"
6644+
bin:
6645+
tsc: bin/tsc
6646+
tsserver: bin/tsserver
6647+
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
6648+
languageName: node
6649+
linkType: hard
6650+
66316651
"uc.micro@npm:^2.0.0, uc.micro@npm:^2.1.0":
66326652
version: 2.1.0
66336653
resolution: "uc.micro@npm:2.1.0"

0 commit comments

Comments
 (0)