Skip to content

Commit

Permalink
Bump postcss-preset-env from 10.1.0 to 10.1.1 (#2729)
Browse files Browse the repository at this point in the history
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 10.1.0 to 10.1.1.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 663c74d commit 8688169
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"sortablejs": "^1.15.3",
"postcss-preset-env": "^10.1.0",
"postcss-preset-env": "^10.1.1",
"tailwindcss": "^3.4.14",
"trix": "^2.1.8",
"webpack": "^5.76.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
dependencies:
postcss-value-parser "^4.2.0"

"@csstools/postcss-random-function@^1.0.0":
"@csstools/postcss-random-function@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@csstools/postcss-random-function/-/postcss-random-function-1.0.1.tgz#73a0b62b5dbbc03c25a28f085235eb61b09a2fb0"
integrity sha512-Ab/tF8/RXktQlFwVhiC70UNfpFQRhtE5fQQoP2pO+KCPGLsLdWFiOuHgSRtBOqEshCVAzR4H6o38nhvRZq8deA==
Expand All @@ -274,10 +274,10 @@
dependencies:
postcss-selector-parser "^7.0.0"

"@csstools/postcss-sign-functions@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.0.0.tgz#37ea7c85874cef5710a1a8878bf0e2b26d4270fd"
integrity sha512-cUpr5W8eookBi5TiLSvx1HL6DFoTTgcj2pmiVNd63y2JHhvtpnJs3sfsFMmLhB42yTRS02tFPsNz3Q5zeN8ZVA==
"@csstools/postcss-sign-functions@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.0.tgz#a524fae1374b0e167729f612ca875d7b1b334262"
integrity sha512-SLcc20Nujx/kqbSwDmj6oaXgpy3UjFhBy1sfcqPgDkHfOIfUtUVH7OXO+j7BU4v/At5s61N5ZX6shvgPwluhsA==
dependencies:
"@csstools/css-calc" "^2.1.0"
"@csstools/css-parser-algorithms" "^3.0.4"
Expand Down Expand Up @@ -1848,10 +1848,10 @@ postcss-place@^10.0.0:
dependencies:
postcss-value-parser "^4.2.0"

postcss-preset-env@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-10.1.0.tgz#b9c85d25b26c7581a8b11792b1883469c4b69cbf"
integrity sha512-OfzbinZWpFcmuLB3mabsGa0NArzx5DVVtZ9G1k326iLvU7Jj9q/G3ihBu/Msi0mt96CjrM23HpbuEewDvT71KQ==
postcss-preset-env@^10.1.1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-10.1.1.tgz#6ee631272353fb1c4a9711943e9b80a178ffce44"
integrity sha512-wqqsnBFD6VIwcHHRbhjTOcOi4qRVlB26RwSr0ordPj7OubRRxdWebv/aLjKLRR8zkZrbxZyuus03nOIgC5elMQ==
dependencies:
"@csstools/postcss-cascade-layers" "^5.0.1"
"@csstools/postcss-color-function" "^4.0.6"
Expand All @@ -1877,10 +1877,10 @@ postcss-preset-env@^10.1.0:
"@csstools/postcss-normalize-display-values" "^4.0.0"
"@csstools/postcss-oklab-function" "^4.0.6"
"@csstools/postcss-progressive-custom-properties" "^4.0.0"
"@csstools/postcss-random-function" "^1.0.0"
"@csstools/postcss-random-function" "^1.0.1"
"@csstools/postcss-relative-color-syntax" "^3.0.6"
"@csstools/postcss-scope-pseudo-class" "^4.0.1"
"@csstools/postcss-sign-functions" "^1.0.0"
"@csstools/postcss-sign-functions" "^1.1.0"
"@csstools/postcss-stepped-value-functions" "^4.0.5"
"@csstools/postcss-text-decoration-shorthand" "^4.0.1"
"@csstools/postcss-trigonometric-functions" "^4.0.5"
Expand Down

0 comments on commit 8688169

Please sign in to comment.