Skip to content

Commit

Permalink
Merge pull request #251 from stefanvermaas/dependabot/npm_and_yarn/po…
Browse files Browse the repository at this point in the history
…stcss-preset-env-10.0.3

Bump postcss-preset-env from 10.0.2 to 10.0.3
  • Loading branch information
stefanvermaas authored Sep 9, 2024
2 parents 168d7af + 60740d8 commit 1e5cf75
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.0.1",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^10.0.2"
"postcss-preset-env": "^10.0.3"
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,10 @@ css-prefers-color-scheme@^10.0.0:
resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz#ba001b99b8105b8896ca26fc38309ddb2278bd3c"
integrity sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==

cssdb@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-8.1.0.tgz#ad25cac6ac0dbc4f23693e09baa65cdd3ef7160a"
integrity sha512-BQN57lfS4dYt2iL0LgyrlDbefZKEtUyrO8rbzrbGrqBk6OoyNTQLF+porY9DrpDBjLo4NEvj2IJttC7vf3x+Ew==
cssdb@^8.1.1:
version "8.1.1"
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-8.1.1.tgz#bb3ea0038a471c61fc89c56d11d168d62fac7829"
integrity sha512-kRbSRgZoxtZNl5snb3nOzBkFOt5AwnephcUTIEFc2DebKG9PN50/cHarlwOooTxYQ/gxsnKs3BxykhNLmfvyLg==

cssesc@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -905,10 +905,10 @@ postcss-nesting@^13.0.0:
"@csstools/selector-specificity" "^4.0.0"
postcss-selector-parser "^6.1.0"

postcss-opacity-percentage@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-2.0.0.tgz#c0a56060cd4586e3f954dbde1efffc2deed53002"
integrity sha512-lyDrCOtntq5Y1JZpBFzIWm2wG9kbEdujpNt4NLannF+J9c8CgFIzPa80YQfdza+Y+yFfzbYj/rfoOsYsooUWTQ==
postcss-opacity-percentage@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-3.0.0.tgz#0b0db5ed5db5670e067044b8030b89c216e1eb0a"
integrity sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==

postcss-overflow-shorthand@^6.0.0:
version "6.0.0"
Expand All @@ -929,10 +929,10 @@ postcss-place@^10.0.0:
dependencies:
postcss-value-parser "^4.2.0"

postcss-preset-env@^10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-10.0.2.tgz#fb0a2e15eb06dbea4d8bf1945c177e8aa5953550"
integrity sha512-PMxqnz0RQYMUmUi6p4P7BhC9EVGyEUCIdwn4vJ7Fy1jvc2QP4mMH75BSBB1mBFqjl3x4xYwyCNMhGZ8y0+/qOA==
postcss-preset-env@^10.0.3:
version "10.0.3"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-10.0.3.tgz#e634f5d402521a66c61526c70bf265d331c4a183"
integrity sha512-1nrZ4IeBXEEj53IMoRKE+k/Ub6nQb3gFjaxTeyUNG5zv3JQclFDY5GKKhAi3nsa1lnPMWgzQX+/1y6wUt2+I7Q==
dependencies:
"@csstools/postcss-cascade-layers" "^5.0.0"
"@csstools/postcss-color-function" "^4.0.2"
Expand Down Expand Up @@ -969,7 +969,7 @@ postcss-preset-env@^10.0.2:
css-blank-pseudo "^7.0.0"
css-has-pseudo "^7.0.0"
css-prefers-color-scheme "^10.0.0"
cssdb "^8.1.0"
cssdb "^8.1.1"
postcss-attribute-case-insensitive "^7.0.0"
postcss-clamp "^4.1.0"
postcss-color-functional-notation "^7.0.2"
Expand All @@ -988,7 +988,7 @@ postcss-preset-env@^10.0.2:
postcss-lab-function "^7.0.2"
postcss-logical "^8.0.0"
postcss-nesting "^13.0.0"
postcss-opacity-percentage "^2.0.0"
postcss-opacity-percentage "^3.0.0"
postcss-overflow-shorthand "^6.0.0"
postcss-page-break "^3.0.4"
postcss-place "^10.0.0"
Expand Down

0 comments on commit 1e5cf75

Please sign in to comment.