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

This commit is contained in:
renovate[bot] 2024-07-16 13:15:06 +01:00 committed by GitHub
parent e19d5dd243
commit eac0734a3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 616 additions and 131 deletions

View File

@ -48,7 +48,7 @@
"rollup": "^4.18.1",
"typescript": "5.5.3",
"unbuild": "3.0.0-rc.6",
"vite": "5.3.3",
"vite": "5.3.4",
"vue": "3.4.31"
},
"devDependencies": {
@ -87,7 +87,7 @@
"nuxt-content-twoslash": "0.1.0",
"ofetch": "1.3.4",
"pathe": "1.1.2",
"playwright-core": "1.45.1",
"playwright-core": "1.45.2",
"rimraf": "6.0.1",
"semver": "7.6.2",
"std-env": "3.7.0",

View File

@ -43,7 +43,7 @@
"semver": "^7.6.2",
"ufo": "^1.5.3",
"unctx": "^2.3.1",
"unimport": "^3.7.2",
"unimport": "^3.8.0",
"untyped": "^1.4.2"
},
"devDependencies": {
@ -51,7 +51,7 @@
"@types/semver": "7.5.8",
"nitro": "npm:nitro-nightly@3.0.0-beta-28665895.e727afda",
"unbuild": "3.0.0-rc.6",
"vite": "5.3.3",
"vite": "5.3.4",
"vitest": "1.6.0",
"webpack": "5.93.0"
},

View File

@ -108,7 +108,7 @@
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
"unenv": "^1.9.0",
"unimport": "^3.7.2",
"unimport": "^3.8.0",
"unplugin": "^1.11.0",
"unplugin-vue-router": "^0.10.0",
"unstorage": "^1.10.2",
@ -126,7 +126,7 @@
"@vitejs/plugin-vue": "5.0.5",
"@vue/compiler-sfc": "3.4.31",
"unbuild": "3.0.0-rc.6",
"vite": "5.3.3",
"vite": "5.3.4",
"vitest": "1.6.0"
},
"peerDependencies": {

View File

@ -46,7 +46,7 @@
"@vue/compiler-sfc": "3.4.31",
"@vue/language-core": "2.0.26",
"c12": "2.0.0-beta.1",
"esbuild-loader": "4.2.1",
"esbuild-loader": "4.2.2",
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"ignore": "5.3.1",
"nitro": "npm:nitro-nightly@3.0.0-beta-28665895.e727afda",
@ -54,7 +54,7 @@
"unbuild": "3.0.0-rc.6",
"unctx": "2.3.1",
"unenv": "1.9.0",
"vite": "5.3.3",
"vite": "5.3.4",
"vue": "3.4.31",
"vue-bundle-renderer": "2.1.0",
"vue-loader": "17.4.2",
@ -73,7 +73,7 @@
"std-env": "^3.7.0",
"ufo": "^1.5.3",
"uncrypto": "^0.1.3",
"unimport": "^3.7.2",
"unimport": "^3.8.0",
"untyped": "^1.4.2"
},
"engines": {

View File

@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/html-minifier": "4.0.5",
"@unocss/reset": "0.61.3",
"@unocss/reset": "0.61.4",
"critters": "0.0.24",
"execa": "9.3.0",
"globby": "14.0.2",
@ -30,7 +30,7 @@
"pathe": "1.1.2",
"prettier": "3.3.3",
"scule": "1.3.0",
"unocss": "0.61.3",
"vite": "5.3.3"
"unocss": "0.61.4",
"vite": "5.3.4"
}
}

View File

@ -62,7 +62,7 @@
"ufo": "^1.5.3",
"unenv": "^1.9.0",
"unplugin": "^1.11.0",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-node": "^1.6.0",
"vite-plugin-checker": "^0.7.2",
"vue-bundle-renderer": "^2.1.0"

View File

@ -32,7 +32,7 @@
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^7.0.4",
"defu": "^6.1.4",
"esbuild-loader": "^4.2.1",
"esbuild-loader": "^4.2.2",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"file-loader": "^6.2.0",

File diff suppressed because it is too large Load Diff