mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore(deps): update dependency unenv to ^1.2.0 (main) (#19087)
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
af55b9882e
commit
e2fc6f267d
@ -76,7 +76,7 @@
|
||||
"strip-literal": "^1.0.1",
|
||||
"ufo": "^1.0.1",
|
||||
"unctx": "^2.1.2",
|
||||
"unenv": "^1.1.1",
|
||||
"unenv": "^1.2.0",
|
||||
"unhead": "^1.0.22",
|
||||
"unimport": "^2.2.4",
|
||||
"unplugin": "^1.1.0",
|
||||
|
@ -448,7 +448,7 @@ importers:
|
||||
ufo: ^1.0.1
|
||||
unbuild: ^1.1.1
|
||||
unctx: ^2.1.2
|
||||
unenv: ^1.1.1
|
||||
unenv: ^1.2.0
|
||||
unhead: ^1.0.22
|
||||
unimport: ^2.2.4
|
||||
unplugin: ^1.1.0
|
||||
@ -493,7 +493,7 @@ importers:
|
||||
strip-literal: 1.0.1
|
||||
ufo: 1.0.1
|
||||
unctx: 2.1.2
|
||||
unenv: 1.1.1
|
||||
unenv: 1.2.0
|
||||
unhead: 1.0.22
|
||||
unimport: 2.2.4
|
||||
unplugin: 1.1.0
|
||||
@ -6580,7 +6580,7 @@ packages:
|
||||
source-map-support: 0.5.21
|
||||
std-env: 3.3.2
|
||||
ufo: 1.0.1
|
||||
unenv: 1.1.1
|
||||
unenv: 1.2.0
|
||||
unimport: 2.2.4_rollup@3.14.0
|
||||
unstorage: 1.1.4
|
||||
transitivePeerDependencies:
|
||||
@ -8432,8 +8432,8 @@ packages:
|
||||
busboy: 1.6.0
|
||||
dev: true
|
||||
|
||||
/unenv/1.1.1:
|
||||
resolution: {integrity: sha512-AfQ+sKCdeSPX/rp0tL9LZz3cAu1Mt0i9UADuN1MtbsITKDS2PqSx8LQUBMf8lKuziitIWXXwU6JXrmzARFVSRw==}
|
||||
/unenv/1.2.0:
|
||||
resolution: {integrity: sha512-8AcXA+xAz/C8ZVlIv+voD/uCe6V/LkQgZtQYOBjuKYNXhBitsOiy+QYrUPelLRDY2WB86Njw/qLawYNh8iDsvQ==}
|
||||
dependencies:
|
||||
defu: 6.1.2
|
||||
mime: 3.0.0
|
||||
|
@ -43,7 +43,7 @@ describe.skipIf(isWindows)('minimal nuxt application', () => {
|
||||
expect(stats.server.totalBytes).toBeLessThan(92000)
|
||||
|
||||
const modules = await analyzeSizes('node_modules/**/*', serverDir)
|
||||
expect(modules.totalBytes).toBeLessThan(2700000)
|
||||
expect(modules.totalBytes).toBeLessThan(2700100)
|
||||
|
||||
const packages = modules.files
|
||||
.filter(m => m.endsWith('package.json'))
|
||||
|
Loading…
Reference in New Issue
Block a user