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 Sep 27, 2023
1 parent 4a6f932 commit f302ee7
Show file tree
Hide file tree
Showing 5 changed files with 1,823 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.2.1-rc-sdk",
"version": "5.3.0-beta-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,14 @@ const SLICES = [
from: `8c288a316928c9c161215fdf91ef015caa610d5b`,
to: `8c288a316928c9c161215fdf91ef015caa610d5b`,
onto: `6074b9d12b70757fe68ab2b4da059ea363c4df04`,
range: `>=5.2.1-rc`,
range: `>=5.2.1-rc <5.3.0-beta`,
},
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-5.3
{
from: `6c89747f2a998135c4bad3150b44093de41f3bf5`,
to: `6c89747f2a998135c4bad3150b44093de41f3bf5`,
onto: `cbcf511efbd25ce0d2b08aca133bc2aad0ef92ed`,
range: `>=5.3.0-beta`,
},
];

Expand Down
Loading

0 comments on commit f302ee7

Please sign in to comment.