Skip to content

Commit

Permalink
Update nested dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 23, 2023
1 parent 832c22e commit 6a3d9f3
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 252 deletions.
6 changes: 3 additions & 3 deletions packages/preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"size-limit": "9.0.0"
},
"dependencies": {
"@size-limit/file": "9.0.0",
"@size-limit/time": "9.0.0",
"size-limit": "9.0.0"
"@size-limit/file": "workspace:*",
"@size-limit/time": "workspace:*",
"size-limit": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions packages/preset-big-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"size-limit": "9.0.0"
},
"dependencies": {
"@size-limit/file": "9.0.0",
"@size-limit/time": "9.0.0",
"@size-limit/webpack": "9.0.0",
"size-limit": "9.0.0"
"@size-limit/file": "workspace:*",
"@size-limit/time": "workspace:*",
"@size-limit/webpack": "workspace:*",
"size-limit": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions packages/preset-small-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"size-limit": "9.0.0"
},
"dependencies": {
"@size-limit/esbuild": "9.0.0",
"@size-limit/file": "9.0.0",
"size-limit": "9.0.0"
"@size-limit/esbuild": "workspace:*",
"@size-limit/file": "workspace:*",
"size-limit": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/webpack/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ it('uses webpack to make bundle', async () => {
{
bundles: [join(config.checks[0].webpackOutput, 'index.js')],
files: [fixture('cjs/big.js')],
size: 2477,
size: 2482,
webpackConfig: config.checks[0].webpackConfig,
webpackOutput: config.checks[0].webpackOutput
}
Expand Down

0 comments on commit 6a3d9f3

Please sign in to comment.