From 29aeef2e64fa6eb8a6ce23727ee3f96b8ae613c1 Mon Sep 17 00:00:00 2001 From: Mateusz Narowski Date: Tue, 7 May 2024 12:23:53 +0200 Subject: [PATCH] fix: use of hookable package instead of hable --- lib/plugins/context.js | 2 +- package.json | 3 ++- yarn.lock | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/plugins/context.js b/lib/plugins/context.js index f1b62b1f..55795188 100644 --- a/lib/plugins/context.js +++ b/lib/plugins/context.js @@ -1,5 +1,5 @@ import { defu } from 'defu' -import Hookable from 'hable' +import Hookable from 'hookable' import api from '~typo3/plugins/api' import i18n from '~typo3/plugins/i18n' import domains from '~typo3/plugins/domains' diff --git a/package.json b/package.json index 195a7953..5d24e289 100755 --- a/package.json +++ b/package.json @@ -45,7 +45,8 @@ "vee-validate": "^3.4.14", "defu": "^6.1.2", "scule": "^0.3.2", - "consola": "^2.15.3" + "consola": "^2.15.3", + "hookable": "^5.5.3" }, "devDependencies": { "@babel/core": "latest", diff --git a/yarn.lock b/yarn.lock index 0952e328..ca5ceac1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6029,6 +6029,11 @@ hmac-drbg@^1.0.1: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" +hookable@^5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/hookable/-/hookable-5.5.3.tgz#6cfc358984a1ef991e2518cb9ed4a778bbd3215d" + integrity sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ== + hosted-git-info@^2.1.4: version "2.8.9" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"