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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2023-03-22 17:45:39 -07:00 committed by GitHub
parent 284199979f
commit fc9c3803b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 228 additions and 627 deletions

View File

@ -67,7 +67,7 @@
"nuxt": "workspace:*", "nuxt": "workspace:*",
"ofetch": "^1.0.1", "ofetch": "^1.0.1",
"pathe": "^1.1.0", "pathe": "^1.1.0",
"rimraf": "^4.4.0", "rimraf": "^4.4.1",
"semver": "^7.3.8", "semver": "^7.3.8",
"std-env": "^3.3.2", "std-env": "^3.3.2",
"typescript": "^5.0.2", "typescript": "^5.0.2",

View File

@ -85,7 +85,7 @@
"knitwork": "^1.0.0", "knitwork": "^1.0.0",
"magic-string": "^0.30.0", "magic-string": "^0.30.0",
"mlly": "^1.2.0", "mlly": "^1.2.0",
"nitropack": "~2.3.1", "nitropack": "~2.3.2",
"nuxi": "3.3.1", "nuxi": "3.3.1",
"ofetch": "^1.0.1", "ofetch": "^1.0.1",
"ohash": "^1.0.0", "ohash": "^1.0.0",

View File

@ -25,7 +25,7 @@
"@unhead/schema": "^1.1.23", "@unhead/schema": "^1.1.23",
"@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1", "@vitejs/plugin-vue-jsx": "^3.0.1",
"nitropack": "~2.3.1", "nitropack": "~2.3.2",
"unbuild": "latest", "unbuild": "latest",
"vite": "~4.2.1" "vite": "~4.2.1"
}, },

View File

@ -29,7 +29,7 @@
"pathe": "^1.1.0" "pathe": "^1.1.0"
}, },
"devDependencies": { "devDependencies": {
"playwright": "^1.31.2", "playwright": "^1.32.0",
"unbuild": "latest", "unbuild": "latest",
"vitest": "^0.29.7" "vitest": "^0.29.7"
}, },

View File

@ -52,7 +52,7 @@
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vue-bundle-renderer": "^1.0.2", "vue-bundle-renderer": "^1.0.2",
"vue-loader": "^17.0.1", "vue-loader": "^17.0.1",
"webpack": "^5.76.2", "webpack": "^5.76.3",
"webpack-bundle-analyzer": "^4.8.0", "webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-middleware": "^6.0.2", "webpack-dev-middleware": "^6.0.2",
"webpack-hot-middleware": "^2.25.3", "webpack-hot-middleware": "^2.25.3",

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@ describe.skipIf(isWindows)('minimal nuxt application', () => {
expect(stats.server.totalBytes).toBeLessThan(93900) expect(stats.server.totalBytes).toBeLessThan(93900)
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect(modules.totalBytes).toBeLessThan(2693900) expect(modules.totalBytes).toBeLessThan(2694400)
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))