Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update mini-css-extract-plugin
Browse files Browse the repository at this point in the history
…to 2.4.2

This addresses an issue related to package hoisting and multiple Webpack versions (direct or transitive) within a project.

Related issues: #21567 & #21628
  • Loading branch information
clydin committed Oct 19, 2021
1 parent 3490475 commit 892eead
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -182,7 +182,7 @@
"license-webpack-plugin": "2.3.20",
"loader-utils": "2.0.0",
"magic-string": "0.25.7",
"mini-css-extract-plugin": "2.2.1",
"mini-css-extract-plugin": "2.4.2",
"minimatch": "3.0.4",
"minimist": "^1.2.0",
"ng-packagr": "~12.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -44,7 +44,7 @@
"less-loader": "10.0.1",
"license-webpack-plugin": "2.3.20",
"loader-utils": "2.0.0",
"mini-css-extract-plugin": "2.2.1",
"mini-css-extract-plugin": "2.4.2",
"minimatch": "3.0.4",
"open": "8.2.1",
"ora": "5.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7780,10 +7780,10 @@ min-indent@^1.0.0:
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==

mini-css-extract-plugin@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.1.tgz#a44bbfc8ede9211f31474b91c4e8863bf52dd294"
integrity sha512-A0GBXpz8WIPgh2HfASJ0EeY8grd2dGxmC4R8uTujFJXZY7zFy0nvYSYW6SKCLKlz7y45BdHONfaxZQMIZpeF/w==
mini-css-extract-plugin@2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.2.tgz#b3508191ea479388a4715018c99dd3e6dd40d2d2"
integrity sha512-ZmqShkn79D36uerdED+9qdo1ZYG8C1YsWvXu0UMJxurZnSdgz7gQKO2EGv8T55MhDqG3DYmGtizZNpM/UbTlcA==
dependencies:
schema-utils "^3.1.0"

Expand Down

0 comments on commit 892eead

Please sign in to comment.