Browse Source

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

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/32/head
dependabot[bot] 7 years ago committed by Ned Zimmerman
parent
commit
a35f77dcf6
  1. 2
      package.json
  2. 12
      yarn.lock

2
package.json

@ -99,7 +99,7 @@
"laravel-mix": "~1.4",
"rimraf": "~2.6",
"stylelint": "~7.12",
"stylelint-config-standard": "~16.0",
"stylelint-config-standard": "~18.0",
"stylelint-webpack-plugin": "^0.8.0"
},
"dependencies": {

12
yarn.lock

@ -6697,9 +6697,15 @@ stylehacks@^2.3.2:
text-table "^0.2.0"
write-file-stdout "0.0.2"
stylelint-config-standard@~16.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-16.0.0.tgz#bb7387bff1d7dd7186a52b3ebf885b2405d691bf"
stylelint-config-recommended@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz#560a028e81ea3ca8894b9a8eef4c0e05ac60e090"
stylelint-config-standard@~18.0:
version "18.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz#0d872b40fafdcddcf4188fb5b64ddb3887e8aefc"
dependencies:
stylelint-config-recommended "^2.0.0"
stylelint-webpack-plugin@^0.8.0:
version "0.8.0"

Loading…
Cancel
Save