Skip to content

Commit bd26c73

Browse files
authored
build: Update @wordpress/block-editor patch (#132)
Address the following error logged while running `npm install`: ``` patch-package 8.0.0 Applying patches... @wordpress/[email protected] ✔ Warning: patch-package detected a patch file version mismatch Don't worry! This is probably fine. The patch was still applied successfully. Here's the deets: Patch file created for @wordpress/[email protected] applied to @wordpress/[email protected] At path node_modules/@wordpress/block-editor This warning is just to give you a heads-up. There is a small chance of breakage even though the patch was applied successfully. Make sure the package still behaves like you expect (you wrote tests, right?) and then run patch-package @wordpress/block-editor to update the version in the patch file name and make this warning go away. --- patch-package finished with 1 warning(s). ```
1 parent 6b1d7c2 commit bd26c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/@wordpress+block-editor+14.11.0.patch renamed to patches/@wordpress+block-editor+14.17.0.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/node_modules/@wordpress/block-editor/build-module/components/inserter/index.js b/node_modules/@wordpress/block-editor/build-module/components/inserter/index.js
2-
index aa2e9a5..f2d8481 100644
2+
index 78b9b8f..3c0049d 100644
33
--- a/node_modules/@wordpress/block-editor/build-module/components/inserter/index.js
44
+++ b/node_modules/@wordpress/block-editor/build-module/components/inserter/index.js
5-
@@ -192,6 +192,7 @@ class Inserter extends Component {
5+
@@ -191,6 +191,7 @@ class Inserter extends Component {
66
shift: true
77
},
88
onToggle: this.onToggle,

0 commit comments

Comments
 (0)