Skip to content

Commit 3fddf2f

Browse files
authored
chore: avoid TypeScript 5.3 (#1473)
1 parent 9eb59cc commit 3fddf2f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,8 @@
160160
},
161161
"publishConfig": {
162162
"provenance": true
163+
},
164+
"resolutions": {
165+
"typescript": "~5.2.2"
163166
}
164167
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10864,7 +10864,7 @@ __metadata:
1086410864
languageName: node
1086510865
linkType: hard
1086610866

10867-
"typescript@npm:^4.6.4 || ^5.2.2, typescript@npm:^5.0.4":
10867+
"typescript@npm:~5.2.2":
1086810868
version: 5.2.2
1086910869
resolution: "typescript@npm:5.2.2"
1087010870
bin:
@@ -10874,7 +10874,7 @@ __metadata:
1087410874
languageName: node
1087510875
linkType: hard
1087610876

10877-
"typescript@patch:typescript@^4.6.4 || ^5.2.2#~builtin<compat/typescript>, typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
10877+
"typescript@patch:typescript@npm%3A~5.2.2#~builtin<compat/typescript>":
1087810878
version: 5.2.2
1087910879
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
1088010880
bin:

0 commit comments

Comments
 (0)