From c749759a5afdba9371c34f75a779c8cc73e0455a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 22:08:46 +0000 Subject: [PATCH] chore(deps): update devdependency @nuxt/module-builder to v0.5.5 (#678) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2f61f2f81..ce51c4429 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@jest/globals": "29.7.0", "@nuxt/devtools": "1.0.6", "@nuxt/eslint-config": "0.2.0", - "@nuxt/module-builder": "0.5.4", + "@nuxt/module-builder": "0.5.5", "@testing-library/vue": "8.0.1", "@types/estree": "1.0.5", "@types/jsdom": "21.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b195872b..5e5b74ffd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,8 +102,8 @@ importers: specifier: 0.2.0 version: 0.2.0(eslint@8.56.0) '@nuxt/module-builder': - specifier: 0.5.4 - version: 0.5.4(@nuxt/kit@3.9.0)(nuxi@3.10.0)(typescript@5.3.3) + specifier: 0.5.5 + version: 0.5.5(@nuxt/kit@3.9.0)(nuxi@3.10.0)(typescript@5.3.3) '@testing-library/vue': specifier: 8.0.1 version: 8.0.1(@vue/compiler-sfc@3.3.13)(vue@3.3.13) @@ -2380,6 +2380,26 @@ packages: - typescript dev: true + /@nuxt/module-builder@0.5.5(@nuxt/kit@3.9.0)(nuxi@3.10.0)(typescript@5.3.3): + resolution: {integrity: sha512-ifFfwA1rbSXSae25RmqA2kAbV3xoShZNrq1yK8VXB/EnIcDn4WiaYR1PytaSxIt5zsvWPn92BJXiIUBiMQZ0hw==} + hasBin: true + peerDependencies: + '@nuxt/kit': ^3.8.2 + nuxi: ^3.10.0 + dependencies: + '@nuxt/kit': 3.9.0(rollup@4.9.1) + citty: 0.1.5 + consola: 3.2.3 + mlly: 1.4.2 + nuxi: 3.10.0 + pathe: 1.1.1 + unbuild: 2.0.0(typescript@5.3.3) + transitivePeerDependencies: + - sass + - supports-color + - typescript + dev: true + /@nuxt/schema@3.9.0(rollup@4.9.1): resolution: {integrity: sha512-NaRiq+g6XE4YOZLy7be2e6AmZCW0gfQWDM88TSfNr3Lypo+6PuY2VqzZLpSvOCNlW3CFj/kWtMdhool2BP0yIg==} engines: {node: ^14.18.0 || >=16.10.0}