Skip to content

Commit

Permalink
Merge pull request #26751 from element-hq/renovate/postcss-easings-4.x
Browse files Browse the repository at this point in the history
Update dependency postcss-easings to v4
  • Loading branch information
t3chguy authored Mar 7, 2024
2 parents 842fa76 + f502a40 commit 0539c99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"modernizr": "^3.12.0",
"node-fetch": "^2.6.7",
"postcss": "8.4.33",
"postcss-easings": "^2.0.0",
"postcss-easings": "^4.0.0",
"postcss-hexrgba": "2.0.1",
"postcss-import": "16.0.0",
"postcss-loader": "8.1.0",
Expand Down
16 changes: 5 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9843,13 +9843,12 @@ postcss-double-position-gradients@^5.0.4:
"@csstools/utilities" "^1.0.0"
postcss-value-parser "^4.2.0"

postcss-easings@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/postcss-easings/-/postcss-easings-2.0.0.tgz#79bde7ce71c838ef7371a59d293e08b337b1802b"
integrity sha512-oJUmnrPwayx47y+jrRKSofHOjRjdJCOyqNXZURQkAVEra93ShqUcN8WYIuT/pWQeGe2I/pxxFfw7mOUGBrxCRQ==
postcss-easings@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/postcss-easings/-/postcss-easings-4.0.0.tgz#bd837acadf3fb8089287559073aede820c83b594"
integrity sha512-KNpwHA3mTnf0UWcdwahQDaz7DDJ6QteVwdlLff98se854p6pyQW9iofwrD05vtlp33AAAxuUGCOhYwERRJGy6Q==
dependencies:
postcss "^7.0.2"
postcss-value-parser "^3.3.0"
postcss-value-parser "^4.2.0"

postcss-focus-visible@^9.0.1:
version "9.0.1"
Expand Down Expand Up @@ -10296,11 +10295,6 @@ postcss-unique-selectors@^6.0.2:
dependencies:
postcss-selector-parser "^6.0.15"

postcss-value-parser@^3.3.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==

postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
Expand Down

0 comments on commit 0539c99

Please sign in to comment.