Skip to content

Commit

Permalink
chore(deps): update dependency mini-css-extract-plugin to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 7, 2021
1 parent 48fe031 commit 387e05f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -250,7 +250,7 @@
"loader-utils": "^1.2.3",
"lodash": "^4.17.21",
"lunr": "^2.3.8",
"mini-css-extract-plugin": "^1.6.0",
"mini-css-extract-plugin": "^2.4.2",
"mixedindentlint": "^1.2.0",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-build/package.json
Expand Up @@ -60,7 +60,7 @@
"enzyme-to-json": "^3.4.3",
"jest-config": "^27.0.6",
"jest-enzyme": "^7.1.2",
"mini-css-extract-plugin": "^1.6.0",
"mini-css-extract-plugin": "^2.4.2",
"postcss-custom-properties": "^11.0.0",
"postcss-loader": "^5.3.0",
"recursive-copy": "^2.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-rtl-plugin/package.json
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@automattic/calypso-typescript-config": "^1.0.0",
"css-loader": "^5.2.4",
"mini-css-extract-plugin": "^1.6.0",
"mini-css-extract-plugin": "^2.4.2",
"webpack": "^5.54.0"
},
"peerDependencies": {
Expand Down
29 changes: 8 additions & 21 deletions yarn.lock
Expand Up @@ -105,7 +105,7 @@ __metadata:
enzyme-to-json: ^3.4.3
jest-config: ^27.0.6
jest-enzyme: ^7.1.2
mini-css-extract-plugin: ^1.6.0
mini-css-extract-plugin: ^2.4.2
postcss-custom-properties: ^11.0.0
postcss-loader: ^5.3.0
recursive-copy: ^2.0.10
Expand Down Expand Up @@ -1085,7 +1085,7 @@ __metadata:
"@romainberger/css-diff": ^1.0.3
async: ^2.0.0
css-loader: ^5.2.4
mini-css-extract-plugin: ^1.6.0
mini-css-extract-plugin: ^2.4.2
rtlcss: ^3.1.2
webpack: ^5.54.0
peerDependencies:
Expand Down Expand Up @@ -25176,27 +25176,14 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"mini-css-extract-plugin@npm:^1.6.0":
version: 1.6.0
resolution: "mini-css-extract-plugin@npm:1.6.0"
dependencies:
loader-utils: ^2.0.0
schema-utils: ^3.0.0
webpack-sources: ^1.1.0
peerDependencies:
webpack: ^4.4.0 || ^5.0.0
checksum: 8e71f7e7abf6760a7b3216e8f76aa8b4ee205ee32ecf2ca27d465a59858ff6f4faf76b8031875139a3889360a05a2f69b438fea6abc08c59da27026cd795ca45
languageName: node
linkType: hard

"mini-css-extract-plugin@npm:^2.1.0":
version: 2.3.0
resolution: "mini-css-extract-plugin@npm:2.3.0"
"mini-css-extract-plugin@npm:^2.1.0, mini-css-extract-plugin@npm:^2.4.2":
version: 2.4.2
resolution: "mini-css-extract-plugin@npm:2.4.2"
dependencies:
schema-utils: ^3.1.0
peerDependencies:
webpack: ^5.0.0
checksum: d85b0cce58b824740bdd3470d8da100196802f5816c7a60939bd19b418cc06a4b8db8aef2f0ecb9b70051b251eb1a89dc036211a764059d9dcd181b1c2529f73
checksum: f9663d86e893115fa879c38472e0708ac28778db256c9d30b1c59cd6a75eaf66d9cf13b234595d1587c64ca9b49657e9158d757ac63b07ebfcd5b9e894400906
languageName: node
linkType: hard

Expand Down Expand Up @@ -37047,7 +37034,7 @@ typescript@^4.4.3:
languageName: node
linkType: hard

"webpack-sources@npm:^1.1.0, webpack-sources@npm:^1.4.0, webpack-sources@npm:^1.4.1, webpack-sources@npm:^1.4.3":
"webpack-sources@npm:^1.4.0, webpack-sources@npm:^1.4.1, webpack-sources@npm:^1.4.3":
version: 1.4.3
resolution: "webpack-sources@npm:1.4.3"
dependencies:
Expand Down Expand Up @@ -37587,7 +37574,7 @@ typescript@^4.4.3:
loader-utils: ^1.2.3
lodash: ^4.17.21
lunr: ^2.3.8
mini-css-extract-plugin: ^1.6.0
mini-css-extract-plugin: ^2.4.2
mixedindentlint: ^1.2.0
mkdirp: ^1.0.4
ncp: ^2.0.0
Expand Down

0 comments on commit 387e05f

Please sign in to comment.