Skip to content

Commit

Permalink
chore: avoid TypeScript 5.3 (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 26, 2023
1 parent 9eb59cc commit 3fddf2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,8 @@
},
"publishConfig": {
"provenance": true
},
"resolutions": {
"typescript": "~5.2.2"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10864,7 +10864,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.6.4 || ^5.2.2, typescript@npm:^5.0.4":
"typescript@npm:~5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
Expand All @@ -10874,7 +10874,7 @@ __metadata:
languageName: node
linkType: hard

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

0 comments on commit 3fddf2f

Please sign in to comment.