Skip to content

Commit

Permalink
Prepare 19.0.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov authored and jeddy3 committed Sep 15, 2019
1 parent d854e1f commit 77fc38b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 19.0.0

- Removed: `stylelint` < 10.1.0 from peer dependencies. stylelint@10.1.0+ is required now.
- Changed: updated to [`stylelint-config-recommended@3.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/3.0.0).

# 18.3.0

- Added: `stylelint@10` to peer dependency range.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -18,7 +18,7 @@
"index.js"
],
"dependencies": {
"stylelint-config-recommended": "^2.2.0"
"stylelint-config-recommended": "^3.0.0"
},
"devDependencies": {
"eslint": "^6.0.0",
Expand All @@ -30,10 +30,10 @@
"remark-cli": "^7.0.0",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.0",
"stylelint": "^10.0.0"
"stylelint": "^11.0.0"
},
"peerDependencies": {
"stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0"
"stylelint": ">=10.1.0"
},
"scripts": {
"lint:js": "eslint . --ignore-path .gitignore",
Expand Down

0 comments on commit 77fc38b

Please sign in to comment.