Skip to content

Commit

Permalink
update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFuks committed Jun 25, 2024
1 parent 0f49b1e commit 3cdad41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/b1167472.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
ts-overrides-plugin: patch
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"ts-patch": "^3.0.0 || ^2.0.0 || ^1.0.0",
"typescript": ">=5.5.1 || ^4.0.0"
"typescript": "<=5.5.1 || ^4.0.0 || ^3.0.0"
},
"license": "MIT",
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6823,7 +6823,7 @@ __metadata:
typescript: "npm:5.5.1-rc"
peerDependencies:
ts-patch: ^3.0.0 || ^2.0.0 || ^1.0.0
typescript: ">=5.5.1 || ^4.0.0"
typescript: <=5.5.1 || ^4.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 3cdad41

Please sign in to comment.