Skip to content
This repository was archived by the owner on Aug 8, 2021. It is now read-only.

Commit b0cee19

Browse files
committed
chore(deps): update dependency stylelint-scss to v3.19.0
1 parent 932c650 commit b0cee19

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"stylelint-config-standard": "20.0.0",
6565
"stylelint-config-styled-components": "0.1.1",
6666
"stylelint-processor-styled-components": "1.9.0",
67-
"stylelint-scss": "3.14.2",
67+
"stylelint-scss": "3.19.0",
6868
"ts-jest": "25.2.1",
6969
"ts-loader": "6.2.2",
7070
"typescript": "3.7.5"

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9883,6 +9883,11 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2:
98839883
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz#651ff4593aa9eda8d5d0d66593a2417aeaeb325d"
98849884
integrity sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg==
98859885

9886+
postcss-value-parser@^4.1.0:
9887+
version "4.1.0"
9888+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
9889+
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
9890+
98869891
98879892
version "6.0.1"
98889893
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.1.tgz#000dbd1f8eef217aa368b9a212c5fc40b2a8f3f2"
@@ -11895,16 +11900,16 @@ [email protected]:
1189511900
micromatch "^4.0.2"
1189611901
postcss "^7.0.0"
1189711902

11898-
stylelint-scss@3.14.2:
11899-
version "3.14.2"
11900-
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.14.2.tgz#e449a47e0ac410e6909f1a71b49550202c978bf9"
11901-
integrity sha512-59/BkIEWyFoORiejDIQB2P2kmg0KcqMn7wtj1y5sRvS4N+Qh+Ng3hbKelOzgS+OM2Ezbai0uEev8xckXxkh9TQ==
11903+
stylelint-scss@3.19.0:
11904+
version "3.19.0"
11905+
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.19.0.tgz#528006d5a4c5a0f1f4d709b02fd3f626ed66d742"
11906+
integrity sha512-Ic5bsmpS4wVucOw44doC1Yi9f5qbeVL4wPFiEOaUElgsOuLEN6Ofn/krKI8BeNL2gAn53Zu+IcVV4E345r6rBw==
1190211907
dependencies:
1190311908
lodash "^4.17.15"
1190411909
postcss-media-query-parser "^0.2.3"
1190511910
postcss-resolve-nested-selector "^0.1.1"
1190611911
postcss-selector-parser "^6.0.2"
11907-
postcss-value-parser "^4.0.2"
11912+
postcss-value-parser "^4.1.0"
1190811913

1190911914
1191011915
version "13.1.0"

0 commit comments

Comments
 (0)