Skip to content

Commit bf12add

Browse files
committed
docs: update @nuxtjs/i18n version requirement to ^9.0.0
Update the compatibility documentation and matrix component to reflect the new minimum required version of the @nuxtjs/i18n module.
1 parent 4d22fc3 commit bf12add

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/theme/components/CompatibilityMatrix.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
const data = [
3-
{ module: '^1.0.0', nuxt: '>=3.15.0', vuetify: '>=3.8.0', i18n: '>=8.0.0' },
3+
{ module: '^1.0.0', nuxt: '>=3.15.0', vuetify: '>=3.8.0', i18n: '>=9.0.0' },
44
{ module: '>= 0.17.0', nuxt: '>= 3.9.0', vuetify: '^3.7.0', i18n: '^8.0.0' },
55
{ module: '> 0.15.0', nuxt: '>= 3.9.0', vuetify: '^3.6.12', i18n: '^8.0.0' },
66
{ module: '>= 0.13.0', nuxt: '^3.9.0', vuetify: '^3.5.1', i18n: '^8.0.0' },

docs/guide/getting-started/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Version Requirements
44

5-
The Vuetify Nuxt Module is designed to work with **Nuxt** `^3.15.0` (including Nuxt 4 support), **Vuetify** `^3.8.0`, and **@nuxtjs/i18n** `^8.0.0`.
5+
The Vuetify Nuxt Module is designed to work with **Nuxt** `^3.15.0` (including Nuxt 4 support), **Vuetify** `^3.8.0`, and **@nuxtjs/i18n** `^9.0.0`.
66

77
::: info Builder Support
88
Please note that this module is intended to use with **Vite**. Support for Webpack and Rspack is not available.

0 commit comments

Comments
 (0)