Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 11, 2023
1 parent 8bad6d1 commit ab1ba50
Show file tree
Hide file tree
Showing 16 changed files with 842 additions and 767 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
},
"devDependencies": {
"@logux/eslint-config": "^48.0.0",
"@size-limit/dual-publish": "workspace:^8.0.0",
"@size-limit/esbuild": "workspace:^8.0.0",
"@size-limit/file": "workspace:^8.0.0",
"@size-limit/preset-app": "workspace:^8.0.0",
"@size-limit/preset-big-lib": "workspace:^8.0.0",
"@size-limit/preset-small-lib": "workspace:^8.0.0",
"@size-limit/time": "workspace:^8.0.0",
"@size-limit/webpack": "workspace:^8.0.0",
"@size-limit/webpack-why": "workspace:^8.0.0",
"@size-limit/dual-publish": "workspace:^8.1.0",
"@size-limit/esbuild": "workspace:^8.1.0",
"@size-limit/file": "workspace:^8.1.0",
"@size-limit/preset-app": "workspace:^8.1.0",
"@size-limit/preset-big-lib": "workspace:^8.1.0",
"@size-limit/preset-small-lib": "workspace:^8.1.0",
"@size-limit/time": "workspace:^8.1.0",
"@size-limit/webpack": "workspace:^8.1.0",
"@size-limit/webpack-why": "workspace:^8.1.0",
"clean-publish": "^4.1.1",
"cross-spawn": "^7.0.3",
"dual-publish": "^3.0.1",
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dual-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"size-limit": "8.1.0"
},
"devDependencies": {
"size-limit": "workspace:^8.0.0"
"size-limit": "workspace:^8.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"size-limit": "8.1.0"
},
"dependencies": {
"esbuild": "^0.15.7",
"esbuild": "^0.15.18",
"nanoid": "^3.3.4"
},
"devDependencies": {
"@size-limit/file": "workspace:^8.0.0",
"@size-limit/file": "workspace:^8.1.0",
"redux": "^4.2.0",
"size-limit": "workspace:^8.0.0"
"size-limit": "workspace:^8.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/esbuild/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ it('uses esbuild to make bundle', async () => {
esbuildOutfile: config.checks[0].esbuildOutfile,
esbuildConfig: config.checks[0].esbuildConfig,
bundles: [join(config.checks[0].esbuildOutfile, 'big.js')],
size: 1818
size: 2115
}
]
})
Expand Down Expand Up @@ -219,7 +219,7 @@ it('can use `modifyEsbuildConfig` for resolution of aliases', async () => {
return config
}
})
).toBe(1818)
).toBe(2115)
})

it('supports specifying the import', async () => {
Expand Down
4 changes: 2 additions & 2 deletions packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"size-limit": "8.1.0"
},
"dependencies": {
"semver": "7.3.7"
"semver": "7.3.8"
},
"devDependencies": {
"size-limit": "workspace:^8.0.0"
"size-limit": "workspace:^8.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"size-limit": "8.1.0"
},
"dependencies": {
"@size-limit/file": "8.1.0",
"@size-limit/time": "8.1.0"
"@size-limit/file": "workspace:8.1.0",
"@size-limit/time": "workspace:8.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/preset-big-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"size-limit": "8.1.0"
},
"dependencies": {
"@size-limit/file": "8.1.0",
"@size-limit/time": "8.1.0",
"@size-limit/webpack": "8.1.0"
"@size-limit/file": "workspace:8.1.0",
"@size-limit/time": "workspace:8.1.0",
"@size-limit/webpack": "workspace:8.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/preset-small-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"size-limit": "8.1.0"
},
"dependencies": {
"@size-limit/esbuild": "8.1.0",
"@size-limit/file": "8.1.0"
"@size-limit/esbuild": "workspace:8.1.0",
"@size-limit/file": "workspace:8.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/size-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"picocolors": "^1.0.0"
},
"devDependencies": {
"@size-limit/esbuild": "workspace:^8.0.0",
"@size-limit/file": "workspace:^8.0.0",
"@size-limit/webpack": "workspace:^8.0.0"
"@size-limit/esbuild": "workspace:^8.1.0",
"@size-limit/file": "workspace:^8.1.0",
"@size-limit/webpack": "workspace:^8.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/size-limit/test/run.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ it('shows error on missed package.json', async () => {
it('shows syntax errors in package.json', async () => {
let stderr = await error('package-syntax')
expect(stderr).toContain('ERROR')
expect(stderr).toContain('SyntaxError: Unexpected end of JSON input')
expect(stderr).toContain('SyntaxError')
})

it('shows error in JSON format', async () => {
Expand Down Expand Up @@ -372,9 +372,9 @@ it('returns zero for empty file with esbuild and without gzip', async () => {
if (NODE_VERSION >= 16) {
it('allows to use peer dependencies in import', async () => {
await checkJson('combine', [
{ name: 'all', size: 1960 },
{ name: 'all', size: 2253 },
{ name: 'a', size: 1 },
{ name: 'redux', size: 1955 }
{ name: 'redux', size: 2249 }
])
})
}
Expand Down
2 changes: 1 addition & 1 deletion packages/time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"devDependencies": {
"nanoid": "^3.3.4",
"size-limit": "workspace:^8.0.0"
"size-limit": "workspace:^8.1.0"
}
}
12 changes: 6 additions & 6 deletions packages/webpack-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"size-limit": "8.1.0"
},
"dependencies": {
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"style-loader": "^3.3.1"
},
"devDependencies": {
"@size-limit/file": "workspace:^8.0.0",
"@size-limit/webpack": "workspace:^8.0.0",
"size-limit": "workspace:^8.0.0",
"webpack": "^5.74.0"
"@size-limit/file": "workspace:^8.1.0",
"@size-limit/webpack": "workspace:^8.1.0",
"size-limit": "workspace:^8.1.0",
"webpack": "^5.75.0"
}
}
8 changes: 4 additions & 4 deletions packages/webpack-why/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@statoscope/webpack-plugin": "^5.24.0"
},
"devDependencies": {
"@size-limit/file": "workspace:^8.0.0",
"@size-limit/webpack": "workspace:^8.0.0",
"@size-limit/file": "workspace:^8.1.0",
"@size-limit/webpack": "workspace:^8.1.0",
"redux": "^4.2.0",
"size-limit": "workspace:^8.0.0",
"webpack": "^5.74.0"
"size-limit": "workspace:^8.1.0",
"webpack": "^5.75.0"
}
}
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"dependencies": {
"escape-string-regexp": "^4.0.0",
"nanoid": "^3.3.4",
"webpack": "^5.74.0"
"webpack": "^5.75.0"
},
"devDependencies": {
"@size-limit/file": "workspace:^8.0.0",
"@size-limit/file": "workspace:^8.1.0",
"redux": "^4.2.0",
"size-limit": "workspace:^8.0.0"
"size-limit": "workspace:^8.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/webpack/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ it('uses webpack to make bundle', async () => {
webpackOutput: config.checks[0].webpackOutput,
webpackConfig: config.checks[0].webpackConfig,
bundles: [join(config.checks[0].webpackOutput, 'index.js')],
size: 2163
size: 2472
}
]
})
Expand Down

0 comments on commit ab1ba50

Please sign in to comment.