chore(deps): update

This commit is contained in:
Benjamin Canac
2024-07-09 11:22:29 +02:00
parent 12e9ec28ae
commit d94f8b7452
8 changed files with 1632 additions and 2043 deletions

View File

@@ -7,8 +7,12 @@ export default defineNuxtConfig({
}
}
},
modules: ['../src/module'],
future: {
compatibilityVersion: 4
}
},
compatibilityDate: '2024-07-09'
})

View File

@@ -9,6 +9,6 @@
},
"dependencies": {
"@nuxt/ui": "latest",
"nuxt": "^3.12.2"
"nuxt": "^3.12.3"
}
}