Browse Source

chore(dependencies): Bump stylelint-config-standard from 16.0.0 to 18.0.0 (#33)

Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 16.0.0 to 18.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/16.0.0...18.0.0)
pull/29/head
dependabot[bot] 7 years ago committed by Ned Zimmerman
parent
commit
d981ee4f49
  1. 17
      package-lock.json

17
package-lock.json generated

@ -12209,12 +12209,21 @@
}
}
},
"stylelint-config-standard": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-16.0.0.tgz",
"integrity": "sha1-u3OHv/HX3XGGpSs+v4hbJAXWkb8=",
"stylelint-config-recommended": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz",
"integrity": "sha512-JgycdAgMlSzCDBCh3lydsyvEKy+utg6H8BI28lS4Q3W5HfKVN8HMLou1xnnaLtgk1H8uQ8FT34x+mpJSM41n7g==",
"dev": true
},
"stylelint-config-standard": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz",
"integrity": "sha1-DYcrQPr9zdz0GI+1tk3bOIforvw=",
"dev": true,
"requires": {
"stylelint-config-recommended": "2.0.0"
}
},
"stylelint-webpack-plugin": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.8.0.tgz",

Loading…
Cancel
Save