From d571954b784bb80fb04c9fd1525aaef2f186c2ce Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 9 Feb 2024 04:38:53 +0000 Subject: [PATCH] Build(deps-dev): bump @nuxtjs/i18n from 8.0.2 to 8.1.0 Bumps [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module) from 8.0.2 to 8.1.0. - [Release notes](https://github.com/nuxt-community/i18n-module/releases) - [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/i18n-module/compare/v8.0.2...v8.1.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2cd5876..b60e2a0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@nuxt/devtools": "^1.0.8", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/eslint-module": "^4.1.0", - "@nuxtjs/i18n": "^8.0.2", + "@nuxtjs/i18n": "^8.1.0", "@pinia-plugin-persistedstate/nuxt": "^1.2.0", "@typescript-eslint/parser": "^6.21.0", "@vue/test-utils": "^2.4.4", diff --git a/yarn.lock b/yarn.lock index bd1480c..8dcb7c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2121,10 +2121,10 @@ pathe "^1.1.0" vite-plugin-eslint "^1.8.1" -"@nuxtjs/i18n@^8.0.2": - version "8.0.2" - resolved "https://registry.yarnpkg.com/@nuxtjs/i18n/-/i18n-8.0.2.tgz#dab84669ec2bb0b83f658fc9b3ac8895a5be252b" - integrity sha512-cIZc6PvSjSJ15FTol6XT8AV9jwF8OKu5pmPje/wsQeG41phQAqEGcLwv+3hrhZgBZhQ3k9w/asWl/uTWGqTgFw== +"@nuxtjs/i18n@^8.1.0": + version "8.1.0" + resolved "https://registry.yarnpkg.com/@nuxtjs/i18n/-/i18n-8.1.0.tgz#f2ae0aa898d482528ce72d4388dd31e778277d47" + integrity sha512-4J3rvqb8TAAwMWgQxU4qzu+61bJBm/4531ISN1dDG498zT4ozpwHC72noAd9h2iV6BpRA4wFASiqFMSMnFBBZQ== dependencies: "@intlify/h3" "^0.5.0" "@intlify/shared" "^9.9.0" -- 2.52.0