chore(deps): update nuxt framework to ^3.16.0 (v3) (#3484)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
This commit is contained in:
renovate[bot]
2025-03-09 12:28:54 +01:00
committed by GitHub
parent 619bf0d7c9
commit 9979a1c818
7 changed files with 1127 additions and 1327 deletions

View File

@@ -67,7 +67,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare docs && vite build playground-vue",
"docs": "DEV=true nuxi dev docs",
"docs:build": "nuxi build docs",
"docs:build": "NODE_OPTIONS='--max-old-space-size=8192' nuxi build docs",
"docs:prepare": "nuxt-component-meta docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
@@ -83,13 +83,13 @@
"@internationalized/number": "^3.6.0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/kit": "^3.16.0",
"@nuxt/schema": "^3.16.0",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/postcss": "^4.0.12",
"@tailwindcss/vite": "^4.0.12",
"@tanstack/vue-table": "^8.21.2",
"@unhead/vue": "^1.11.20",
"@unhead/vue": "^2.0.0-rc.9",
"@vueuse/core": "^12.8.2",
"@vueuse/integrations": "^12.8.2",
"colortranslator": "^4.1.0",
@@ -129,7 +129,7 @@
"eslint": "^9.22.0",
"happy-dom": "^17.1.2",
"joi": "^17.13.3",
"nuxt": "^3.15.4",
"nuxt": "^3.16.0",
"release-it": "^18.1.2",
"superstruct": "^2.0.2",
"valibot": "^0.42.1",
@@ -147,9 +147,8 @@
"chokidar": "3.6.0",
"debug": "4.3.7",
"happy-dom": "17.1.2",
"rollup": "4.32.1",
"rollup": "4.34.9",
"typescript": "5.6.3",
"unimport": "3.14.5",
"unplugin": "^2.2.0",
"vue": "3.5.13",
"vue-tsc": "2.2.0"