Skip to content

Commit

Permalink
dep: upgrade webpack-5-chain (#12393)
Browse files Browse the repository at this point in the history
* dep: upgrade `webpack-5-chain`

Co-authored-by: weixue <weixue0404@airdoc.com>
Co-authored-by: 17hz <0x149527@gmail.com>

* chore: empty commit

Co-authored-by: day-xue <739919115@qq.com>

---------

Co-authored-by: weixue <weixue0404@airdoc.com>
Co-authored-by: 17hz <0x149527@gmail.com>
Co-authored-by: day-xue <739919115@qq.com>
  • Loading branch information
4 people committed May 15, 2024
1 parent f64d639 commit 3b77b0b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"webpack-5-chain","version":"8.0.1","author":"Eli Perelman <eli@eliperelman.com>","license":"MPL-2.0","typings":"types/index.d.ts"}
{"name":"webpack-5-chain","version":"8.0.2","author":"Eli Perelman <eli@eliperelman.com>","license":"MPL-2.0","typings":"types/index.d.ts"}
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ declare namespace Config {
): this;
devtoolNamespace(value: WebpackOutput['devtoolNamespace']): this;
filename(value: WebpackOutput['filename']): this;
assetModuleFilenamet(value: WebpackOutput['assetModuleFilename']): this;
assetModuleFilename(value: WebpackOutput['assetModuleFilename']): this;
globalObject(value: WebpackOutput['globalObject']): this;
uniqueName(value: WebpackOutput['uniqueName']): this;
hashDigest(value: WebpackOutput['hashDigest']): this;
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"terser-webpack-plugin": "5.3.6",
"url-loader": "4.1.1",
"webpack": "5.88.2",
"webpack-5-chain": "8.0.1",
"webpack-5-chain": "8.0.2",
"webpack-bundle-analyzer": "4.7.0",
"webpack-dev-middleware": "6.0.1",
"webpack-manifest-plugin": "5.0.0",
Expand Down
13 changes: 11 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b77b0b

Please sign in to comment.