- 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 2
Commit 5c752fc
fix(sdks): support Prettier v3 (#5411)
**What's the problem this PR addresses?**
Prettier v3 changes the path to the entry point so we need to update the
path used.
**How did you fix it?**
Updated the SDK to require `prettier` and let Node.js find the entry
point.
**Checklist**
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [x] I have set the packages that need to be released for my changes to
be effective.
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.1 parent cf24f17 commit 5c752fc
File tree
3 files changed
+16
-5
lines changed- .yarn/versions
- packages/yarnpkg-sdks/sources- sdks
 
3 files changed
+16
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | + | ||
| 2 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 206 | 206 |  | |
| 207 | 207 |  | |
| 208 | 208 |  | |
| 209 | - | ||
| 209 | + | ||
| 210 | 210 |  | |
| 211 | 211 |  | |
| 212 | 212 |  | |
|  | |||
| 224 | 224 |  | |
| 225 | 225 |  | |
| 226 | 226 |  | |
| 227 | + | ||
| 227 | 228 |  | |
| 228 | 229 |  | |
| 229 | 230 |  | |
| 230 | - | ||
| 231 | + | ||
| 231 | 232 |  | |
| 232 | 233 |  | |
| 233 | 234 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 19 | 19 |  | |
| 20 | 20 |  | |
| 21 | 21 |  | |
| 22 | - | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 23 | 26 |  | |
| 24 | 27 |  | |
| 25 | 28 |  | |
| 26 | 29 |  | |
| 27 | 30 |  | |
| 28 | 31 |  | |
| 29 | 32 |  | |
| 30 | - | ||
| 33 | + | ||
| 34 | + | ||
| 35 | + | ||
| 31 | 36 |  | |
| 32 | - | ||
| 37 | + | ||
| 38 | + | ||
| 39 | + | ||
| 40 | + | ||
| 33 | 41 |  | |
| 34 | 42 |  | |
| 35 | 43 |  | |
|  | |||
0 commit comments