Skip to content

Commit cacded6

Browse files
committed
Update dependency postcss-loader to v2.1.1
1 parent 59e7f18 commit cacded6

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"flow-bin": "0.54.1",
5656
"flow-typed": "2.2.3",
5757
"now-pipeline": "1.10.0",
58-
"postcss-loader": "2.0.10",
58+
"postcss-loader": "2.1.1",
5959
"prettier-eslint": "8.8.0",
6060
"prettier-eslint-cli": "4.7.0",
6161
"raw-loader": "0.5.1",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ ajv-keywords@^2.0.0:
160160
version "2.1.0"
161161
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.0.tgz#a296e17f7bfae7c1ce4f7e0de53d29cb32162df0"
162162

163+
ajv-keywords@^3.1.0:
164+
version "3.1.0"
165+
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.1.0.tgz#ac2b27939c543e95d2c06e7f7f5c27be4aa543be"
166+
163167
ajv@^4.7.0:
164168
version "4.11.8"
165169
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
@@ -185,6 +189,14 @@ ajv@^5.3.0:
185189
fast-json-stable-stringify "^2.0.0"
186190
json-schema-traverse "^0.3.0"
187191

192+
ajv@^6.1.0:
193+
version "6.1.1"
194+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.1.1.tgz#978d597fbc2b7d0e5a5c3ddeb149a682f2abfa0e"
195+
dependencies:
196+
fast-deep-equal "^1.0.0"
197+
fast-json-stable-stringify "^2.0.0"
198+
json-schema-traverse "^0.3.0"
199+
188200
align-text@^0.1.1, align-text@^0.1.3:
189201
version "0.1.4"
190202
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
@@ -5325,14 +5337,14 @@ postcss-load-plugins@^2.3.0:
53255337
cosmiconfig "^2.1.1"
53265338
object-assign "^4.1.0"
53275339

5328-
postcss-loader@2.0.10:
5329-
version "2.0.10"
5330-
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-2.0.10.tgz#090db0540140bd56a7a7f717c41bc29aeef4c674"
5340+
postcss-loader@2.1.1:
5341+
version "2.1.1"
5342+
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-2.1.1.tgz#208935af3b1d65e1abb1a870a912dd12e7b36895"
53315343
dependencies:
53325344
loader-utils "^1.1.0"
53335345
postcss "^6.0.0"
53345346
postcss-load-config "^1.2.0"
5335-
schema-utils "^0.3.0"
5347+
schema-utils "^0.4.0"
53365348

53375349
postcss-merge-idents@^2.1.5:
53385350
version "2.1.7"
@@ -6288,6 +6300,13 @@ schema-utils@^0.3.0:
62886300
dependencies:
62896301
ajv "^5.0.0"
62906302

6303+
schema-utils@^0.4.0:
6304+
version "0.4.5"
6305+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.5.tgz#21836f0608aac17b78f9e3e24daff14a5ca13a3e"
6306+
dependencies:
6307+
ajv "^6.1.0"
6308+
ajv-keywords "^3.1.0"
6309+
62916310
semantic-release@^8.0.3:
62926311
version "8.2.0"
62936312
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-8.2.0.tgz#972aa3a7246065d8a405991005a210e46995d4b6"

0 commit comments

Comments
 (0)