Skip to content

Commit eae7169

Browse files
Merge c45a1cb into fecb880
2 parents fecb880 + c45a1cb commit eae7169

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jest-css-modules": "^1.1.0",
6363
"jsdom": "^9.12.0",
6464
"mocha": "^3.2.0",
65-
"postcss": "^7.0.7",
65+
"postcss": "^8.1.2",
6666
"postcss-cssnext": "^3.1.0",
6767
"postcss-import": "^12.0.1",
6868
"postcss-loader": "^3.0.0",

yarn.lock

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,22 +1979,14 @@ chalk@^1.1.1, chalk@^1.1.3:
19791979
strip-ansi "^3.0.0"
19801980
supports-color "^2.0.0"
19811981

1982-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
1982+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1:
19831983
version "2.4.2"
19841984
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
19851985
dependencies:
19861986
ansi-styles "^3.2.1"
19871987
escape-string-regexp "^1.0.5"
19881988
supports-color "^5.3.0"
19891989

1990-
chalk@^2.4.1:
1991-
version "2.4.1"
1992-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
1993-
dependencies:
1994-
ansi-styles "^3.2.1"
1995-
escape-string-regexp "^1.0.5"
1996-
supports-color "^5.3.0"
1997-
19981990
chardet@^0.7.0:
19991991
version "0.7.0"
20001992
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -2169,6 +2161,11 @@ color@^2.0.1:
21692161
color-convert "^1.9.1"
21702162
color-string "^1.5.2"
21712163

2164+
colorette@^1.2.1:
2165+
version "1.2.1"
2166+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
2167+
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
2168+
21722169
colors@0.5.x:
21732170
version "0.5.1"
21742171
resolved "https://registry.yarnpkg.com/colors/-/colors-0.5.1.tgz#7d0023eaeb154e8ee9fce75dcb923d0ed1667774"
@@ -5290,6 +5287,14 @@ lightercollective@^0.1.0:
52905287
version "0.1.0"
52915288
resolved "https://registry.yarnpkg.com/lightercollective/-/lightercollective-0.1.0.tgz#70df102c530dcb8d0ccabfe6175a8d00d5f61300"
52925289

5290+
line-column@^1.0.2:
5291+
version "1.0.2"
5292+
resolved "https://registry.yarnpkg.com/line-column/-/line-column-1.0.2.tgz#d25af2936b6f4849172b312e4792d1d987bc34a2"
5293+
integrity sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI=
5294+
dependencies:
5295+
isarray "^1.0.0"
5296+
isobject "^2.0.0"
5297+
52935298
load-json-file@^1.0.0:
52945299
version "1.1.0"
52955300
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
@@ -5836,6 +5841,11 @@ nan@^2.9.2:
58365841
version "2.12.1"
58375842
resolved "https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552"
58385843

5844+
nanoid@^3.1.12:
5845+
version "3.1.12"
5846+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.12.tgz#6f7736c62e8d39421601e4a0c77623a97ea69654"
5847+
integrity sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A==
5848+
58395849
nanomatch@^1.2.9:
58405850
version "1.2.13"
58415851
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -6893,14 +6903,24 @@ postcss@^6.0, postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.11, postcss@^6.0.14,
68936903
source-map "^0.6.1"
68946904
supports-color "^5.4.0"
68956905

6896-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7:
6906+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.5, postcss@^7.0.6:
68976907
version "7.0.7"
68986908
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.7.tgz#2754d073f77acb4ef08f1235c36c5721a7201614"
68996909
dependencies:
69006910
chalk "^2.4.1"
69016911
source-map "^0.6.1"
69026912
supports-color "^5.5.0"
69036913

6914+
postcss@^8.1.2:
6915+
version "8.1.2"
6916+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.2.tgz#9731fcaa4f7b0bef47121821bdae9eeb609a324c"
6917+
integrity sha512-mToqEVFq8jF9TFhlIK4HhE34zknFJuNTgqtsr60vUvrWn+9TIYugCwiV1JZRxCuOrej2jjstun1bn4Bc7/1HkA==
6918+
dependencies:
6919+
colorette "^1.2.1"
6920+
line-column "^1.0.2"
6921+
nanoid "^3.1.12"
6922+
source-map "^0.6.1"
6923+
69046924
prelude-ls@~1.1.2:
69056925
version "1.1.2"
69066926
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"

0 commit comments

Comments
 (0)