Skip to content

Commit

Permalink
fix(compat): update patch for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Feb 20, 2024
1 parent 943a9f0 commit f5e8b83
Show file tree
Hide file tree
Showing 4 changed files with 1,844 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,14 @@ const SLICES = [
from: `9420c380b6f1f072ff66372cbf776fafd6eeed1c`,
to: `9420c380b6f1f072ff66372cbf776fafd6eeed1c`,
onto: `e80675868dff622d0870939e7c9930c68904e7e7`,
range: `>=5.4.0-beta`,
range: `>=5.4.0-beta <5.4.1-rc`,
},
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-5.4-rc
{
from: `786e26825dad9dcc0eff79610bffd8bb121e7e8a`,
to: `786e26825dad9dcc0eff79610bffd8bb121e7e8a`,
onto: `db6b2a980280a9c87799b9c1edd6d71e92bb255b`,
range: `>=5.4.1-rc`,
},
];

Expand Down
Loading

0 comments on commit f5e8b83

Please sign in to comment.