From 06cd63d95428fef6ed36df50bc70bb414a319548 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 21 Jan 2022 14:40:26 +0100 Subject: [PATCH] chore(deps): bump `@nuxt/module-builder` --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e32bd3e7..0a71bd68 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "pathe": "^0.2.0" }, "devDependencies": { - "@nuxt/module-builder": "0.1.6", + "@nuxt/module-builder": "^0.1.7", "@nuxtjs/eslint-config-typescript": "^8.0.0", "@types/lodash-es": "^4.17.5", "@vueuse/components": "^7.5.4", diff --git a/yarn.lock b/yarn.lock index 5708d281..fbf89c01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -451,10 +451,10 @@ unctx "^1.0.2" untyped "^0.3.0" -"@nuxt/module-builder@0.1.6": - version "0.1.6" - resolved "https://registry.yarnpkg.com/@nuxt/module-builder/-/module-builder-0.1.6.tgz#e7e03697a4500c268e635e9c6e91be586daf81e3" - integrity sha512-JOe8FgavtYVaMXI54GyCh0nxNJG6XwmGPE5VFeQwdrfRqzYQAjZ0MwLu+0kxilakyJjHim0fsMxiX8Dtp+2Lpw== +"@nuxt/module-builder@^0.1.7": + version "0.1.7" + resolved "https://registry.yarnpkg.com/@nuxt/module-builder/-/module-builder-0.1.7.tgz#6de83fa24a839265d43abdb5ecf8ec85456ca765" + integrity sha512-ueTrJhXrKKxGp6VAe2C/nOqTeRoy0qfq9RH2QVl0kq0duDyQHCe1e8dw8yBbYjTlSvfqBPYaraxpX8i2zis2cw== dependencies: consola "^2.15.3" mlly "^0.3.19"