Skip to content

Commit bb6c956

Browse files
crisbetojelbourn
authored andcommitted
build: bump stylelint version (#14343)
We were a few minor versions behind on `stylelint`. These changes update to the latest so we don't end up missing some new warnings.
1 parent 0b19b58 commit bb6c956

File tree

2 files changed

+108
-69
lines changed

2 files changed

+108
-69
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"selenium-webdriver": "^3.6.0",
137137
"sorcery": "^0.10.0",
138138
"source-map-support": "^0.5.9",
139-
"stylelint": "^9.5.0",
139+
"stylelint": "^9.9.0",
140140
"ts-node": "^3.0.4",
141141
"tsconfig-paths": "^2.3.0",
142142
"tslint": "^5.11.0",

yarn.lock

Lines changed: 107 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -146,32 +146,32 @@
146146
dependencies:
147147
"@babel/highlight" "^7.0.0"
148148

149-
"@babel/core@^7.0.0":
150-
version "7.1.2"
151-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e"
152-
integrity sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6tz1mp6iVw==
149+
"@babel/core@^7.1.2":
150+
version "7.1.6"
151+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3"
152+
integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw==
153153
dependencies:
154154
"@babel/code-frame" "^7.0.0"
155-
"@babel/generator" "^7.1.2"
156-
"@babel/helpers" "^7.1.2"
157-
"@babel/parser" "^7.1.2"
155+
"@babel/generator" "^7.1.6"
156+
"@babel/helpers" "^7.1.5"
157+
"@babel/parser" "^7.1.6"
158158
"@babel/template" "^7.1.2"
159-
"@babel/traverse" "^7.1.0"
160-
"@babel/types" "^7.1.2"
159+
"@babel/traverse" "^7.1.6"
160+
"@babel/types" "^7.1.6"
161161
convert-source-map "^1.1.0"
162-
debug "^3.1.0"
163-
json5 "^0.5.0"
162+
debug "^4.1.0"
163+
json5 "^2.1.0"
164164
lodash "^4.17.10"
165165
resolve "^1.3.2"
166166
semver "^5.4.1"
167167
source-map "^0.5.0"
168168

169-
"@babel/generator@^7.0.0", "@babel/generator@^7.1.2":
170-
version "7.1.2"
171-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.2.tgz#fde75c072575ce7abbd97322e8fef5bae67e4630"
172-
integrity sha512-70A9HWLS/1RHk3Ck8tNHKxOoKQuSKocYgwDN85Pyl/RBduss6AKxUR7RIZ/lzduQMSYfWEM4DDBu6A+XGbkFig==
169+
"@babel/generator@^7.1.6":
170+
version "7.1.6"
171+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.6.tgz#001303cf87a5b9d093494a4bf251d7b5d03d3999"
172+
integrity sha512-brwPBtVvdYdGxtenbQgfCdDPmtkmUBZPjUoK5SXJEBuHaA5BCubh9ly65fzXz7R6o5rA76Rs22ES8Z+HCc0YIQ==
173173
dependencies:
174-
"@babel/types" "^7.1.2"
174+
"@babel/types" "^7.1.6"
175175
jsesc "^2.5.1"
176176
lodash "^4.17.10"
177177
source-map "^0.5.0"
@@ -200,14 +200,14 @@
200200
dependencies:
201201
"@babel/types" "^7.0.0"
202202

203-
"@babel/helpers@^7.1.2":
204-
version "7.1.2"
205-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.2.tgz#ab752e8c35ef7d39987df4e8586c63b8846234b5"
206-
integrity sha512-Myc3pUE8eswD73aWcartxB16K6CGmHDv9KxOmD2CeOs/FaEAQodr3VYGmlvOmog60vNQ2w8QbatuahepZwrHiA==
203+
"@babel/helpers@^7.1.5":
204+
version "7.1.5"
205+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996"
206+
integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg==
207207
dependencies:
208208
"@babel/template" "^7.1.2"
209-
"@babel/traverse" "^7.1.0"
210-
"@babel/types" "^7.1.2"
209+
"@babel/traverse" "^7.1.5"
210+
"@babel/types" "^7.1.5"
211211

212212
"@babel/highlight@^7.0.0":
213213
version "7.0.0"
@@ -218,11 +218,16 @@
218218
esutils "^2.0.2"
219219
js-tokens "^4.0.0"
220220

221-
"@babel/parser@^7.1.0", "@babel/parser@^7.1.2":
221+
"@babel/parser@^7.1.2":
222222
version "7.1.2"
223223
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.2.tgz#85c5c47af6d244fab77bce6b9bd830e38c978409"
224224
integrity sha512-x5HFsW+E/nQalGMw7hu+fvPqnBeBaIr0lWJ2SG0PPL2j+Pm9lYvCrsZJGIgauPIENx0v10INIyFjmSNUD/gSqQ==
225225

226+
"@babel/parser@^7.1.6":
227+
version "7.1.6"
228+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854"
229+
integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==
230+
226231
"@babel/template@^7.1.0", "@babel/template@^7.1.2":
227232
version "7.1.2"
228233
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
@@ -232,18 +237,18 @@
232237
"@babel/parser" "^7.1.2"
233238
"@babel/types" "^7.1.2"
234239

235-
"@babel/traverse@^7.1.0":
236-
version "7.1.0"
237-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.0.tgz#503ec6669387efd182c3888c4eec07bcc45d91b2"
238-
integrity sha512-bwgln0FsMoxm3pLOgrrnGaXk18sSM9JNf1/nHC/FksmNGFbYnPWY4GYCfLxyP1KRmfsxqkRpfoa6xr6VuuSxdw==
240+
"@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6":
241+
version "7.1.6"
242+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c"
243+
integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==
239244
dependencies:
240245
"@babel/code-frame" "^7.0.0"
241-
"@babel/generator" "^7.0.0"
246+
"@babel/generator" "^7.1.6"
242247
"@babel/helper-function-name" "^7.1.0"
243248
"@babel/helper-split-export-declaration" "^7.0.0"
244-
"@babel/parser" "^7.1.0"
245-
"@babel/types" "^7.0.0"
246-
debug "^3.1.0"
249+
"@babel/parser" "^7.1.6"
250+
"@babel/types" "^7.1.6"
251+
debug "^4.1.0"
247252
globals "^11.1.0"
248253
lodash "^4.17.10"
249254

@@ -256,6 +261,15 @@
256261
lodash "^4.17.10"
257262
to-fast-properties "^2.0.0"
258263

264+
"@babel/types@^7.1.5", "@babel/types@^7.1.6":
265+
version "7.1.6"
266+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
267+
integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
268+
dependencies:
269+
esutils "^2.0.2"
270+
lodash "^4.17.10"
271+
to-fast-properties "^2.0.0"
272+
259273
"@bazel/ibazel@^0.7.0":
260274
version "0.7.0"
261275
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.7.0.tgz#ffa5bbff97ba2508dc3373fd085c2f455d29e1cf"
@@ -3235,6 +3249,13 @@ debug@^4.0.0:
32353249
dependencies:
32363250
ms "^2.1.1"
32373251

3252+
debug@^4.1.0:
3253+
version "4.1.0"
3254+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
3255+
integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==
3256+
dependencies:
3257+
ms "^2.1.1"
3258+
32383259
decamelize-keys@^1.0.0:
32393260
version "1.1.0"
32403261
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -5828,10 +5849,10 @@ ignore@^3.3.5:
58285849
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
58295850
integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==
58305851

5831-
ignore@^4.0.0:
5832-
version "4.0.6"
5833-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
5834-
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
5852+
ignore@^5.0.4:
5853+
version "5.0.4"
5854+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.4.tgz#33168af4a21e99b00c5d41cbadb6a6cb49903a45"
5855+
integrity sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==
58355856

58365857
immediate@~3.0.5:
58375858
version "3.0.6"
@@ -6643,10 +6664,12 @@ [email protected], json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.
66436664
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
66446665
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
66456666

6646-
json5@^0.5.0:
6647-
version "0.5.1"
6648-
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
6649-
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
6667+
json5@^2.1.0:
6668+
version "2.1.0"
6669+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
6670+
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
6671+
dependencies:
6672+
minimist "^1.2.0"
66506673

66516674
jsonfile@^2.1.0:
66526675
version "2.4.0"
@@ -6920,10 +6943,10 @@ klaw@^1.0.0:
69206943
optionalDependencies:
69216944
graceful-fs "^4.1.9"
69226945

6923-
known-css-properties@^0.8.0:
6924-
version "0.8.0"
6925-
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.8.0.tgz#2f62aaab90ece0c788d0c49e08c1e5d9b689238d"
6926-
integrity sha512-pku5zscbIr9YsA6lFU1nhFGSAXsdJtEQ2WilCL40d0YCoDofBlNohMUq32wyt7tpiiaZ09GKyLZFrB1ijx6+WA==
6946+
known-css-properties@^0.10.0:
6947+
version "0.10.0"
6948+
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.10.0.tgz#8378a8921e6c815ecc47095744a8900af63d577d"
6949+
integrity sha512-OMPb86bpVbnKN/2VJw1Ggs1Hw/FNGwEL1QYiNIEHaB5FSLybJ4QD7My5Hm9yDhgpRrRnnOgu0oKeuuABzASeBw==
69276950

69286951
latest-version@^1.0.0:
69296952
version "1.0.1"
@@ -7758,7 +7781,7 @@ methods@~1.1.2:
77587781
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
77597782
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
77607783

7761-
[email protected], micromatch@^2.1.5, micromatch@^2.3.11:
7784+
[email protected], micromatch@^2.1.5:
77627785
version "2.3.11"
77637786
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
77647787
integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=
@@ -8968,21 +8991,21 @@ postcss-html@^0.34.0:
89688991
dependencies:
89698992
htmlparser2 "^3.9.2"
89708993

8971-
postcss-jsx@^0.34.0:
8972-
version "0.34.0"
8973-
resolved "https://registry.yarnpkg.com/postcss-jsx/-/postcss-jsx-0.34.0.tgz#5a122af914f911fab4a9b8fcf3adc73c2dfe1bdd"
8974-
integrity sha512-UJISlEGWH/LeMYudAwq9GeqfyPW9AeRq87GHOlbquxOIakKr0Aqu6l9Cx0Fg20f3A9bKJcX1NGX4/xzIs7PlZQ==
8994+
postcss-jsx@^0.35.0:
8995+
version "0.35.0"
8996+
resolved "https://registry.yarnpkg.com/postcss-jsx/-/postcss-jsx-0.35.0.tgz#1d6cb82393994cdc7e9aa421648e3f0f3f98209b"
8997+
integrity sha512-AU2/9QDmHYJRxTiniMt2bJ9fwCzVF6n00VnR4gdnFGHeXRW2mGwoptpuPgYjfivkdI8LlNIuo+w8TyS6a4JhJw==
89758998
dependencies:
8976-
"@babel/core" "^7.0.0"
8999+
"@babel/core" "^7.1.2"
89779000
optionalDependencies:
89789001
postcss-styled ">=0.34.0"
89799002

8980-
postcss-less@^2.0.0:
8981-
version "2.0.0"
8982-
resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-2.0.0.tgz#5d190b8e057ca446d60fe2e2587ad791c9029fb8"
8983-
integrity sha512-pPNsVnpCB13nBMOcl5GVh8JGmB0JGFjqkLUDzKdVpptFFKEe9wFdEzvh2j4lD2AD+7qcrUfw9Ta+oi5+Fw7jjQ==
9003+
postcss-less@^3.1.0:
9004+
version "3.1.0"
9005+
resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-3.1.0.tgz#0e14a80206b452f44d3a09d082fa72645e8168cc"
9006+
integrity sha512-+fDH2A9zV8B4gFu3Idhq8ma09/mMBXXc03T2lL9CHjBQqKrfUit+TrQrnojc6Y4k7N4E+tyE1Uj5U1tcoKtXLQ==
89849007
dependencies:
8985-
postcss "^5.2.16"
9008+
postcss "^7.0.3"
89869009

89879010
postcss-markdown@^0.34.0:
89889011
version "0.34.0"
@@ -9019,10 +9042,10 @@ postcss-safe-parser@^4.0.0:
90199042
dependencies:
90209043
postcss "^7.0.0"
90219044

9022-
postcss-sass@^0.3.0:
9023-
version "0.3.3"
9024-
resolved "https://registry.yarnpkg.com/postcss-sass/-/postcss-sass-0.3.3.tgz#bec188ac285d21ac8feba194c2f327fdda31e671"
9025-
integrity sha512-uoRhfwZJHDRI8p2KQniTx4UwzYwKgQUhmFNJ7aysL3+tgFUfmv5TPX8UPnlE5gfrq6KHUUwPJ/nISFtzwxr7iQ==
9045+
postcss-sass@^0.3.5:
9046+
version "0.3.5"
9047+
resolved "https://registry.yarnpkg.com/postcss-sass/-/postcss-sass-0.3.5.tgz#6d3e39f101a53d2efa091f953493116d32beb68c"
9048+
integrity sha512-B5z2Kob4xBxFjcufFnhQ2HqJQ2y/Zs/ic5EZbCywCkxKd756Q40cIQ/veRDwSrw1BF6+4wUgmpm0sBASqVi65A==
90269049
dependencies:
90279050
gonzales-pe "^4.2.3"
90289051
postcss "^7.0.1"
@@ -9077,6 +9100,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2:
90779100
source-map "^0.6.1"
90789101
supports-color "^5.5.0"
90799102

9103+
postcss@^7.0.3:
9104+
version "7.0.6"
9105+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.6.tgz#6dcaa1e999cdd4a255dcd7d4d9547f4ca010cdc2"
9106+
integrity sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==
9107+
dependencies:
9108+
chalk "^2.4.1"
9109+
source-map "^0.6.1"
9110+
supports-color "^5.5.0"
9111+
90809112
postinstall-build@^5.0.1:
90819113
version "5.0.3"
90829114
resolved "https://registry.yarnpkg.com/postinstall-build/-/postinstall-build-5.0.3.tgz#238692f712a481d8f5bc8960e94786036241efc7"
@@ -10477,6 +10509,11 @@ slash@^1.0.0:
1047710509
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
1047810510
integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
1047910511

10512+
slash@^2.0.0:
10513+
version "2.0.0"
10514+
resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
10515+
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
10516+
1048010517
1048110518
version "1.0.0"
1048210519
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
@@ -11086,10 +11123,10 @@ style-search@^0.1.0:
1108611123
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
1108711124
integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=
1108811125

11089-
stylelint@^9.5.0:
11090-
version "9.6.0"
11091-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.6.0.tgz#f0b366f33b6ccf3e5096d60722ed27b6470b41d8"
11092-
integrity sha512-Q0UcbFPRiC+3FejNyIBAWbMuKwZNAC0kvZtGQbjwA9LMKDod6xMlBsiIigQxmE3ywpmTeFj3mkG5Jj36EfC7XA==
11126+
stylelint@^9.9.0:
11127+
version "9.9.0"
11128+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.9.0.tgz#dde466e9b049e0bd30e912ad280f1a2ecf6efdf8"
11129+
integrity sha512-kIuX0/9/I2mZeHz6EoFt7UpLt7Mz+ic9/PmFwKMdq4BkQHikg3FkcgAElLdAmaI8Au1JEUOS996ZFE+mwXytmA==
1109311130
dependencies:
1109411131
autoprefixer "^9.0.0"
1109511132
balanced-match "^1.0.0"
@@ -11099,38 +11136,40 @@ stylelint@^9.5.0:
1109911136
execall "^1.0.0"
1110011137
file-entry-cache "^2.0.0"
1110111138
get-stdin "^6.0.0"
11139+
global-modules "^1.0.0"
1110211140
globby "^8.0.0"
1110311141
globjoin "^0.1.4"
1110411142
html-tags "^2.0.0"
11105-
ignore "^4.0.0"
11143+
ignore "^5.0.4"
1110611144
import-lazy "^3.1.0"
1110711145
imurmurhash "^0.1.4"
11108-
known-css-properties "^0.8.0"
11146+
known-css-properties "^0.10.0"
1110911147
leven "^2.1.0"
1111011148
lodash "^4.17.4"
1111111149
log-symbols "^2.0.0"
1111211150
mathml-tag-names "^2.0.1"
1111311151
meow "^5.0.0"
11114-
micromatch "^2.3.11"
11152+
micromatch "^3.1.10"
1111511153
normalize-selector "^0.2.0"
1111611154
pify "^4.0.0"
1111711155
postcss "^7.0.0"
1111811156
postcss-html "^0.34.0"
11119-
postcss-jsx "^0.34.0"
11120-
postcss-less "^2.0.0"
11157+
postcss-jsx "^0.35.0"
11158+
postcss-less "^3.1.0"
1112111159
postcss-markdown "^0.34.0"
1112211160
postcss-media-query-parser "^0.2.3"
1112311161
postcss-reporter "^6.0.0"
1112411162
postcss-resolve-nested-selector "^0.1.1"
1112511163
postcss-safe-parser "^4.0.0"
11126-
postcss-sass "^0.3.0"
11164+
postcss-sass "^0.3.5"
1112711165
postcss-scss "^2.0.0"
1112811166
postcss-selector-parser "^3.1.0"
1112911167
postcss-styled "^0.34.0"
1113011168
postcss-syntax "^0.34.0"
1113111169
postcss-value-parser "^3.3.0"
1113211170
resolve-from "^4.0.0"
1113311171
signal-exit "^3.0.2"
11172+
slash "^2.0.0"
1113411173
specificity "^0.4.1"
1113511174
string-width "^2.1.0"
1113611175
style-search "^0.1.0"

0 commit comments

Comments
 (0)