Skip to content

Commit 6646db4

Browse files
committed
fix(compat): update patch for [email protected]
1 parent 7fab4f1 commit 6646db4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/plugin-compat/extra/typescript/gen-typescript-patch.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,14 @@ const SLICES = [
288288
from: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
289289
to: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
290290
onto: `b4732bdd6199ec353ec0873f334515f391d80d3b`,
291-
range: `>=5.6.0-beta`,
291+
range: `>=5.6.0-beta <5.6.1-rc`,
292+
},
293+
// https://github.com/yarnpkg/TypeScript/tree/merceyz/pnp-5.6-rc
294+
{
295+
from: `1d266cf9f891ba07d88929da5db1ceac91ae9acc`,
296+
to: `1d266cf9f891ba07d88929da5db1ceac91ae9acc`,
297+
onto: `e6914a558775bd3ba3dc5567877604a0864b9338`,
298+
range: `>=5.6.1-rc`,
292299
},
293300
];
294301

0 commit comments

Comments
 (0)