Skip to content

Commit 85a5536

Browse files
committed
Update to extract-css 1.2.
1 parent 7e6520f commit 85a5536

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cheerio": "^0.22.0",
1212
"css-rules": "^1.0.3",
1313
"extend": "^3.0.1",
14-
"extract-css": "^1.1.1",
14+
"extract-css": "^1.2.0",
1515
"flatten": "^1.0.2",
1616
"object.pick": "^1.3.0",
1717
"slick": "^1.12.2",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -924,14 +924,14 @@ extglob@^0.3.1:
924924
dependencies:
925925
is-extglob "^1.0.0"
926926

927-
extract-css@^1.1.1:
928-
version "1.1.1"
929-
resolved "https://registry.yarnpkg.com/extract-css/-/extract-css-1.1.1.tgz#35c9186335a40cd783fb6dd67380ce80a29f94d1"
927+
extract-css@^1.2.0:
928+
version "1.2.0"
929+
resolved "https://registry.yarnpkg.com/extract-css/-/extract-css-1.2.0.tgz#be5390f409c85b0cb5f1bb90299c77e51688a8de"
930930
dependencies:
931931
batch "^0.6.1"
932932
href-content "^1.0.2"
933933
list-stylesheets "^1.2.1"
934-
style-data "^1.2.1"
934+
style-data "^1.3.0"
935935

936936
extsprintf@1.3.0, extsprintf@^1.2.0:
937937
version "1.3.0"
@@ -2934,9 +2934,9 @@ strip-json-comments@~2.0.1:
29342934
version "2.0.1"
29352935
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
29362936

2937-
style-data@^1.2.1:
2938-
version "1.2.1"
2939-
resolved "https://registry.yarnpkg.com/style-data/-/style-data-1.2.1.tgz#1f7279c8f40c2133bedf0bbb338df99742965d09"
2937+
style-data@^1.3.0:
2938+
version "1.3.0"
2939+
resolved "https://registry.yarnpkg.com/style-data/-/style-data-1.3.0.tgz#b59716dcb08c40463906fe55f04e4758ec91ba9d"
29402940
dependencies:
29412941
cheerio "^0.22.0"
29422942
extend "^3.0.1"

0 commit comments

Comments
 (0)