Skip to content

Commit

Permalink
fix(deps): update dependency postcss-loader to v8 (#1091)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent a473575 commit 30ec426
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"mini-css-extract-plugin": "^2.7.7",
"postcss": "^8.4.33",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.3.4",
"postcss-loader": "^8.0.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.2.4",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4351,7 +4351,7 @@ __metadata:
mini-css-extract-plugin: "npm:^2.7.7"
postcss: "npm:^8.4.33"
postcss-flexbugs-fixes: "npm:^5.0.2"
postcss-loader: "npm:^7.3.4"
postcss-loader: "npm:^8.0.0"
postcss-normalize: "npm:^10.0.1"
postcss-preset-env: "npm:^9.3.0"
prettier: "npm:^3.2.4"
Expand Down Expand Up @@ -18344,7 +18344,7 @@ __metadata:
languageName: node
linkType: hard

"postcss-loader@npm:^7.3.3, postcss-loader@npm:^7.3.4":
"postcss-loader@npm:^7.3.3":
version: 7.3.4
resolution: "postcss-loader@npm:7.3.4"
dependencies:
Expand All @@ -18358,6 +18358,20 @@ __metadata:
languageName: node
linkType: hard

"postcss-loader@npm:^8.0.0":
version: 8.0.0
resolution: "postcss-loader@npm:8.0.0"
dependencies:
cosmiconfig: "npm:^9.0.0"
jiti: "npm:^1.20.0"
semver: "npm:^7.5.4"
peerDependencies:
postcss: ^7.0.0 || ^8.0.1
webpack: ^5.0.0
checksum: a31eedd2cac3a46b60527a2aee2369010f65dfc1dafb6ee00badfe6b662cefe00269b03adaa04be1524c566ea5b00f8716c150e79fe9b5c4fc8bb39a4e372be1
languageName: node
linkType: hard

"postcss-logical@npm:^7.0.0":
version: 7.0.0
resolution: "postcss-logical@npm:7.0.0"
Expand Down

0 comments on commit 30ec426

Please sign in to comment.