Skip to content

Commit 4482e9b

Browse files
1 parent 2cbc9c0 commit 4482e9b

File tree

2 files changed

+93
-56
lines changed

2 files changed

+93
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"stylelint": "^12.0.1",
4646
"stylelint-config-standard": "^19.0.0",
4747
"stylelint-config-styled-components": "^0.1.1",
48-
"stylelint-processor-styled-components": "^1.9.0"
48+
"stylelint-processor-styled-components": "^1.10.0"
4949
},
5050
"standard": {
5151
"parser": "babel-eslint"

yarn.lock

Lines changed: 92 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
dependencies:
4141
"@babel/highlight" "^7.0.0"
4242

43+
"@babel/code-frame@^7.8.3":
44+
version "7.8.3"
45+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
46+
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
47+
dependencies:
48+
"@babel/highlight" "^7.8.3"
49+
4350
"@babel/[email protected]", "@babel/core@>=7.2.2":
4451
version "7.7.2"
4552
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91"
@@ -60,22 +67,22 @@
6067
semver "^5.4.1"
6168
source-map "^0.5.0"
6269

63-
"@babel/generator@^7.7.0":
64-
version "7.7.0"
65-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.0.tgz#c6d4d1f7a0d6e139cbd01aca73170b0bff5425b4"
66-
integrity sha512-1wdJ6UxHyL1XoJQ119JmvuRX27LRih7iYStMPZOWAjQqeAabFg3dYXKMpgihma+to+0ADsTVVt6oRyUxWZw6Mw==
70+
"@babel/generator@^7.7.2":
71+
version "7.7.4"
72+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
73+
integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg==
6774
dependencies:
68-
"@babel/types" "^7.7.0"
75+
"@babel/types" "^7.7.4"
6976
jsesc "^2.5.1"
7077
lodash "^4.17.13"
7178
source-map "^0.5.0"
7279

73-
"@babel/generator@^7.7.2", "@babel/generator@^7.7.4":
74-
version "7.7.4"
75-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
76-
integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg==
80+
"@babel/generator@^7.8.4":
81+
version "7.8.4"
82+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
83+
integrity sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==
7784
dependencies:
78-
"@babel/types" "^7.7.4"
85+
"@babel/types" "^7.8.3"
7986
jsesc "^2.5.1"
8087
lodash "^4.17.13"
8188
source-map "^0.5.0"
@@ -179,6 +186,15 @@
179186
"@babel/template" "^7.7.4"
180187
"@babel/types" "^7.7.4"
181188

189+
"@babel/helper-function-name@^7.8.3":
190+
version "7.8.3"
191+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
192+
integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
193+
dependencies:
194+
"@babel/helper-get-function-arity" "^7.8.3"
195+
"@babel/template" "^7.8.3"
196+
"@babel/types" "^7.8.3"
197+
182198
"@babel/helper-get-function-arity@^7.0.0":
183199
version "7.0.0"
184200
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
@@ -200,6 +216,13 @@
200216
dependencies:
201217
"@babel/types" "^7.7.4"
202218

219+
"@babel/helper-get-function-arity@^7.8.3":
220+
version "7.8.3"
221+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
222+
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
223+
dependencies:
224+
"@babel/types" "^7.8.3"
225+
203226
"@babel/helper-hoist-variables@^7.4.4":
204227
version "7.4.4"
205228
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -404,6 +427,13 @@
404427
dependencies:
405428
"@babel/types" "^7.7.4"
406429

430+
"@babel/helper-split-export-declaration@^7.8.3":
431+
version "7.8.3"
432+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
433+
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
434+
dependencies:
435+
"@babel/types" "^7.8.3"
436+
407437
"@babel/helper-wrap-function@^7.7.4":
408438
version "7.7.4"
409439
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
@@ -432,15 +462,19 @@
432462
esutils "^2.0.2"
433463
js-tokens "^4.0.0"
434464

435-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.0":
436-
version "7.7.0"
437-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.0.tgz#232618f6e8947bc54b407fa1f1c91a22758e7159"
438-
integrity sha512-GqL+Z0d7B7ADlQBMXlJgvXEbtt5qlqd1YQ5fr12hTSfh7O/vgrEIvJxU2e7aSVrEUn75zTZ6Nd0s8tthrlZnrQ==
465+
"@babel/highlight@^7.8.3":
466+
version "7.8.3"
467+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
468+
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
469+
dependencies:
470+
chalk "^2.0.0"
471+
esutils "^2.0.2"
472+
js-tokens "^4.0.0"
439473

440-
"@babel/parser@^7.7.2", "@babel/parser@^7.7.4":
441-
version "7.7.5"
442-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
443-
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
474+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.7.4", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
475+
version "7.8.4"
476+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
477+
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
444478

445479
"@babel/plugin-proposal-async-generator-functions@^7.7.0":
446480
version "7.7.4"
@@ -1040,32 +1074,26 @@
10401074
"@babel/parser" "^7.7.4"
10411075
"@babel/types" "^7.7.4"
10421076

1043-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.7.0":
1044-
version "7.7.0"
1045-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.0.tgz#9f5744346b8d10097fd2ec2eeffcaf19813cbfaf"
1046-
integrity sha512-ea/3wRZc//e/uwCpuBX2itrhI0U9l7+FsrKWyKGNyvWbuMcCG7ATKY2VI4wlg2b2TA39HHwIxnvmXvtiKsyn7w==
1047-
dependencies:
1048-
"@babel/code-frame" "^7.5.5"
1049-
"@babel/generator" "^7.7.0"
1050-
"@babel/helper-function-name" "^7.7.0"
1051-
"@babel/helper-split-export-declaration" "^7.7.0"
1052-
"@babel/parser" "^7.7.0"
1053-
"@babel/types" "^7.7.0"
1054-
debug "^4.1.0"
1055-
globals "^11.1.0"
1056-
lodash "^4.17.13"
1057-
1058-
"@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1059-
version "7.7.4"
1060-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
1061-
integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
1062-
dependencies:
1063-
"@babel/code-frame" "^7.5.5"
1064-
"@babel/generator" "^7.7.4"
1065-
"@babel/helper-function-name" "^7.7.4"
1066-
"@babel/helper-split-export-declaration" "^7.7.4"
1067-
"@babel/parser" "^7.7.4"
1068-
"@babel/types" "^7.7.4"
1077+
"@babel/template@^7.8.3":
1078+
version "7.8.3"
1079+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
1080+
integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
1081+
dependencies:
1082+
"@babel/code-frame" "^7.8.3"
1083+
"@babel/parser" "^7.8.3"
1084+
"@babel/types" "^7.8.3"
1085+
1086+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
1087+
version "7.8.4"
1088+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
1089+
integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==
1090+
dependencies:
1091+
"@babel/code-frame" "^7.8.3"
1092+
"@babel/generator" "^7.8.4"
1093+
"@babel/helper-function-name" "^7.8.3"
1094+
"@babel/helper-split-export-declaration" "^7.8.3"
1095+
"@babel/parser" "^7.8.4"
1096+
"@babel/types" "^7.8.3"
10691097
debug "^4.1.0"
10701098
globals "^11.1.0"
10711099
lodash "^4.17.13"
@@ -1097,6 +1125,15 @@
10971125
lodash "^4.17.13"
10981126
to-fast-properties "^2.0.0"
10991127

1128+
"@babel/types@^7.8.3":
1129+
version "7.8.3"
1130+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
1131+
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
1132+
dependencies:
1133+
esutils "^2.0.2"
1134+
lodash "^4.17.13"
1135+
to-fast-properties "^2.0.0"
1136+
11001137
"@csstools/convert-colors@^1.4.0":
11011138
version "1.4.0"
11021139
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
@@ -6211,10 +6248,10 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
62116248
indexes-of "^1.0.1"
62126249
uniq "^1.0.1"
62136250

6214-
postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.23, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7:
6215-
version "7.0.25"
6216-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.25.tgz#dd2a2a753d50b13bed7a2009b4a18ac14d9db21e"
6217-
integrity sha512-NXXVvWq9icrm/TgQC0O6YVFi4StfJz46M1iNd/h6B26Nvh/HKI+q4YZtFN/EjcInZliEscO/WL10BXnc1E5nwg==
6251+
postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.23, postcss@^7.0.26, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7:
6252+
version "7.0.26"
6253+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.26.tgz#5ed615cfcab35ba9bbb82414a4fa88ea10429587"
6254+
integrity sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==
62186255
dependencies:
62196256
chalk "^2.4.2"
62206257
source-map "^0.6.1"
@@ -7367,15 +7404,15 @@ stylelint-config-styled-components@^0.1.1:
73677404
resolved "https://registry.yarnpkg.com/stylelint-config-styled-components/-/stylelint-config-styled-components-0.1.1.tgz#b408388d7c687833ab4be4c4e6522d97d2827ede"
73687405
integrity sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q==
73697406

7370-
stylelint-processor-styled-components@^1.9.0:
7371-
version "1.9.0"
7372-
resolved "https://registry.yarnpkg.com/stylelint-processor-styled-components/-/stylelint-processor-styled-components-1.9.0.tgz#597fc40b5a2e02c9e01a810212406c3a7ff2e3ef"
7373-
integrity sha512-tWsCnURm8uqqVySWsGfXdto1qR/0MaATGx2ovWu/hqG+gnrjGZZOdeNEIEb12tpIbCnLV0a6q1Bb3yhDjGGzSQ==
7407+
stylelint-processor-styled-components@^1.10.0:
7408+
version "1.10.0"
7409+
resolved "https://registry.yarnpkg.com/stylelint-processor-styled-components/-/stylelint-processor-styled-components-1.10.0.tgz#8082fc68779476aac411d3afffac0bc833d77a29"
7410+
integrity sha512-g4HpN9rm0JD0LoHuIOcd/FIjTZCJ0ErQ+dC3VTxp+dSvnkV+MklKCCmCQEdz5K5WxF4vPuzfVgdbSDuPYGZhoA==
73747411
dependencies:
7375-
"@babel/parser" "^7.0.0"
7376-
"@babel/traverse" "^7.0.0"
7412+
"@babel/parser" "^7.8.3"
7413+
"@babel/traverse" "^7.8.3"
73777414
micromatch "^4.0.2"
7378-
postcss "^7.0.0"
7415+
postcss "^7.0.26"
73797416

73807417
stylelint@^12.0.1:
73817418
version "12.0.1"

0 commit comments

Comments
 (0)