Skip to content

Commit

Permalink
chore(deps-dev): bump postcss-preset-env from 9.5.3 to 9.5.4 (#10832)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent de70b44 commit 0e3a9cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.5.3",
"postcss-preset-env": "^9.5.4",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.14",
"prompts": "^2.4.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1640,10 +1640,10 @@
"@csstools/selector-specificity" "^3.0.3"
postcss-selector-parser "^6.0.13"

"@csstools/postcss-light-dark-function@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-1.0.2.tgz#37ab6d8016cc22ecdd98bf3a849376d76d41bdaf"
integrity sha512-9OUOKCXzYQFdvpRIz7vDucZiRupwFExDAk0YEPYCuKR1ZzQiqNUJSF7/OazjrNlwgt8lDWN9ADxmx5Iapyy6Aw==
"@csstools/postcss-light-dark-function@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-1.0.3.tgz#364f5b4c41ec485f7c8c9148566f0e79508bf5cf"
integrity sha512-izW8hvhOqJlarLcGXO5PSylW9pQS3fytmhRdx2/e1oZFi15vs7ZShOHcREHJ3FfGdYqDA10cP9uhH0A3hmm1Rw==
dependencies:
"@csstools/css-parser-algorithms" "^2.6.1"
"@csstools/css-tokenizer" "^2.2.4"
Expand Down Expand Up @@ -12214,10 +12214,10 @@ postcss-place@^9.0.1:
dependencies:
postcss-value-parser "^4.2.0"

postcss-preset-env@^9.5.3:
version "9.5.3"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-9.5.3.tgz#1714bcecd24ce226ba8f368bdb51e7d02ca82f50"
integrity sha512-uOBG5kvYMxZGuepbAKr563PCB+syENPa1C9kPA8IvDGraVkrEUk//31oaO06oj9VtuujVtsgXHI7qbQynCuaVQ==
postcss-preset-env@^9.5.4:
version "9.5.4"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-9.5.4.tgz#ea01cc1eb404a9b80f3375a62b50d36d6f27415a"
integrity sha512-o/jOlJjhm4f6rI5q1f+4Og3tz1cjaO50er9ndk7ZdcXHjWOH49kMAhqDC/nQifypQkOAiAmF46dPt3pZM+Cwbg==
dependencies:
"@csstools/postcss-cascade-layers" "^4.0.4"
"@csstools/postcss-color-function" "^3.0.13"
Expand All @@ -12230,7 +12230,7 @@ postcss-preset-env@^9.5.3:
"@csstools/postcss-ic-unit" "^3.0.6"
"@csstools/postcss-initial" "^1.0.1"
"@csstools/postcss-is-pseudo-class" "^4.0.6"
"@csstools/postcss-light-dark-function" "^1.0.2"
"@csstools/postcss-light-dark-function" "^1.0.3"
"@csstools/postcss-logical-float-and-clear" "^2.0.1"
"@csstools/postcss-logical-overflow" "^1.0.1"
"@csstools/postcss-logical-overscroll-behavior" "^1.0.1"
Expand Down

0 comments on commit 0e3a9cc

Please sign in to comment.