-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Dependency patches | ||
|
||
Sometimes there are problems with dependencies that can be solved by patching them. Gutenberg uses | ||
[`patch-package`](https://www.npmjs.com/package/patch-package) to patch npm dependencies when | ||
they're installed. | ||
|
||
Existing patches should be described and justified here. | ||
|
||
## Patches | ||
|
||
### `patches/lighthouse+10.4.0.patch` | ||
|
||
No notes. | ||
|
||
### `patches/react-autosize-textarea+7.1.0.patch` | ||
|
||
This package is unmaintained. It's incompatible with some recent versions of React types in ways | ||
that are mostly harmless. | ||
|
||
The `onPointerEnterCapture` and `onPointerLeaveCapture` events were removed. The package is patched | ||
to remove those events as well. | ||
|
||
See https://github.com/facebook/react/pull/17883. | ||
|
||
### `patches/react-devtools-core+4.28.5.patch` | ||
|
||
No notes. | ||
|
||
### `patches/react-native+0.73.3.patch` | ||
|
||
No notes. |