Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit ff0f3e5

Browse files
author
Greg Rickaby
authored
Merge pull request #28 from WebDevStudios/fix/downgrade-postcss-flexbugs-fixes
Fix/downgrade post-css-flexbugs-fixes to 4.2.1
2 parents 8d32d39 + ccc3612 commit ff0f3e5

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"husky": "^4.3.6",
6060
"lint-staged": "^10.5.3",
6161
"next-sitemap": "^1.3.20",
62-
"postcss-flexbugs-fixes": "^5.0.2",
62+
"postcss-flexbugs-fixes": "^4.2.1",
6363
"postcss-preset-env": "^6.7.0",
6464
"prettier": "^2.2.1",
6565
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9943,18 +9943,13 @@ postcss-env-function@^2.0.2:
99439943
postcss "^7.0.2"
99449944
postcss-values-parser "^2.0.0"
99459945

9946-
postcss-flexbugs-fixes@^4.1.0:
9946+
postcss-flexbugs-fixes@^4.1.0, postcss-flexbugs-fixes@^4.2.1:
99479947
version "4.2.1"
99489948
resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz#9218a65249f30897deab1033aced8578562a6690"
99499949
integrity sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==
99509950
dependencies:
99519951
postcss "^7.0.26"
99529952

9953-
postcss-flexbugs-fixes@^5.0.2:
9954-
version "5.0.2"
9955-
resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz#2028e145313074fc9abe276cb7ca14e5401eb49d"
9956-
integrity sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==
9957-
99589953
postcss-focus-visible@^4.0.0:
99599954
version "4.0.0"
99609955
resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz#477d107113ade6024b14128317ade2bd1e17046e"

0 commit comments

Comments
 (0)