chore(deps): update all non-major dependencies (main) (#29873)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-11 12:27:19 +00:00 committed by GitHub
parent b1059f0f03
commit f43d8ec1cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 628 additions and 358 deletions

View File

@ -56,14 +56,14 @@
"nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",
"nuxt": "workspace:*",
"ohash": "1.1.4",
"postcss": "8.4.47",
"postcss": "8.4.48",
"rollup": "4.25.0",
"send": ">=1.1.0",
"typescript": "5.6.3",
"ufo": "1.5.4",
"unbuild": "3.0.0-rc.11",
"unhead": "1.11.11",
"vite": "5.4.10",
"vite": "5.4.11",
"vue": "3.5.12"
},
"devDependencies": {
@ -79,7 +79,7 @@
"@types/semver": "7.5.8",
"@unhead/schema": "1.11.11",
"@unhead/vue": "1.11.11",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue": "5.1.5",
"@vitest/coverage-v8": "2.1.4",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20",

View File

@ -53,7 +53,7 @@
"@types/semver": "7.5.8",
"nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",
"unbuild": "3.0.0-rc.11",
"vite": "5.4.10",
"vite": "5.4.11",
"vitest": "2.1.4",
"webpack": "5.96.1"
},

View File

@ -129,10 +129,10 @@
"@nuxt/ui-templates": "1.3.4",
"@parcel/watcher": "2.5.0",
"@types/estree": "1.0.6",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue": "5.1.5",
"@vue/compiler-sfc": "3.5.12",
"unbuild": "3.0.0-rc.11",
"vite": "5.4.10",
"vite": "5.4.11",
"vitest": "2.1.4"
},
"peerDependencies": {

View File

@ -54,7 +54,7 @@
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"pify": "^6.1.0",
"postcss": "^8.4.47",
"postcss": "^8.4.48",
"postcss-import": "^16.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.1.1",

View File

@ -40,8 +40,8 @@
"@types/pug": "2.0.10",
"@types/sass-loader": "8.0.9",
"@unhead/schema": "1.11.11",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
"@vitejs/plugin-vue": "5.1.5",
"@vitejs/plugin-vue-jsx": "4.1.0",
"@vue/compiler-core": "3.5.12",
"@vue/compiler-sfc": "3.5.12",
"@vue/language-core": "2.1.10",
@ -53,7 +53,7 @@
"unbuild": "3.0.0-rc.11",
"unctx": "2.3.1",
"unenv": "1.10.0",
"vite": "5.4.10",
"vite": "5.4.11",
"vue": "3.5.12",
"vue-bundle-renderer": "2.1.1",
"vue-loader": "17.4.2",

View File

@ -20,7 +20,7 @@
"devDependencies": {
"@unocss/reset": "0.64.0",
"beasties": "0.1.0",
"html-validate": "8.24.2",
"html-validate": "8.25.0",
"htmlnano": "2.1.1",
"jiti": "2.4.0",
"knitwork": "1.1.0",
@ -30,6 +30,6 @@
"tinyexec": "0.3.1",
"tinyglobby": "0.2.10",
"unocss": "0.64.0",
"vite": "5.4.10"
"vite": "5.4.11"
}
}

View File

@ -34,8 +34,8 @@
"dependencies": {
"@nuxt/kit": "workspace:*",
"@rollup/plugin-replace": "^6.0.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitejs/plugin-vue": "^5.1.5",
"@vitejs/plugin-vue-jsx": "^4.1.0",
"autoprefixer": "^10.4.20",
"clear": "^0.1.0",
"consola": "^3.2.3",
@ -55,14 +55,14 @@
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.2.1",
"postcss": "^8.4.47",
"postcss": "^8.4.48",
"rollup-plugin-visualizer": "^5.12.0",
"std-env": "^3.8.0",
"strip-literal": "^2.1.0",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unplugin": "^1.15.0",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-node": "^2.1.4",
"vite-plugin-checker": "^0.8.0",
"vue-bundle-renderer": "^2.1.1"

View File

@ -54,7 +54,7 @@
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"pify": "^6.1.0",
"postcss": "^8.4.47",
"postcss": "^8.4.48",
"postcss-import": "^16.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.1.1",

File diff suppressed because it is too large Load Diff