From 6ce30e3b5e0189b58248945f88a4b93822b3bfee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:10:49 +0000 Subject: [PATCH] chore(deps): update dependency @nuxtjs/i18n to v8.0.1 --- pnpm-lock.yaml | 37 +++++++++++++++++++++++++++++++++++-- src/package.json | 2 +- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 060840d3a..2b6b2100d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ importers: specifier: 12.1.0 version: 12.1.0(eslint@8.56.0)(typescript@5.3.3) '@nuxtjs/i18n': - specifier: 8.0.0 - version: 8.0.0(rollup@4.9.6)(vue-router@4.2.5)(vue@3.4.15) + specifier: 8.0.1 + version: 8.0.1(rollup@4.9.6)(vue@3.4.15) '@nuxtjs/tailwindcss': specifier: 6.11.0 version: 6.11.0(rollup@4.9.6) @@ -4597,6 +4597,39 @@ packages: - vue-router dev: true + /@nuxtjs/i18n@8.0.1(rollup@4.9.6)(vue@3.4.15): + resolution: {integrity: sha512-h1IBAY/sdGYHEud/HrL28tx632wteggQ1hFWO+XBj/5xBAVfgSYjcaB3bWtB6KNXYktojWOifW0QIis5lfx7UQ==} + engines: {node: ^14.16.0 || >=16.11.0} + dependencies: + '@intlify/h3': 0.5.0 + '@intlify/shared': 9.9.1 + '@intlify/unplugin-vue-i18n': 2.0.0(rollup@4.9.6)(vue-i18n@9.9.1) + '@intlify/utils': 0.12.0 + '@miyaneee/rollup-plugin-json5': 1.2.0(rollup@4.9.6) + '@nuxt/kit': 3.10.0(rollup@4.9.6) + '@rollup/plugin-yaml': 4.1.2(rollup@4.9.6) + '@vue/compiler-sfc': 3.4.15 + debug: 4.3.4 + defu: 6.1.4 + estree-walker: 3.0.3 + is-https: 4.0.0 + knitwork: 1.0.0 + magic-string: 0.30.6 + mlly: 1.5.0 + pathe: 1.1.2 + sucrase: 3.35.0 + ufo: 1.3.2 + unplugin: 1.6.0 + vue-i18n: 9.9.1(vue@3.4.15) + vue-router: 4.2.5(vue@3.4.15) + transitivePeerDependencies: + - petite-vue-i18n + - rollup + - supports-color + - vue + - vue-i18n-bridge + dev: true + /@nuxtjs/seo@2.0.0-rc.5(@lezer/common@1.2.1)(@nuxt/devtools@1.0.8)(@unhead/shared@1.8.10)(@vue/compiler-core@3.4.15)(h3@1.10.1)(nuxt@3.10.0)(postcss@8.4.33)(rollup@4.9.6)(unhead@1.8.10)(vite@5.0.12)(vue@3.4.15)(webpack@5.90.0): resolution: {integrity: sha512-7EHLnVRWzxz3PbpXOEg7oie8IBUidhn9SoZQICQ2C8ta6bHa6/iNHvpkCP7/wEnTu20PZlubqyQ+PtJ0KwgkHg==} dependencies: diff --git a/src/package.json b/src/package.json index 85ea9e2fb..0d84e1d4e 100644 --- a/src/package.json +++ b/src/package.json @@ -56,7 +56,7 @@ "@heroicons/vue": "2.1.1", "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.5", "@nuxtjs/eslint-config-typescript": "12.1.0", - "@nuxtjs/i18n": "8.0.0", + "@nuxtjs/i18n": "8.0.1", "@nuxtjs/tailwindcss": "6.11.2", "@nuxtjs/turnstile": "0.6.3", "@pinia/nuxt": "0.5.1",