Skip to content

Commit

Permalink
Update dependency ranges (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjankord committed Dec 5, 2018
1 parent 593876a commit ac25dd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.3.0]
### Changed
- Updated `stylelint-order` dependency range to pull in 1.x or 2.x versions. Both major versions are compatible. [PR](https://github.com/bjankord/stylelint-config-sass-guidelines/pull/41)
- Updated up `stylelint-scss` dependency to pull minimum of 3.4.0 [PR](https://github.com/bjankord/stylelint-config-sass-guidelines/pull/41)

## [5.2.0]
### Changed
- Bumped up `stylelint-order` dependency to ^1.0.0 [PR](https://github.com/bjankord/stylelint-config-sass-guidelines/pull/32)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,8 +28,8 @@
"node": ">=6"
},
"dependencies": {
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.0.0"
"stylelint-order": ">=1.0.0",
"stylelint-scss": "^3.4.0"
},
"peerDependencies": {
"stylelint": "^9.0.0"
Expand Down

0 comments on commit ac25dd7

Please sign in to comment.