From 945b3e1494620d86aecdedc2b54c80083ae32dcc Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Tue, 11 Feb 2025 14:19:08 -0300 Subject: [PATCH] Use a forked version of wp-hookdoc that does not need taffy --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 044934a3c..6fb03de4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "lint-staged": "^15.0.1", "postcss-preset-env": "^9.2.0", "terser-webpack-plugin": "^5.3.0", - "wp-hookdoc": "^0.2.0" + "wp-hookdoc": "github:felipeelia/wp-hookdoc#trunk" }, "engines": { "node": ">=20", @@ -22269,7 +22269,8 @@ } }, "node_modules/wp-hookdoc": { - "version": "0.2.0", + "version": "0.1.1", + "resolved": "git+ssh://git@github.com/felipeelia/wp-hookdoc.git#559a16b5c07297cdfbdfaf0dda2b55dd1cb774f7", "dev": true, "license": "MIT" }, @@ -36781,8 +36782,9 @@ "peer": true }, "wp-hookdoc": { - "version": "0.2.0", - "dev": true + "version": "git+ssh://git@github.com/felipeelia/wp-hookdoc.git#559a16b5c07297cdfbdfaf0dda2b55dd1cb774f7", + "dev": true, + "from": "wp-hookdoc@github:felipeelia/wp-hookdoc#trunk" }, "wrap-ansi": { "version": "7.0.0", diff --git a/package.json b/package.json index c14aeb2ff..6cfe292b2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lint-staged": "^15.0.1", "postcss-preset-env": "^9.2.0", "terser-webpack-plugin": "^5.3.0", - "wp-hookdoc": "^0.2.0" + "wp-hookdoc": "github:felipeelia/wp-hookdoc#trunk" }, "scripts": { "prepare": "husky",