Browse Source

chore(deps): update dependency stylelint-scss to v3.4.0

renovate/babel-plugin-styled-components-1.x
Renovate Bot 6 years ago
parent
commit
9858f42cd1
No known key found for this signature in database GPG Key ID: 30DC19D6846E13FA
  1. 2
      package.json
  2. 12
      yarn.lock

2
package.json

@ -294,7 +294,7 @@
"stylelint-config-styled-components": "0.1.1",
"stylelint-formatter-pretty": "1.0.3",
"stylelint-processor-styled-components": "1.5.0",
"stylelint-scss": "3.3.2",
"stylelint-scss": "3.4.0",
"url-loader": "1.1.2",
"webpack": "4.25.1",
"webpack-bundle-analyzer": "3.0.3",

12
yarn.lock

@ -15542,16 +15542,16 @@ stylelint-processor-styled-components@1.5.0:
"@babel/traverse" "^7.0.0"
postcss "^6.0.14"
stylelint-scss@3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.3.2.tgz#0ee3ec3758c54e9cf4805da82dcce4d514d9e095"
integrity sha512-0x+nD1heoMJYOfi3FfGcz3Hrwhcm+Qyq+BuvoBv5v9xrZZ1aziRXQauuhjwb87gWAa9MBzxhfUqBnvTUrHlLjA==
stylelint-scss@3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.4.0.tgz#263da8450e371bcf646063c6ac62f69225369697"
integrity sha512-sM1bsOrbmR35N1ZAg+7uLVI+n2QHqOVMZPRiAIyiOa1ITBrg0hajBH/i1F/ZxbsBUWLAeSq/NREwPw1+xF9exQ==
dependencies:
lodash "^4.17.10"
lodash "^4.17.11"
postcss-media-query-parser "^0.2.3"
postcss-resolve-nested-selector "^0.1.1"
postcss-selector-parser "^4.0.0"
postcss-value-parser "^3.3.0"
postcss-value-parser "^3.3.1"
stylelint@9.7.1:
version "9.7.1"

Loading…
Cancel
Save