Skip to content

Commit 47b05fc

Browse files
authoredMar 2, 2020
fix(gatsby): bump flex-bug postcss-plugin and postcss-loader (#21398)
1 parent 195f4da commit 47b05fc

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed
 

‎packages/gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
"parseurl": "^1.3.3",
109109
"physical-cpu-count": "^2.0.0",
110110
"pnp-webpack-plugin": "^1.5.0",
111-
"postcss-flexbugs-fixes": "^3.3.1",
112-
"postcss-loader": "^2.1.6",
111+
"postcss-flexbugs-fixes": "^4.2.0",
112+
"postcss-loader": "^3.0.0",
113113
"prompts": "^2.3.0",
114114
"prop-types": "^15.7.2",
115115
"raw-loader": "^0.5.1",

‎yarn.lock

+15-16
Original file line numberDiff line numberDiff line change
@@ -17655,12 +17655,12 @@ postcss-discard-overridden@^4.0.1:
1765517655
dependencies:
1765617656
postcss "^7.0.0"
1765717657

17658-
postcss-flexbugs-fixes@^3.3.1:
17659-
version "3.3.1"
17660-
resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-3.3.1.tgz#0783cc7212850ef707f97f8bc8b6fb624e00c75d"
17661-
integrity sha512-9y9kDDf2F9EjKX6x9ueNa5GARvsUbXw4ezH8vXItXHwKzljbu8awP7t5dCaabKYm18Vs1lo5bKQcnc0HkISt+w==
17658+
postcss-flexbugs-fixes@^4.2.0:
17659+
version "4.2.0"
17660+
resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.0.tgz#662b3dcb6354638b9213a55eed8913bcdc8d004a"
17661+
integrity sha512-QRE0n3hpkxxS/OGvzOa+PDuy4mh/Jg4o9ui22/ko5iGYOG3M5dfJabjnAZjTdh2G9F85c7Hv8hWcEDEKW/xceQ==
1766217662
dependencies:
17663-
postcss "^6.0.1"
17663+
postcss "^7.0.26"
1766417664

1766517665
postcss-load-config@^2.0.0:
1766617666
version "2.0.0"
@@ -17669,16 +17669,6 @@ postcss-load-config@^2.0.0:
1766917669
cosmiconfig "^4.0.0"
1767017670
import-cwd "^2.0.0"
1767117671

17672-
postcss-loader@^2.1.6:
17673-
version "2.1.6"
17674-
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-2.1.6.tgz#1d7dd7b17c6ba234b9bed5af13e0bea40a42d740"
17675-
integrity sha512-hgiWSc13xVQAq25cVw80CH0l49ZKlAnU1hKPOdRrNj89bokRr/bZF2nT+hebPPF9c9xs8c3gw3Fr2nxtmXYnNg==
17676-
dependencies:
17677-
loader-utils "^1.1.0"
17678-
postcss "^6.0.0"
17679-
postcss-load-config "^2.0.0"
17680-
schema-utils "^0.4.0"
17681-
1768217672
postcss-loader@^3.0.0:
1768317673
version "3.0.0"
1768417674
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d"
@@ -18017,6 +18007,15 @@ postcss@^7.0.23:
1801718007
source-map "^0.6.1"
1801818008
supports-color "^6.1.0"
1801918009

18010+
postcss@^7.0.26:
18011+
version "7.0.26"
18012+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.26.tgz#5ed615cfcab35ba9bbb82414a4fa88ea10429587"
18013+
integrity sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==
18014+
dependencies:
18015+
chalk "^2.4.2"
18016+
source-map "^0.6.1"
18017+
supports-color "^6.1.0"
18018+
1802018019
potrace@^2.1.2:
1802118020
version "2.1.2"
1802218021
resolved "https://registry.yarnpkg.com/potrace/-/potrace-2.1.2.tgz#61473a326be1e734abac6d14d54e1880eed35471"
@@ -20022,7 +20021,7 @@ scheduler@^0.18.0:
2002220021
loose-envify "^1.1.0"
2002320022
object-assign "^4.1.1"
2002420023

20025-
schema-utils@^0.4.0, schema-utils@^0.4.5:
20024+
schema-utils@^0.4.5:
2002620025
version "0.4.7"
2002720026
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
2002820027
dependencies:

0 commit comments

Comments
 (0)
Please sign in to comment.