mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore(deps): update all non-major dependencies (main) (#19914)
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:
parent
1ae5b2c58b
commit
24739b6a8c
@ -49,7 +49,7 @@
|
||||
"@nuxt/webpack-builder": "workspace:*",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
||||
"@types/crawler": "^1.2.2",
|
||||
"@types/node": "^18.15.8",
|
||||
"@types/node": "^18.15.10",
|
||||
"@types/rimraf": "^3.0.2",
|
||||
"@types/semver": "^7.3.13",
|
||||
"@unocss/reset": "^0.50.6",
|
||||
|
@ -37,7 +37,7 @@
|
||||
"semver": "^7.3.8",
|
||||
"unctx": "^2.1.2",
|
||||
"unimport": "^3.0.4",
|
||||
"untyped": "^1.2.2"
|
||||
"untyped": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash.template": "^4.5.1",
|
||||
|
@ -35,7 +35,7 @@
|
||||
"execa": "^7.1.1",
|
||||
"flat": "^5.0.2",
|
||||
"giget": "^1.1.2",
|
||||
"h3": "^1.6.2",
|
||||
"h3": "^1.6.3",
|
||||
"jiti": "^1.18.2",
|
||||
"listhen": "^1.0.4",
|
||||
"mlly": "^1.2.0",
|
||||
|
@ -78,9 +78,9 @@
|
||||
"estree-walker": "^3.0.3",
|
||||
"fs-extra": "^11.1.1",
|
||||
"globby": "^13.1.3",
|
||||
"h3": "^1.6.2",
|
||||
"h3": "^1.6.3",
|
||||
"hash-sum": "^2.0.0",
|
||||
"hookable": "^5.5.0",
|
||||
"hookable": "^5.5.2",
|
||||
"jiti": "^1.18.2",
|
||||
"knitwork": "^1.0.0",
|
||||
"magic-string": "^0.30.0",
|
||||
@ -98,7 +98,7 @@
|
||||
"unenv": "^1.2.2",
|
||||
"unimport": "^3.0.4",
|
||||
"unplugin": "^1.3.1",
|
||||
"untyped": "^1.2.2",
|
||||
"untyped": "^1.3.2",
|
||||
"vue": "^3.2.47",
|
||||
"vue-bundle-renderer": "^1.0.3",
|
||||
"vue-devtools-stub": "^0.1.0",
|
||||
|
@ -33,7 +33,7 @@
|
||||
"c12": "^1.2.0",
|
||||
"create-require": "^1.1.1",
|
||||
"defu": "^6.1.2",
|
||||
"hookable": "^5.5.0",
|
||||
"hookable": "^5.5.2",
|
||||
"jiti": "^1.18.2",
|
||||
"pathe": "^1.1.0",
|
||||
"pkg-types": "^1.0.2",
|
||||
@ -42,7 +42,7 @@
|
||||
"std-env": "^3.3.2",
|
||||
"ufo": "^1.1.1",
|
||||
"unimport": "^3.0.4",
|
||||
"untyped": "^1.2.2"
|
||||
"untyped": "^1.3.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
|
@ -29,7 +29,7 @@
|
||||
"pathe": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"playwright": "^1.32.0",
|
||||
"playwright": "^1.32.1",
|
||||
"unbuild": "latest",
|
||||
"vitest": "^0.29.7"
|
||||
},
|
||||
|
@ -33,13 +33,13 @@
|
||||
"clear": "^0.1.0",
|
||||
"cssnano": "^6.0.0",
|
||||
"defu": "^6.1.2",
|
||||
"esbuild": "^0.17.13",
|
||||
"esbuild": "^0.17.14",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
"estree-walker": "^3.0.3",
|
||||
"externality": "^1.0.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"get-port-please": "^3.0.1",
|
||||
"h3": "^1.6.2",
|
||||
"h3": "^1.6.3",
|
||||
"knitwork": "^1.0.0",
|
||||
"magic-string": "^0.30.0",
|
||||
"mlly": "^1.2.0",
|
||||
|
1154
pnpm-lock.yaml
1154
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -43,7 +43,7 @@ describe.skipIf(isWindows)('minimal nuxt application', () => {
|
||||
expect(stats.server.totalBytes).toBeLessThan(93900)
|
||||
|
||||
const modules = await analyzeSizes('node_modules/**/*', serverDir)
|
||||
expect(modules.totalBytes).toBeLessThan(2694400)
|
||||
expect(modules.totalBytes).toBeLessThan(2694800)
|
||||
|
||||
const packages = modules.files
|
||||
.filter(m => m.endsWith('package.json'))
|
||||
|
Loading…
Reference in New Issue
Block a user