chore: refresh lockfile (#19653)

This commit is contained in:
Daniel Roe 2023-03-13 20:20:45 +00:00 committed by GitHub
parent 31445c1ebe
commit 472ee4f8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 876 additions and 471 deletions

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(94000)
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect(modules.totalBytes).toBeLessThan(2714500)
expect(modules.totalBytes).toBeLessThan(2716000)
const packages = modules.files
.filter(m => m.endsWith('package.json'))